html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.ss-logo {
  background: url("../images/logo/ss-logo-1.jpg") no-repeat;
  background-size: contain;
}

.ss-width-2-rem {
  width: 7rem;
}

.prj-1-1 {
  background: url("../images/projects/prj-1-1.jpg") no-repeat;
  background-size: contain;
}

.prj-1-2 {
  background: url("../images/projects/prj-1-2.jpg") no-repeat;
  background-size: contain;
}

.prj-2-1 {
  background: url("../images/projects/prj-2-1.jpg") no-repeat;
  background-size: contain;
}

.prj-2-2 {
  background: url("../images/projects/prj-2-2.jpg") no-repeat;
  background-size: contain;
}

.prj-3-1 {
  background: url("../images/projects/prj-3-1.jpg") no-repeat;
  background-size: contain;
}

.prj-3-2 {
  background: url("../images/projects/prj-3-2.jpg") no-repeat;
  background-size: contain;
}

.prj-4-1 {
  background: url("../images/projects/prj-4-1.jpg") no-repeat;
  background-size: contain;
}

.prj-5-1 {
  background: url("../images/projects/prj-5-1.jpg") no-repeat;
  background-size: contain;
}

.prj-5-2 {
  background: url("../images/projects/prj-5-2.jpg") no-repeat;
  background-size: contain;
}

.justified-text {
  text-align: justify;
  text-justify: inter-word;
}