.hamburger {
  display: none;
  position: absolute;
  z-index: 10;
  top: 30px;
  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: "Montserrat", sans-serif;
}

h1, h2, h3 {
  font-family: "Paytone One", sans-serif;
}

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

.site-header-top {
  padding: 0 0.9375rem;
  background-color: #353535;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.site-header-top a, .site-header-top a:link, .site-header-top a:visited {
  display: block;
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: 43.75rem;
  padding: 0.375rem 0.875rem;
  font-family: "Open Sans", sans-serif;
  position: relative;
}
.site-header-top a::after, .site-header-top a:link::after, .site-header-top a:visited::after {
  content: "";
  background-color: #b3133b;
  height: 0.1875rem;
  position: absolute;
  width: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.site-header-top a:hover::after {
  width: 100%;
}

.site-header {
  margin: 0;
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.9375rem;
}
.site-header__logo {
  max-width: 18.75rem;
}
.site-header__logo__link {
  display: block;
  max-height: 6.25rem;
}
.site-header__logo__image {
  width: 100%;
}

.main-navigation {
  background-color: transparent;
  padding: 0;
  margin-left: 7%;
}
.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 ul {
  padding: 0.9375rem 0;
}
.main-navigation .nav-menu ul li ul li a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #111;
  padding: 0.3125rem 1.5625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-navigation .nav-menu ul li ul li a:hover {
  color: #f39a25;
}
.main-navigation .nav-menu > ul > li {
  margin-right: 0.625rem;
}
.main-navigation .nav-menu > ul > li > a {
  font-size: 0.9375rem;
  color: #ffffff;
  line-height: 6.25rem;
  padding: 0 0.625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-navigation .nav-menu > ul > li:hover > a {
  color: #f39a25;
}

.site-footer {
  background: url("../images/footer-bg.jpeg") no-repeat;
  background-size: cover;
  background-position: top left;
  position: relative;
  padding-bottom: 0;
}
.site-footer::before {
  content: "";
  background-color: #000000;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.site-footer .site-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-footer__column {
  padding: 0 1.5rem;
}
.site-footer__column h3 {
  color: #ffffff;
  line-height: 1;
  font-size: 1.5rem;
  margin-bottom: 1.875rem;
}
.site-footer__column p {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.375rem;
  max-width: 21.25rem;
}
.site-footer__column a, .site-footer__column a:link, .site-footer__column a:visited {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.75rem;
}
.site-footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.875rem;
  margin-bottom: 2.5rem;
}
.site-footer__socials a, .site-footer__socials a:link, .site-footer__socials a:visited {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 2px;
  background-color: #fff;
  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;
  font-size: 1.125rem;
  color: #000000;
  margin-right: 0.625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer__socials a:hover {
  background-color: #b3133b;
  color: #ffffff;
}
.site-footer__copyright {
  width: 100%;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 0.875rem;
  line-height: 1.3125rem;
  padding: 1.25rem 0;
  color: #ffffff;
  margin-bottom: 0;
}

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

  .site-footer {
    padding: 1.875rem 0 0;
  }
  .site-footer .site-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .site-footer__column {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .site-header {
    display: block;
  }

  .main-navigation {
    margin: 0 -15px;
  }
  .main-navigation .nav-menu {
    padding-top: 1.25rem;
  }
  .main-navigation .nav-menu > ul > li {
    margin: 0;
  }
  .main-navigation .nav-menu > ul > li > a {
    line-height: 2.5rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}