/* 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 */
.reUse {
  background-color: #37CDB8;
}

.bannerTextReUse {
  font-family: "Playlist";
  color: white;
  font-size: 120px;
  text-align: center;
  padding-left: 4rem;
}

@media screen and (max-width: 600px) {
  .bannerTextReUse {
    font-family: "Playlist";
    color: white;
    font-size: 50px;
    text-align: center;
    padding-left: 3.1rem;
  }
}

/* CardList */
#cardList {

}

.cardTarget {

}

#cardRow {
  margin-top: 3em;
  margin-bottom: -1em;
}



/* Button */
#resourceBtn {
  background-color: rgba(46, 125, 57, 0.6);
  max-width: 720px;
  width: 100%;
  height: auto;
  padding: 0.675em;
  font-family: "Poppins", sans-serif;
  font-size: 3em;
  margin-left: 195px;
}
@media screen and (max-width: 600px) {
  #resourceBtn {
    background-color: rgba(46, 125, 57, 0.6);
    max-width: 720px;
    width: 100%;
    height: auto;
    padding: 0.675em;
    font-family: "Poppins", sans-serif;
    font-size: 3em;
    margin-left: 0px;
  }
}

@media screen and (max-width: 768px) and (min-width: 601px){
  #resourceBtn {
    background-color: rgba(46, 125, 57, 0.6);
    max-width: 720px;
    width: 100%;
    height: auto;
    padding: 0.675em;
    font-family: "Poppins", sans-serif;
    font-size: 3em;
    margin-left: 0px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  #resourceBtn {
    background-color: rgba(46, 125, 57, 0.6);
    max-width: 720px;
    width: 100%;
    height: auto;
    padding: 0.675em;
    font-family: "Poppins", sans-serif;
    font-size: 3em;
    margin-left: 105px;
  }
}

/* List 2 Media Querries */
@media screen and (max-width: 320px) {
  #rowHidden {
    width: 111%;
    margin-top: 0em !important;
    margin-left: -1.975em;
  }
}

@media screen and (max-width: 600px) and (min-width: 321px) {
  #rowHidden {
    width: 109.2%;
    margin-top: 0em !important;
    margin-left: -1.975em;
  }
}

@media screen and (max-width: 1023px) and (min-width: 600px) {
  #rowHidden {
    width: 105%;
    margin-top: 0em !important;
    margin-left: -1.975em;
  }
}

@media screen and (max-width: 1153px) and (min-width: 1024px) {
  #rowHidden {
    width: 105%;
    margin-top: 0em !important;
    margin-left: -2.5em;
  }
}

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

  /* Back to top button */
  .back-to-top {
    position: fixed;
    display: none;
    background: #2e7d39;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
  }

  .back-to-top i {
    padding-top: 12px;
    color: #fff;
  }