/* Font Dependancies */
@font-face {
  font-family: "Playlist";
  src: url("../fonts/Playlist_Script.otf") format("truetype");
}

/* Navbar */
.nav-item {
    margin-right: 45px;
  }
  
  .navbar-nav {
    width: 100%;
  }
  
  .navbar-nav a:hover {
    border-bottom: 11px solid #2e7d39;
  }
  
  .bannerImage {
    width: 100%;
  }
  
  .nav-link {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    font-weight: 600;
  }
  
  #aboutMe {
    font-size: 1rem;
    white-space: nowrap;
  }

  #online-store {
    white-space: nowrap;
    background-color: #ffec00;
    color: #2e7d39;
  }
  
  @media screen and (max-width: 991px) {
    .dropdown-item {
      text-align: center;
    }
  }
  
  @media screen and (max-width: 493px) {
    .navbar-nav {
      width: 116%;
    }
  }

/* Banner */
#testBanner {
  height: 200px;
  width: 900px;
}

@media screen and (max-width: 600px) {
  #testBanner {
    height: 200px;
    width: 19em;
  }
}

@media screen and (max-width: 768px) {
  #testBanner {
    height: 200px;
    width: 19em;
  }
}

/* Slider */

/* Carousel */
.about-us-service-title {
  text-align: center;
}

.carousel-container {
  padding: 20px;
  display: flex;
  text-align: center;
  position: relative;
  height: 450px;
  max-width: 800px;
  min-width: 600px;
  margin: 0 auto;
}

.carousel-card {
  height: 280px;
  width: 400px;
  padding: 20px;
  transition: 1s;
  opacity: 1;
  position: absolute;
  top: 0;
  background-color: #2e7d39;
  color: #FFF;
  cursor: pointer;
  box-shadow: 1px 2px 3px grey;
  border-radius: 4%;
}

.carousel-icon {
  border-radius: 50%;
  height: 75px;
  width: 75px;
}

#far-left {
  left: 15%;
  transform: scale(.9) translateY(0%) translateX(-50%);
  z-index: 5;
  background-color: #F0F0F0;
}

#left {
  left: 30%;
  transform: scale(1) translateY(0%) translateX(-50%);
  z-index: 10;
  background-color: #C3C3C3;
}

#center {
  left: 50%;
  transform: scale(1.05) translateY(0%) translateX(-50%);
  z-index: 15;
}

#right {
  left: 70%;
  transform: scale(1) translateY(0%) translateX(-50%);
  z-index: 10;
  background-color: #C3C3C3;
}

#far-right {
  left: 80%;
  transform: scale(.9) translateY(0%) translateX(-50%);
  z-index: 5;
  background-color: #F0F0F0;
}


.carousel-card:hover {

}

/* Media Queries for Carousel */
/* Phones */
@media only screen and (max-width: 600px) {
  .carousel-container {
    height: 424px;
    min-width: 300px;
    max-width: 400px;
  }

  .carousel-card {
    width: 50%;
    height: 50%;
  }

  #far-left {
    left: 25%;
    transform: scale(.9) translateY(0%) translateX(-50%);
    z-index: 5;
    background-color: #F0F0F0;
  }
  
  #left {
    left: 38%;
    transform: scale(1) translateY(0%) translateX(-50%);
    z-index: 10;
    background-color: #C3C3C3;
  }
  
  #center {
    left: 50%;
    transform: scale(1.05) translateY(0%) translateX(-50%);
    z-index: 15;
  }
  
  #right {
    left: 59%;
    transform: scale(1) translateY(0%) translateX(-50%);
    z-index: 10;
    background-color: #C3C3C3;
  }
  
  #far-right {
    left: 67%;
    transform: scale(.9) translateY(0%) translateX(-50%);
    z-index: 5;
    background-color: #F0F0F0;
  }

  .carousel-text {
    font-size: .7rem;
  }
}

/* Ipad */
@media screen and (max-width: 768px) and (min-width: 601px) {
  .carousel-container {
    height: 424px;
    min-width: 300px;
    max-width: 550px;
  }

  .carousel-card {
    width: 50%;
    height: 50%;
  }

  #far-left {
    left: 25%;
    transform: scale(.9) translateY(0%) translateX(-50%);
    z-index: 5;
    background-color: #F0F0F0;
  }
  
  #left {
    left: 38%;
    transform: scale(1) translateY(0%) translateX(-50%);
    z-index: 10;
    background-color: #C3C3C3;
  }
  
  #center {
    left: 50%;
    transform: scale(1.05) translateY(0%) translateX(-50%);
    z-index: 15;
  }
  
  #right {
    left: 59%;
    transform: scale(1) translateY(0%) translateX(-50%);
    z-index: 10;
    background-color: #C3C3C3;
  }
  
  #far-right {
    left: 67%;
    transform: scale(.9) translateY(0%) translateX(-50%);
    z-index: 5;
    background-color: #F0F0F0;
  }

  .carousel-text {
    font-size: .7rem;
  }
}

/* Footer */
.page-footer {
    border-top: 2px solid #2e7d39;
  }
  .footerHeader {
    font-weight: bolder;
    font-family: "Poppins", sans-serif;
    /* font-size: 18px; */
    line-height: 27px;
    text-align: center;
  }
  
  .footerHeader {
    margin-top: -13px;
  }
  
  .t1 {
    font-family: "Poppins", sans-serif;
  }
  
  #contact {
    font-family: "Nunito", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    color: #2e7d39;
  }
  
  .btn-floating {
    font-size: 45px;
    color: #2e7d39;
  }
  
  a:not([href]) {
    color: #2e7d39;
  }
  
  .info {
    border-right: 2px solid black;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
  }
  
  .address {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
  }
  
  .subBtn {
    background-color: #2e7d39;
    border: none;
    color: white;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 2rem;
    z-index: 99;
  }
  
  .footerInput {
    border-radius: 2rem;
  }