.hamburger {
  display: none;
  position: absolute;
  z-index: 10;
  top: 12px;
  right: 15px;
  cursor: pointer;
}
.hamburger span {
  font-size: 16px;
  font-family: monospace;
}
.hamburger div {
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  will-change: transform;
}
.hamburger.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}
.hamburger.change .bar2 {
  opacity: 0;
}
.hamburger.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

a, p, span, li, td, div, label, blockquote, input, textarea, select, h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

.site-container {
  max-width: 98.125rem;
  padding: 0 0.9375rem;
  margin: 0 auto;
  width: 100%;
}

.site-header {
  margin: 0;
  background-color: #24396f;
  border-color: #ffffff;
  padding: 0;
}
.site-header .site-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-header__logo {
  max-width: 8.25rem;
  height: 4.125rem;
}
.site-header__logo img {
  width: 100%;
}

.main-navigation {
  background-color: transparent;
  padding: 0;
}
.main-navigation .nav-menu {
  border: none;
}
.main-navigation .nav-menu ul {
  margin: 0;
  padding: 0;
}
.main-navigation .nav-menu ul li {
  margin: 0;
  padding: 0;
}
.main-navigation .nav-menu ul li a {
  padding: 0.75em 1em;
}
.main-navigation .nav-menu ul li ul {
  background-color: #24396f;
}
.main-navigation .nav-menu ul li ul li {
  border-bottom: 1px solid #ffffff;
}
.main-navigation .nav-menu ul li ul li:last-child {
  border-bottom: none;
}
.main-navigation .nav-menu ul li ul li a {
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #ffffff;
  padding: 0.5rem 0.9375rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-navigation .nav-menu ul li ul li a:hover {
  background-color: #8e3763;
  color: #ffffff;
}
.main-navigation .nav-menu > ul > li > a {
  font-size: 1rem;
  line-height: 4.125rem;
  color: #ffffff;
  font-weight: 700;
  padding: 0 0.9375rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-navigation .nav-menu > ul > li:hover > a {
  color: #292929;
  background-color: #fff;
}

.site-footer {
  background: #24396f url("../images/footer-bg.jpg") bottom right no-repeat scroll;
  padding: 3.125rem 0 1.875rem;
  margin-top: 1.25rem;
}
.site-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-footer__content__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
.site-footer__content__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5625rem;
}
.site-footer__socials a, .site-footer__socials a:link, .site-footer__socials a:visited {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.625rem;
  height: 2.625rem;
  background-color: #68abd0;
  border-radius: 50%;
  color: #24396f;
  font-size: 0.875rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-footer__socials a:hover, .site-footer__socials a:link:hover, .site-footer__socials a:visited:hover {
  opacity: 0.9;
  color: #ffffff;
}
.site-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-footer__links span {
  font-size: 0.75rem;
  color: #ffffff;
}
.site-footer__links a, .site-footer__links a:link, .site-footer__links a:visited {
  display: block;
  font-size: 0.75rem;
  line-height: 1.1875rem;
  color: #8acdf1;
  text-decoration: underline;
}
.site-footer h2 {
  color: #ffffff;
  font-size: 1.75rem;
  line-height: 1.875rem;
  text-align: center;
  font-weight: 700;
  max-width: 45rem;
  margin-bottom: 0;
}
.site-footer__copyright {
  margin-top: 2.5rem;
  font-size: 0.75rem;
  line-height: 1.1875rem;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
.site-footer a.scroll-to-top, .site-footer a.scroll-to-top:link, .site-footer a.scroll-to-top:visited {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  opacity: 0.7;
  border: 1px solid #ffffff;
  background-color: #8acdf1;
  position: fixed;
  right: 1.875rem;
  bottom: 1.875rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-footer a.scroll-to-top:hover, .site-footer a.scroll-to-top:link:hover, .site-footer a.scroll-to-top:visited:hover {
  color: #8e3763;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}
.site-footer a.scroll-to-top:hover svg, .site-footer a.scroll-to-top:link:hover svg, .site-footer a.scroll-to-top:visited:hover svg {
  fill: #8e3763;
}
.site-footer a.scroll-to-top svg, .site-footer a.scroll-to-top:link svg, .site-footer a.scroll-to-top:visited svg {
  height: 0.9375rem;
  fill: #ffffff;
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .hamburger {
    display: inline-block;
  }

  .site-footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
  }
  .site-footer a.scroll-to-top, .site-footer a.scroll-to-top:link, .site-footer a.scroll-to-top:visited {
    display: none;
  }

  .site-header .site-container {
    display: block;
  }

  .main-navigation .nav-menu {
    padding-top: 0.625rem;
  }
  .main-navigation .nav-menu ul li ul {
    border-top: 1px solid #ffffff;
  }
  .main-navigation .nav-menu > ul > li {
    border-bottom: 1px solid #ffffff;
  }
  .main-navigation .nav-menu > ul > li:last-child {
    border-bottom: none;
  }
  .main-navigation .nav-menu > ul > li > a {
    padding: 0.9375rem;
    line-height: 1.25rem;
  }
  .main-navigation .nav-menu > ul > li:hover > a {
    background-color: #8e3763;
    color: #ffffff;
  }
}