body,
html {
  border: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Liter", serif;
  font-size: 16px;
  color: #000;
  background-color: #fff;
}
.liter-regular {
  font-family: "Liter", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#wrapper {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #000;
}
#nav-contain {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  justify-content: center;
  z-index: 4000;
}
#nav-under {
  position: absolute;
  width: 750px;
  height: 65px;
  box-shadow: 0px 0px 10px black;
  border-radius: 0 0 20px 20px;
}
.linkbox {
  position: relative;
  width: 150px;
  height: 65px;
  text-align: center;
  transition-duration: 0.4s;
  text-decoration: none;
  color: #141423;
  background-color: seagreen;
  border-left: solid 1px #141423;
}
.linkboxLeft {
  position: relative;
  width: 150px;
  height: 65px;
  text-align: center;
  transition-duration: 0.4s;
  text-decoration: none;
  color: #141423;
  background-color: seagreen;
  border-radius: 0 0 0 20px;
}
.linkboxRight {
  position: relative;
  width: 150px;
  height: 65px;
  text-align: center;
  transition-duration: 0.4s;
  text-decoration: none;
  color: #141423;
  background-color: seagreen;
  border-left: solid 1px #141423;
  border-radius: 0 0 20px 0;
}
.linkbox a {
  text-decoration: none;
  color: inherit;
}
.linkbox:hover {
  background-color: #6eaf2f;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}
.linkboxLeft a {
  text-decoration: none;
  color: inherit;
}
.linkboxLeft:hover {
  background-color: #6eaf2f;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}
.linkboxRight a {
  text-decoration: none;
  color: inherit;
}
.linkboxRight:hover {
  background-color: #6eaf2f;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}
.textbox {
  position: relative;
  top: 30%;
  margin: 0;
  text-align: center;
}
#body-top {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  height: 500px;
  background-color: #141423;
  background-image: url("../images/3rivershome01.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  justify-content: flex-start;
  z-index: 100;
}
#body-top-text {
  position: absolute;
  width: 700px;
  height: 200px;
  top: 130px;
  left: 180px;
  color: #fff;
  font-size: 18px;
  z-index: 1000;
}
#browse-button {
  display: flex;
  position: absolute;
  width: 175px;
  height: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background-color: #6eaf2f;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
}
#browse-button:hover {
  background-color: seagreen;
  cursor: pointer;
  transition: 0.4s;
}
#body-top-img {
  display: flex;
  position: relative;
  top: 60px;
  width: 400px;
  height: 260px;
  margin-left: 20px;
  background-image: url("../images/body-top01.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
}
#body-mid {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
  background-color: #2a6474;
  background-image: url("../images/bg01.png");
  justify-content: flex-start;
  align-items: center;
}
#bio-contain {
  display: flex;
  flex-direction: row;
  width: 1200px;
  height: auto;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  color: #fff;
  font-size: 18px;
  justify-content: center;
}
#bio-image {
  display: block;
  width: 200px;
  height: auto;
}
#bio-image img {
  display: block;
  width: 200px;
  height: auto;
}
#bio-text-wrap {
  display: flex;
  flex-direction: column;
  width: 90%;
  height: auto;
}
#bio-heading {
  display: flex;
  width: 75%;
  height: 40px;
  font-size: 32px;
  font-weight: bold;
  margin-left: 50px;
  align-items: flex-start;
}
#bio-text {
  display: flex;
  width: 100%;
  height: auto;
  margin-left: 50px;
  font-size: 18px;
}
#contact-button-contain {
  display: flex;
  width: 100%;
  height: 55px;
  margin-left: 50px;
  margin-top: 20px;
  justify-content: center;
}
#body-bot {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 465px;
  background-color: #141423;
  justify-content: flex-start;
  align-items: center;
}
#body-bot-textWrap {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 800px;
  height: 200px;
  left: 100px;
  align-items: center;
  justify-content: center;
}
#body-bot-text {
  position: relative;
  display: flex;
  width: 600px;
  height: 200px;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 18px;
  justify-content: flex-start;
  z-index: 1000;
  margin: auto;
}
#body-bot-buttonWrap {
  display: flex;
  width: 200px;
  height: 55px;
  justify-content: center;
}
#browseBot-button {
  display: flex;
  position: relative;
  width: 175px;
  height: 50px;
  color: #141423;
  font-size: 14px;
  font-weight: bold;
  background-color: lightblue;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
}
#browseBot-button:hover {
  background-color: seagreen;
  cursor: pointer;
  transition: 0.4s;
}
/*Homepage Slideshow----------------------*/
.slideHome-container {
  display: flex;
  position: relative;
  left: 200px;
  width: 800px;
  height: 340px;
  margin: 0;
}
.slideHome {
  display: none;
  width: 100%;
}
/*End Slideshow--------------------------*/
#body-bot-featured {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 600px;
  background-color: #141423;
  color: #2a6474;
  align-items: center;
}
#body-bot-sepLine {
  display: flex;
  position: relative;
  width: 65%;
  height: 10px;
  margin-bottom: 50px;
  border-top: solid 1px #2a6474;
}
#body-bot-featText {
  display: flex;
  position: relative;
  width: 500px;
  height: 50px;
  margin-bottom: 50px;
  color: seagreen;
  align-items: center;
  justify-content: center;
}
/*FEATURED CAROUSEL------------------------------------------------------*/
.carousel {
  position: relative;
  overflow: hidden;
  width: 1400px; /* Adjust to your preferred width */
  height: 330px; /* Adjust based on your image height */
  background-color: #2a6474; /* Optional background */
}
.carousel-track {
  display: flex;
  animation: scroll-right-left 20s linear infinite;
}
.carousel-track div {
  flex: 0 0 auto; /* Prevent shrinking or growing */
  width: 300px; /* Adjust to match your image width */
  margin-right: 10px; /* Optional spacing between images */
}
.carousel img {
  width: 100%; /* Ensure images scale properly */
  height: auto;
}
@keyframes scroll-right-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1860px);
  }
}
/*CAROUSEL END------------------------------------------------------------*/
h1 {
  font-size: 48px;
  color: #fff;
}
#dropdown-menu {
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  background-color: seagreen;
  width: 220px;
  list-style: none;
  padding-top: 10px;
  padding-left: 30px;
  opacity: 0;
  transform: scaleY(0);
  transition:
    opacity 0.3s ease-in-out,
    transform 0.3s ease-in-out;
  z-index: 5000;
}
#dropdown-menu a {
  display: block;
  width: 200px;
  height: 30px;
  transition-duration: 0.4s;
  text-decoration: none;
  color: #fff;
}
#dropdown-menu a:hover {
  background-color: seagreen;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
