@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap");

body {
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  overflow-x: hidden;
}

.navbar {
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

.nav-item {
  width: 15vw;
  text-align: center;
  font-size: clamp(12px, 5vw, 20px);
  font-weight: bold;
  color: #707070;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-height {
  height: 80px;
}

.header-hero {
  background-image: url(../imgs/header_hero_img.jpg);
  width: 100vw;
  height: 90vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #000;
  margin-top: 80px;
}

.hero-column-style {
  height: 90vh;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  padding-bottom: 10vh;
  padding-left: 4vw;
  padding-right: 4vw;
  font-weight: bold;
}

.row-padding {
  padding-left: 5vw;
  padding-right: 5vw;
}

.img-margin {
  margin-top: 5vh;
  margin-bottom: 5vh;
}

.hero-text-title {
  font-size: clamp(25px, 5vw, 35px);
  margin-bottom: 2vh;
}

.hero-text-subtitle {
  font-size: clamp(25px, 5vw, 32px);
  margin-bottom: 7vh;
}

.hero-text {
  font-size: clamp(18px, 5vw, 25px);
}

.hero-link-style {
  color: #fff;
  text-decoration: none;
}

.hero-link-style:hover {
  text-decoration: underline;
}

.carousel-container-padding {
  padding-top: 4vh;
  padding-bottom: 4vh;
  padding-left: 5vw;
  padding-right: 5vw;
}

.carousel-text-style {
  color: #707070;
  font-weight: 400;
  font-size: clamp(16px, 10vw, 18px);
}

.carousel-position {
  align-self: center;
}

.carousel-indicators [data-bs-target] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #707070;
  background-color: #fff;
  opacity: 1;
}

.carousel-indicators {
  bottom: -50px;
}

.carousel-indicators .active {
  background-color: #a9957b;
}

.carousel-img-style {
  width: 85%;
  height: auto;
}

