/* 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 1 */
  .banner {
    /* height: fit-content; */
    height: auto;
    width: 100%;
    background-color: #2e7d39;
  }
  
  .bannerText {
    height: auto;
    width: 100%;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    padding: 1rem;
    padding-top: 2.5rem;
    text-align: left;
  }
  
  .firstWord {
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    margin: 0.75em 0;
    text-align: left;
  }
  
  .bannerImg {
    width: 80%;
    height: auto;
  }

  .notice {
    background-color: #f8e71e;
    text-align: center;
    width: 95.8%;
  }

  .notice-title {
    font-size: 1.2rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
  }

  .notice-words {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
  }

  @media screen and (max-width: 600px) {
  .bannerImg {
      width: 100%;
      height: 100%;
  }

  .firstWord {
    font-size: 1rem;
  }

  .bannerText {
    font-size: .7rem;
  }

}

  @media screen and (max-width: 1023px) and (min-width: 601px) {
    .bannerImg {
      width: 100%;
      height: 100%;
    }
  }
  
  @media screen and (max-width: 1919px) and (min-width: 1024px) {
    .bannerImg {
        width: 100%;
        height: 100%;
    }
  }

  /* Modal */
#modal-close-button {
  font-size: 4rem;
  float: right;
}

#covid-modal-content {
  border-radius: 1.275em;
  border: 2px #34803f solid;
}

#covid-modal-header {
  border-bottom: 0 none;
}

#covid-modal-footer {
  border-top: 0 none;
}

.modal-title {
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  font-weight: bolder;
  text-align: center;
}

.modal-text {
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-style: italic;
}

#bottom-modal-title {
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  font-style: italic;
}

#bottom-modal-highlight {
  color: #34803f;
}

#requirements {
  list-style-type: none;
  list-style-position: inside;
}

.list-margins {
  /* color: #34803f; */
  /* font-size: 2rem; */
  line-height: 1.5em;
  margin-top: .6em;
  text-indent: -1.5em;
  /* margin-top: .6em; */
  /* list-style: none */
}

.list-margins::before {
  display:          inline-block;
  vertical-align:   middle;
  width:            .85em;
  height:           .85em;
  background-color: #34803f;
  margin-right:     .5rem;
  content:          ' ';
  border-radius: 100%;
}

.list-text {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  color: #000000;
  font-size: 1rem;
  width: 90%;
}

.x-button {
  color: white;
}

  /* Gallery */
  @media screen and (max-width: 600px) {
    .card {
      width: 77%;
      height: auto;
      margin-left: 38px;
    }
    #tangyMango {
    }
    #homeImgRow {
      margin-right: -10px;
    }
  }

  @media screen and (max-width: 1024px) and (min-width: 601px) {
    #homeImgRow {
        margin-right: -5px;
    }
}

/* Bottom Image */
.bimg {
  /* margin-top: 20px; */
  margin-bottom: 20px;
}

#bottom-container {
  margin-left: 2.5%
}

.bottom-banner {
  background-color: #ff9c32;
  width: 95.8%;
}

.bottom-banner-text {
  padding: 1.5em;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-style: italic;
}

#bottom-banner-highlight {
  font-weight: 800;
}

/* Media queries for both top and bottom banner */

@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .notice {
    width: 102.6%;
  }
  #bottom-container {
    margin-left: 2.5%;
  }
  .bottom-banner {
    width: 102.7%;
  }
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
  .notice {
    width: 103.2%;
  }
  .bottom-banner {
    width: 103.2%
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .notice {
    width: 104.3%;
  }
  .bottom-banner {
    width: 104.2%
  }
}

@media screen and (min-width: 601px) and (max-width: 767px) {
  .notice {
    width: 105.9%;
  }
  .bottom-banner {
    width: 105.9%
  }
}

@media screen and (min-width: 529px) and (max-width: 600px) {
  .notice {
    width: 105.9%;
  }

  .notice-title {
    font-size: 1rem;
  }

  .notice-words {
    font-size: .825rem;
  }

  .bottom-banner{
    width: 105.9%;
  }
}

@media screen and (min-width: 518px) and (max-width: 529px) {
  .notice {
    width: 106%;
  }

  .bottom-banner{
    width: 106%;
  }
}

@media screen and (min-width: 300px) and (max-width: 517px) {
  .notice {
    width: 100vw;
  }

  .bottom-banner{
    width: 100vw;
  }
}



/* 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;
}
