* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  background-image: url(../img/background-detail.svg);
  background-repeat: no-repeat;
  background-position: right 100px top;
  color: #443d39;
  font-size: 15px !important;
}
main {
  min-height: calc(100vh - 420px);
  box-sizing: border-box;
}
/* SLIDESHOW */
.header-slideshow {
  width: 100%;
  height: 36vw;
  font-size: 0;
  position: relative;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: -1;
}
.slide {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 3.5s;
}
.slide img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 6px #fff solid;
  border-left: none;
  box-sizing: border-box;
}
.slide.active {
  opacity: 1;
}
#imageProgress {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
  background-color: #eee;
  transition: opacity .3s;
  height: 10px;
  width: 200px;
}
progress[value]::-webkit-progress-value {
  background-color: #07111A;
  border-radius: 2px;
}
.main-navbar {
  width: 100%;
  height: 130px;
  position: relative;
}
.main-navbar__logo {
  width: 100%;
  height: 100%;
}
.main-navbar__logo img {
  max-width: 520px;
  width: 89%;
  min-width: 300px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.main-navbar__menu {
  position:
    absolute;
  right: 49px;
  bottom: 0;
}
.main-navbar__menu-list {
  list-style-type: none;
  padding: 0;
  margin-right: 50px;
}
.main-navbar__menu-list-item {
  border-right: 1px #453e3ac1 solid;
  display: inline-block;
}
.main-navbar__menu-list-item:nth-child(4) {
  border-right: 0;
}
.main-navbar__menu-list-item a {
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Jost', sans-serif;
  color: #383838;
  transition: 0.3s ease;
  text-decoration: none;
  font-weight: 600;
  margin: 0 15px;
  letter-spacing: .8px;
}
.main-navbar__menu-list-item a.current-page {
  color: #827a22;
}
@media screen and (max-width:1000px) {
  body {
    background-image: none;
  }
  .main-navbar {
    height: auto;
  }
  .main-navbar__logo {
    padding-top: 38px;
  }
  .main-navbar__logo img {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .main-navbar__menu {
    position:
      relative;
    right: auto;
    bottom: auto;
  }
  .main-navbar__menu {
    margin: 20px 0 0;
  }
  .main-navbar__menu-list {
    margin: 0 0 30px 42px;
  }
}
@media screen and (max-width:600px) {
  .main-navbar__menu-list {
    margin: 0 0 30px 0;
    text-align: center;
  }
  footer #copyright span:first-of-type {
    display: block;
    font-size: 0px;
  }
}
.main-navbar__menu-list-item a:hover {
  font-weight: 600;
  color: #827a22;
}
.main-header {
  padding: 0 47px;
  width: 100%;
  margin: 40px auto 120px auto;
}
.main-header__images {
  display: flex;
  justify-content: space-between;
}
.image-1 {
  width: 100%;
}
.instructions {
  font-size: 15px;
}
.main-header h2 {
  font-size: 55px;
  color: #7f7f7f;
  margin-top: 10px;
  padding-left: 29px;
  font-weight: 300;
  font-family: "Jost", sans-serif;
}
.sponsor-section {
  width: 100%;
  margin: 35px 0 7px;
  background-color: #192d3d;
  display: flex;
  justify-content: flex-end;
}
.sponsor-section img {
	max-width:380px;
	width:82vw;
	margin:13px 9vw 8px 9vw;
}
@media screen and (max-width:1000px) {
  .main-header {
    padding: 0 20px;
  }
  .main-header h2 {
    padding-left: 0;
  }
}
footer {
  min-height: 250px;
  width: 100%;
  padding: 0 49px;
  background-color: #000000;
  position: absolute;
}
.footer-container {
  padding-left: 35px;
  transition: .3s;
}
.footer-container h3 {
  font-family: "Jost", sans-serif;
  font-size: clamp(27px, 3.5vw, 47px);
  color: #7f7f7f;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 300;
}
.footer-container h3 span {
  white-space: nowrap;
}
.footer-container p {
  font-size: 13px;
  color: white;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  margin: 0;
}
footer a {
  color: #ffffff;
  transition: color .3s;
  text-decoration: none;
}
footer a:hover {
  color: #ffffff99;
}
/*Sites */
.sites-list {
  display: flex;
  flex-direction: column;
  margin: 0 49px;
  padding-top: 80px;
}
.site-item {
  display: flex;
  margin: 0 30px 80px;
  cursor: pointer;
}
.site-item-info {
  padding-right: 55px;
}
.site-item img {
  max-width: 433px;
  margin-right: 40px;
}
.site-item-text {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.site-item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.site-item-title h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #383838;
  margin: 0;
}
.site-item-title a {
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 900;
  color: #827a22;
}
.site-item-text h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  color: #7f7f7f;
  font-size: 20px;
  margin: 0;
}
@media screen and (max-width:440px) {
  .main-navbar__menu-list-item {
    border-right: 0;
    display: block;
  }
}
/*  Mission */
.mission-section {
  padding: 0 49px;
  width: 100%;
  margin: 100px 0;
}
.mission-section-container {
  padding: 0 100px 0 90px;
  display: flex;
}
.mission-info-text h1 {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 55px;
  color: #7f7f7f;
  margin-bottom: 15px;
  margin-top: 0;
}
.mission-info-text p {
  font-family: 'Roboto Condensed', sans-serif;
  color: #443d39;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
}
.about-text {
  margin-top: 0;
}
.mission-info-text h2 {
  color: #383838;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 0;
  margin-top: 30px;
}
.mission-info img {
  margin: 20px 0;
}
.mission-image {
  margin-left: 60px;
}
@media screen and (max-width:1000px) {
  .sites-list {
    display: block;
    /* flex-direction: column; */
    padding-top: 0px;
    margin: 0 20px;
  }
  .site-item {
    margin: 50px 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .site-item-info {
    padding: 0;
  }
  footer span.footer-hide {
    display: block;
    font-size: 0;
  }
  .site-item img {
    max-width: 100%;
    margin-right: 0px;
    margin: 0;
  }
  .mission-section {
    margin: 50px 0;
    padding: 0 20px;
  }
  .mission-section-container {
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
  .mission-image {
    display: flex;
    justify-content: center;
    margin: 40px 0 0;
  }
}
@media screen and (max-width:780px) {
  .main-header h2 {
    font-size: 40px;
  }
  .mission-image img {
    max-width: 300px;
  }
  footer {
    padding: 0 20px;
  }
  .footer-container {
    padding: 0;
  }
  .footer-container h3 {
    font-size: 30px;
    margin-top: 20px;
    line-height: 120%;
  }
}
/* Site detail */
.back-button {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 40px 0;
}
.back-button a {
  text-transform: uppercase;
  background-color: #000000;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  padding: 2px 70px 2px 17px;
  transition: color .3s, padding .3s;
}
.back-button a:hover {
  color: #ffffff99;
  padding-right: 80px;
}
.site-detail-section {
  padding: 0 100px;
  margin-bottom: 100px;
}
.site-detail-title {
  margin-bottom: 40px;
}
.site-detail-title h1 {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 55px;
  color: #7f7f7f;
  margin: 0 0 12px;
}
.site-detail-title h2, .site-detail-text h2, .site-detail-info-item h2, .gallery-title h2 {
  color: #383838;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 24px;
  margin: 0 0 10px;
}
.gallery-title h2{margin:10px 0 0 0;}
.site-detail-image img {
  width: 100%;
}
.site-detail-container {
  width: 100%;
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.site-detail-text {
  width: 50%;
}
.site-detail-text p {
  font-family: 'Roboto Condensed', sans-serif;
  color: #443d39;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
}
.site-detail-address h2 {
  margin: 30px 0 10px;
  font-size: 24px;
}
.site-detail-address h2 a {
  color: #827a22;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: none;
  font-size: 20px;
}
.site-detail-address h2 a:hover {
  color: #827a2299;
}
.site-detail-address p {
  margin: 0;
}
.site-detail-address img {
  margin: 30px 0;
  border: 1px solid #000;
}
.site-detail-info-item p {
  font-family: 'Roboto Condensed', sans-serif;
  color: #443d39;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  margin: 0;
}
.site-detail-info {
  width: 40%;
}
.site-detail-info-item {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.site-detail-info-item a {
  color: #827a22;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: none;
}
@media screen and (max-width:1000px) {
  .site-detail-section {
    padding: 0 20px;
  }
  .site-detail-address img {
    max-width: 300px;
  }
}
@media screen and (max-width:736px) {
  .site-detail-text {
    width: 100%;
    margin-bottom: 50px;
  }
  .site-detail-info {
    width: 100%;
  }
  .back-button a {
    padding: 10px 20px;
  }
  .site-detail-title h1 {
    font-size: 40px;
  }
}
/* INQUIRE */
.inquire-section {
  margin: 50px 0 50px 100px;
}
.inquire-section h1 {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 55px;
  color: #7f7f7f;
  margin-bottom: 15px;
  margin-top: 0;
}
.inquire-section-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.inquire-form {
  display: flex;
  flex-direction: column;
  min-width: 400px;
}
.inquire-form-item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 10px 0;
}
.inquire-form-item-submit {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin: 10px 0;
}
.inquire-form-item-submit input {
  border: none;
  color: #7f7f7f;
  background: none;
  font-weight: 900;
  font-family: 'Roboto Condensed';
  cursor: pointer;
  font-size: 16px;
}
.inquire-form-item input, .inquire-form-item textarea {
  max-width: 270px;
  width: 100%;
  resize: none;
  outline: none;
}
.inquire-form label {
  font-family: 'Roboto Condensed', sans-serif;
  color: #443d39;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}
.form-disclaimer {
  text-align: end;
  font-size: 14px;
}
.contact-section {
  max-width: 300px;
  margin-left: 100px;
}
.contact-section h2 {
  color: #383838;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 24px;
  margin: 0;
}
.contact-section p {
  font-family: 'Roboto Condensed', sans-serif;
  color: #443d39;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  margin: 10px 0;
}
.contact-section a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  color: #827a22;
}
@media screen and (max-width:1000px) {
  .inquire-section {
    margin: 50px 20px;
  }
  .inquire-form {
    width: 100%;
  }
  .inquire-form-item {
    flex-direction: column;
    max-width: 400px;
  }
  .form-disclaimer {
    max-width: 270px;
  }
  .inquire-form-item-submit {
    max-width: 270px;
  }
  .contact-section {
    margin-left: 0;
    width: 100%;
    margin-top: 50px;
    max-width: unset;
  }
}