/* #background-photo {
  background: url("../images/tree-background.webp") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: "Quicksand", sans-serif;
  background: 
       linear-gradient(
      rgba(44, 44, 44, 0.4),
      rgba(44, 44, 44, 0.4)
    ),
     url("../images/tree-background.webp");
} */



/* .background-container {
  padding: 1rem 1rem 3rem 1rem;do
  position: relative;
}

.background-image {
	height: 350px;
	width: auto;
    position: absolute;
}

body {
  margin: 0px;
}

h1,
h2,
h3 {
  text-align: center;
  color: white;
}

h3 {
  max-width: 500px;
  margin: 0 auto 3rem;
  font-size: 1.2rem;
}

footer {
  position: fixed;
  bottom: 0;
  left: 50%;
  text-align: center !important;
  margin: 0 auto;
}

h1 {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 8px;
  font-size: 2rem;
  margin-bottom: 5rem;
  margin-top: 8rem;
}


.button-36 {
  background-image: linear-gradient(92.88deg, #2a5e4e 30%, #237746 70%);
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  flex-shrink: 0;
  font-family: "Quicksand", "Inter UI", "SF Pro Display", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
    sans-serif;
  font-size: 20px;
  font-weight: 500;
  height: 4rem;
  padding: 0 1.6rem;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
  transition: all 0.5s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin: 0 auto;
  display: block;
}


.button-36:hover {
  box-shadow: rgba(35, 104, 75, 0.5) 0 1px 30px;
  transition-duration: 0.1s;
}

@media (min-width: 768px) {
  .button-36 {
    padding: 0 2.6rem;
  }

  h1 {
    font-size: 3.4rem;
    letter-spacing: 13px;
    margin-top: 12rem;
  }
  h3 {
    font-size: 2rem;
  }

  .background-image {
    height: auto;
    width: 100%;
    margin-left: 0;
}
}

@media (min-width: 1200px) {
    #background-photo {
        max-width: 1200px;
        margin: 0 auto;
    }
}
 */

 body {
     margin: 0px;
 }

 .container-fluid {
     font-family: "Quicksand", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue";
 }

 .intro {
     position: relative;
     overflow: hidden;
     background: black;
     z-index: 9;
 }

 .background-image {
	height: auto;
	width: 100%;
    filter: brightness(.5);
    z-index: 0;
}

.bottom-image {
    background-image: url("../images/SaveBS.jpg");
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center; 
        -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 400px;
}

.background-image-bottom {
    height: 550px;
	width: auto;
    z-index: 0;
}




 .intro-main h1 {
    color: white;
    font-weight: 400;
    text-align: center;
    font-size: calc(1.8rem + 1.05vw);
    margin-bottom: -2rem;
 }

 .intro-main h3 {
    color: white;
    font-size: calc(1.2rem + 1.05vw);
    font-weight: 300;
    text-align: center;
    margin-top: 2rem;
 }

 .intro-main h5 {
  color: white;
  font-size: calc(1rem + 1.05vw);
  font-weight: 300;
  text-align: center;
  /* margin-top: 3rem; */
}

 .logo-container {
    height: 50px; 
    display: inline-block;
 }

 .navigation-content {
     position: relative;
     margin: 0.5rem 0rem 0rem 0.5rem;
 }

 .page-header-container {
    display: inline-block; 
    letter-spacing: 2px; 
    font-weight: 200;
    color: white;
    font-size: 30px;
    height: 50px;
    bottom: 0;
    position: absolute;
    margin-left: 0.4rem;
 }

 .action-items {
     margin-top: 1rem;
 }

 .action-item {
     text-align: center;
     
 }

 .action-item > div {
     padding: 10px;
     border: 1px solid rgb(165, 165, 165);
     border-radius: 5px;
     background: white;
     height: 300px;
 }

 .contact-info {
     margin-top: 1rem;
     margin-bottom: 1rem;
 }

 .contact-item > div {
     border-radius: 0.2rem;
     height: auto;
     padding: 10px;
     background-color: white;
 }

 /* .contact-item div h5 {
     margin-bottom: 0.5rem;
 }

 .contact-item div p {
     margin-bottom: 0.2rem;
 } */

 .contact-info-heading {
     color:rgb(140, 140, 140);
     margin-bottom: 0.2rem;
 }

 .contact-description {
    color:rgb(140, 140, 140);
 }

 .HNF-text {
    letter-spacing: 1px;
    font-weight: bold;
 }

 .button-36 {
    background-image: linear-gradient(92.88deg, #2a5e4e 30%, #237746 70%);
    border-radius: 8px;
    border-style: none;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    flex-shrink: 0;
    font-family: "Quicksand", "Inter UI", "SF Pro Display", -apple-system, BlinkMacSystemFont,
      "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
      sans-serif;
    font-size: 20px;
    font-weight: 500;
    height: 4rem;
    padding: 0 1.6rem;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
    transition: all 0.5s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    margin: 0 auto;
    display: block;
    margin-top: 3rem;
  }
  
  
  .button-36:hover {
    box-shadow: rgba(35, 104, 75, 0.5) 0 1px 30px;
    transition-duration: 0.1s;
  }

  .container-fluid {
      background: #F6F6F6;
  }

  .newsletter-info {
    color: white;
    text-align:center;
    margin:0 auto;
  }

  #button-addon2 {
    background-color: rgb(14, 79, 20);
    border-color: rgb(14, 79, 20);
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .button-addon2 {
    background-color: rgb(14, 79, 20) !important;
    border-color: rgb(14, 79, 20) !important;
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
  }


  /*Rework of image*/
#logo-image {
  height: 40px;
}

