@font-face {
  font-family: Visuelt;
  src: url(fonts/Visuelt-Regular.otf) format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: Visuelt;
  src: url(fonts/Visuelt-Light.otf) format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: Visuelt;
  src: url(fonts/Visuelt-Bold.otf) format("opentype");
  font-weight: bold;
}
body {
  font-family: Visuelt;
  color: #000;
  background-image: url(../img/background-profile.png);
  background-position: top left;
  background-repeat: no-repeat;
  font-size: 20px;
}
@media screen and (max-width: 767.98px) {
  body {
    font-size: 16px;
  }
}

b {
  font-family: Visuelt;
  font-weight: bold;
}

.f-light {
  font-family: Visuelt;
  src: url(fonts/Visuelt-Light.otf) format("opentype");
  font-weight: 300;
}

.fs-mid {
  font-size: 22px;
}

.fs-small {
  font-size: 14px;
}

.lightgreen {
  color: #95C121;
}

.gray {
  color: #A8A8A7;
}

.hr {
  border-bottom: 1px solid #E3E6EB;
}

.shadow {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) !important;
}

.navbar {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 0;
  background-color: white;
  height: 80px;
}
.navbar > .container {
  position: relative;
}
.navbar > .container #navbar-logo {
  position: absolute;
  top: 32px;
  left: 0;
}
.navbar .nav-item a.nav-link {
  text-transform: uppercase;
  color: #50B1A2;
}
.navbar .nav-item a.nav-link.active {
  color: #50B1A2;
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  .navbar {
    z-index: 1;
    min-height: 80px;
    height: auto;
  }
  .navbar > .container #navbar-logo {
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .navbar .navbar-collapse {
    position: absolute;
    width: 100%;
    background: #FFFFFF;
    left: 0;
    padding: 0 15px;
    top: 110%;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
  }
}

footer {
  margin-top: 50px;
}
footer #footer-light {
  font-size: 16px;
  font-weight: 300;
  color: #9D9D9D;
}
footer #footer-light #footer-logos-container {
  position: relative;
}
footer #footer-light #footer-logos-container a {
  color: #9D9D9D;
}
footer #footer-light #footer-logos-container #footer-code {
  font-size: 12px;
}
footer #footer-light #footer-logos-container:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #ffffff;
  position: absolute;
  right: 25%;
}
@media screen and (max-width: 1199.98px) {
  footer #footer-light #footer-logos-container:before {
    right: calc(25% - 15px);
  }
}
@media screen and (max-width: 767.98px) {
  footer #footer-light #footer-logos-container:before {
    display: none;
  }
}
footer > .container {
  font-size: 12px;
  font-weight: 300;
  color: #1A3134;
  margin-bottom: 20px;
}
footer > .container-fluid {
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  background-color: #1A3134;
}
footer > .container-fluid#footer-bottom {
  border-top: 1px solid #6E6E6E;
}
footer > .container-fluid#footer-bottom span {
  color: #9D9D9D;
}
footer a {
  color: white;
  margin-bottom: 15px;
  text-decoration: underline;
}
footer a:hover {
  color: white;
}
footer a.logo-link {
  text-decoration: none;
}
footer a.logo-link img {
  margin-right: 5px;
}
footer #footer-top a {
  display: block;
}
footer #footer-top #footer-logos-container #footer-logos {
  display: inline-block;
}
footer #footer-top #footer-logos-container #footer-logos img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
footer #footer-top #footer-logos-container #footer-code {
  font-size: 12px;
  font-weight: 300;
}
footer #footer-top .footer-head {
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1;
}
footer #footer-top .footer-content {
  margin-top: 20px;
}
footer #footer-bottom a {
  margin: 0 10px;
}
footer #footer-bottom a:last-child {
  margin-right: 0;
}

/*# sourceMappingURL=style.css.map */