#dropdown-menu.show {
  display: block;
  opacity: 1;
  transform: scaleY(1);
}

/*MEDIA QUERIES================================================================================================*/
@media (max-width: 768px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  #body-top {
    flex-direction: column;
    align-items: center;
    height: 400px;
  }
  #body-top-text {
    width: 75%;
    top: 100px;
    left: 20px;
  }
  #body-top-img {
    top: 50px;
    margin: 0;
  }
  #nav-under {
    display: none;
  }
  #nav-contain {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 50px;
    background-color: seagreen;
  }
  #body-mid {
    flex-direction: column;
  }
  #bio-contain {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  #bio-heading {
    margin-left: 0;
  }
  #bio-text {
    margin-left: 0;
  }
  #contact-button-contain {
    display: flex;
    width: 100%;
    margin-left: 0;
  }
  #body-bot-textWrap {
    display: flex;
    width: 100%;
    left: 0;
  }
  #body-bot-text {
    width: 80%;
    left: 0;
  }
  #body-bot {
    flex-direction: column;
    height: 530px;
  }
  #body-bot-featText {
    width: 100%;
    margin-bottom: 20px;
  }
  .slideHome-container {
    width: 100%;
    height: auto;
    left: 0;
    margin-top: 50px;
  }
  #menu-toggle {
    display: block;
    cursor: pointer;
    width: 40px;
  }
  #dropdown-menu li {
    display: block;
    padding: 10px;
    opacity: 1;
    transform: scaleY(1);
  }
  .linkbox {
    display: none;
  }
  .linkboxRight {
    display: none;
  }
  .linkboxLeft {
    display: none;
  }
  .carousel {
    width: 100%;
    height: auto;
  }
  .carousel-track {
    display: flex;
    animation: scroll-right-left 30s linear infinite;
    width: max-content;
  }
  @keyframes scroll-right-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-1860px);
    }
  }
}
@media (min-width: 769px) {
  #menu-toggle {
    display: none;
  }
}