.parallax {
  background-image: url(../imgs/accordion_parallax.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.parallax-border {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.accordion {
  --bs-accordion-inner-border-radius: none;
}

.accordion-item {
  border: none;
}

.accordion-button {
  display: inline-flex;
  justify-content: center;
  background-color: #f6f2ef;
  color: #803306;
  border-radius: none;
  font-size: clamp(15px, 5vw, 20px);
}

.accordion-button:hover {
  color: #f86612;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #f86612;
  background-color: #f6f2ef;
}

.accordion-button::after {
  display: none;
}

.accordion-button:focus {
  border-color: #707070;
  box-shadow: none;
}

.custom-accordion-border {
  border: 1px solid #707070;
}

.custom-accordion-border-sides {
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
}

.accordion-top-border {
  border-top: 1px solid #707070;
}

.accordion-bottom-border {
  border-bottom: 1px solid #707070;
}

.accordion-body div {
  margin-bottom: 8px;
  font-size: clamp(14px, 5vw, 16px);
}

.orange-bg {
  background: linear-gradient(90deg, #fff 35%, #f86612 35%, #f86612 50%, #f86612 65%, #fff 65%)
    left/100% 100% no-repeat;
  height: auto;
  margin-bottom: 7%;
}

.info-container-border {
     border-bottom: 1px solid lightgray;
}

.info-banner-style {
  font-size: clamp(10px, 1.2vw, 30px);
  margin-top: 35vh;
  background-color: #fff;
  padding: 20px;
  border: 5px solid gray;
  color: #803306;
  letter-spacing: 10px;
  text-align: center;
}

.info-text-column {
  padding-top: 15vh;
  padding-bottom: 10vh;
  font-size: clamp(14px, 5vw, 16px);
  color: #707070;
}

.info-text-column p {
  font-weight: bold;
  margin-bottom: 3vh;
  margin-top: 3vh;
}

.worker-padding {
  padding-right: 2vw;
  padding-left: 5vw;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.worker-bg {
  background-image: url(../imgs/worker_bg.png);
  background-size: cover;
  background-position: center;
}

.worker-title {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
  font-size: clamp(15px, 5vw, 30px);
}

.worker-text-style {
  font-size: clamp(10px, 3vw, 22px);
  color: #fff;
  padding-bottom: 4vh;
}

.contact-title {
  font-size: clamp(20px, 3vw, 40px);
  font-weight: bold;
  color: #803306;
  text-decoration: underline;
}

.contact-name {
  font-size: clamp(20px, 10vw, 40px);
  margin-bottom: 5vh;
}

.contact-info {
  padding-bottom: 3vh;
  display: flex;
  align-items: center;
}

.contact-text {
    font-size: 20px;
    color: #803306;
}

.contact-info a {
  color: #803306;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: none;
}

.contact-info span {
  font-size: clamp(15px, 5vw, 25px);
  color: #803306;
  padding-left: 2vw;
}

.contact-info span span {
  padding-left: 0vw;
}

.contact-info span span:hover {
  text-decoration: underline;
}

.layer-wrapper {
  position: relative;
}

.layer-bg {
  position: absolute;
  top: 180px;
  left: -235px;
  width: 35vw;
  height: auto;
}

.layer-img {
  position: absolute;
  width: 30vw;
  height: auto;
  top: 200px;
  left: -220px;
}

.line-container {
  position: relative;
  width: 95vw;
}

.footer-line {
  position: absolute;
  background-color: #515165;
  color: #fff;
  font-weight: bold;
  border: 1px solid #707070;
  font-size: clamp(15px, 5vw, 30px);
  z-index: 15;
  width: 100vw;
  bottom: -175px;
}

@media only screen and (max-width: 992px) {
  .navbar {
    background-color: white;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar > .container-fluid {
    background-color: #fff;
  }

  .nav-btn-position {
    display: flex;
    justify-content: space-between;
  }

  .nav-logo {
    width: 20vw;
    height: auto;
    margin-left: 3vw;
  }

  .navbar-toggler {
    border: none;
  }

  .navbar-toggler:focus {
    border: none;
    box-shadow: none;
  }

  .navbar > .container-fluid {
    display: block;
  }

  .navbar-nav {
    width: 100vw;
  }

  .nav-item {
    width: 95vw;
    display: flex;
    justify-content: center;
  }

  .nav-height {
    height: 100px;
  }

  .nav-btn-divider {
    border-top: 1px solid lightgray;
  }

  .nav-btn-row {
    width: 50vw;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #f86612;
    font-size: 20px;
    font-weight: bold;
    border: none;
  }

  .nav-btn-row:active {
    border: none !important;
    color: #f86612 !important;
  }

  .nav-btn-row:hover {
    text-decoration: underline;
  }

  .nav-col-border {
    border-left: 0.5px solid lightgray;
    border-right: 0.5px solid lightgray;
    border-bottom: 1px solid lightgray;
  }

  .header-hero {
    background-image: url(../imgs/header_hero_img.jpg);
    width: 100vw;
    height: 90vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid #000;
    margin-top: 140px;
  }

  .mobile-info-title {
    font-size: clamp(15px, 5vw, 30px);
    color: #803306;
    border: 5px solid #707070;
    padding: 15px;
    letter-spacing: 10px;
    text-align: center;
  }

  .mobile-title-position {
    margin-top: 5vh;
  }

  .info-text-column {
    padding-top: 5vh;
    padding-bottom: 10vh;
    font-size: clamp(14px, 5vw, 16px);
    color: #707070;
  }

  .layer-wrapper {
    position: relative;
  }

  .layer-bg {
    position: absolute;
    top: 4vh;
    left: 18vw;
    width: 60vw;
    height: auto;
  }

  .layer-img {
    position: absolute;
    top: 6vh;
    left: 20vw;
    width: 50vw;
    height: auto;
  }

  .footer-line {
    bottom: -50vh;
  }
}