#intro-full {
  background-image: url('../images/BSSign_Dark.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 50vh;
  display: block;
}

.navigation {
  display: inline-block;
  height:50px;
}

.intro-main {
  display: block;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 2rem; 
  text-align:center;
}

.newsletter {
  width: 75% !important;
}

#tim-green-header {
  font-size: 1.2rem;
}


@media (min-height: 668px) {
  #donation-comment {
    display:block;
  }
}

  @media (min-width: 576px) {
    .action-item > div {
        padding: 10px;
        border: 1px solid rgb(165, 165, 165);
        border-radius: 5px;
        background: white;
        height: 350px;
    }
  }

  @media (min-width: 701px) {
    .action-item > div {
        padding: 10px;
        border: 1px solid rgb(165, 165, 165);
        border-radius: 5px;
        background: white;
        height: 425px;
    }

    #main-title {
      display:block;
    }

    .intro-main {
      display: block;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      /* margin-top: 1rem; */
      text-align:center;
    }
  }



/* MEDIA QUERIES */
@media (min-width: 768px) {
    .button-36 {
      padding: 0 2.6rem;
    }
  
    #tim-green-header {
      font-size: 2rem;
    }

    h1 {
      font-size: 3.4rem;
      letter-spacing: 10px;
      margin-top: 12rem;
    }

    .intro-main h1 {
      font-weight: 500;
      font-size: 4rem;
    }
    h3 {
      font-size: 2rem;
    }

    .action-item > div {
        padding: 10px;
        border: 1px solid rgb(165, 165, 165);
        border-radius: 5px;
        background: white;
        height: 350px;
    }

    .newsletter {
      width: 50% !important;
    }

    #intro-full {
      background-image: url('../images/BSSign_Dark.jpg');
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover;
      height: 75vh;
      display: block;
    }

    .page-header-container {
      display: inline-block; 
      letter-spacing: 2px; 
      font-weight: 200;
      color: white;
      font-size: 40px;
      height: 50px;
      bottom: 0;
      position: absolute;
      margin-left: 0.4rem;
   }

   #logo-image {
    height: 50px;
  }

  .intro-main {
    display: block;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 10vh;
    text-align:center;
  }
    
}

@media (min-width: 992px) {
    .background-image {
        height: auto;
        width: 100%;
        margin-left: 0;
    }

    .background-image-bottom {
        height: auto;
        width: 100%;
        margin-left: 0;
    }

    .contact-item > div {
        height: 400px;
    }

    #intro-full {
      background-image: url('../images/BSSign_Dark.jpg');
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover;
      height: 85vh;
      display: block;
    }

    .intro-main {
      display: block;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      margin-top: 20vh;
      text-align:center;
    }

    .intro-main h1 {
      margin-bottom: 7rem;
    }

    .page-header-container {
      display: inline-block; 
      letter-spacing: 2px; 
      font-weight: 200;
      color: white;
      font-size: 50px;
      height: 50px;
      bottom: 0;
      position: absolute;
      margin-left: 0.4rem;
   }

   #logo-image {
    height: 60px;
  }

  .newsletter {
    width: 50% !important;
  }
}

@media (min-width: 1300px) {

  #intro-full {
    background-image: url('../images/BSSign_Dark.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 95vh;
    display: block;
  }

  .intro-main {
    display: block;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 30vh;
    text-align:center;
  }

  .newsletter {
    width: 30% !important;
  }


}

.links > div {
    border: 1px solid black;
    height: 500px;
}

.event-item > div {
    background: white;
    padding: 10px;
    border-radius: 0.2rem;
}

.footer {
  background-color: #F6F6F6;
}

.delete-post {
  border: 1px solid black;
  border-radius: 4px;
  cursor: pointer;
}

.delete-post:hover {
  background-color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
}


.notification-banner {
  background-color: #fff4e5; /* warm yellow tone */
  color: #663c00; /* dark amber/brown for contrast */
  border-bottom: 2px solid #ffa726; /* bright amber border */
  padding: 1rem;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.1rem;
  position: relative;
  z-index: 1000;
}

.notification-banner p {
  margin: 0;
}

.notification-banner .highlight {
  font-weight: bold;
  text-transform: uppercase;
  color: #d84315; /* deep orange/red */
}
