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

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

.site-header {
  margin: 0;
  padding: 0;
  background-image: url("../images/header-bg.png");
  background-position: center top;
  background-repeat: repeat-x;
  background-size: auto;
  min-height: 10.9375rem;
  border: none;
}
.site-header__logo {
  margin: 0.9375rem 0 1.25rem;
  max-width: 11.875rem;
}
.site-header__logo img {
  width: 100%;
}
.site-header .site-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-navigation {
  background-color: transparent;
  padding: 0;
  margin: 1.25rem 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: #5d6771;
}
.main-navigation .nav-menu ul li ul li a {
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 400;
  color: #ffffff;
  padding: 0.875rem 1.5625rem;
}
.main-navigation .nav-menu ul li ul li a:hover {
  background-color: #e5795b;
  color: #ffffff;
}
.main-navigation .nav-menu > ul > li > a {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 600;
  padding: 0.875rem 1.5625rem;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-navigation .nav-menu > ul > li:hover > a {
  background-color: #5d6771;
  color: #febe2c;
}

.site-footer {
  background-color: #e34a21;
  padding: 1.25rem 0 2.25rem;
  margin-top: 1.25rem;
}
.site-footer .site-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-footer__info {
  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__logo {
  max-width: 7.8125rem;
}
.site-footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  margin: 1.25rem 0;
}
.site-footer__socials a, .site-footer__socials a:link, .site-footer__socials a:visited {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background-color: #fff;
  color: #e34a21;
  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: 0.875rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer__socials a:hover, .site-footer__socials a:link:hover, .site-footer__socials a:visited:hover {
  background-color: #ffcd05;
}
.site-footer__nav {
  padding-top: 0.3125rem;
  min-width: 13.4375rem;
}
.site-footer__nav a, .site-footer__nav a:link, .site-footer__nav a:visited {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  font-weight: 700;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer__nav a:hover, .site-footer__nav a:link:hover, .site-footer__nav a:visited:hover {
  background-color: #ffffff;
  color: #e34a21;
}
.site-footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
.site-footer__contact {
  max-width: 21.875rem;
}
.site-footer__contact h3 {
  font-size: 1.625rem;
  color: #fff;
  line-height: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
.site-footer__contact span {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  color: #ffffff;
  font-weight: 700;
}
.site-footer__contact a, .site-footer__contact a:link, .site-footer__contact a:visited {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}
.site-footer__contact a:hover, .site-footer__contact a:link:hover, .site-footer__contact a:visited:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #febe2c;
          text-decoration-color: #febe2c;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}
.site-footer__contact p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  margin-bottom: 0;
}
.site-footer__contact small {
  margin-top: 1.25rem;
  font-size: 0.75rem;
  line-height: 0.8125rem;
  display: block;
  color: #ffffff;
}

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

  .site-header .site-container {
    display: block;
  }
  .site-header__logo {
    max-width: 9.375rem;
    margin-bottom: 0;
  }

  .main-navigation {
    background-color: #e34a21;
    margin: 0 -15px;
  }
  .main-navigation .nav-menu > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-navigation .nav-menu > ul > li > a {
    padding: 0.875rem 0.9375rem;
  }

  .site-footer__main {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.875rem;
  }
  .site-footer__nav {
    min-width: auto;
    padding-right: 1.25rem;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .site-footer .site-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
  }
}