
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,300');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

 html {
  background-color: black;


}



body {
  background-color: transparent;
font-family: 'Poppins';

max-height: 100vh;


}

.video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;  /* Changed from -1 to 0 */
}

.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: auto;
  object-fit: cover;
}

video {
    outline: none; /* Remove focus outline */
}


.background-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  opacity: 0;
  display: none;
  z-index: 0;  /* Add this to ensure it stays behind the video */
}

header img.landing-header-img {
  float:left;
  max-height:7em;
  margin: 0 1em  0 0em;
}

@media screen and (max-height: 700px)  {

  header img {
  display: none;
}

  .video-background video {
      display: none !important; /* Force hide video */
  }

  .background-image {
      display: block !important; /* Force show image */
      opacity: 1;
       /* Ensure it's behind the content */
      overflow: hidden;
      object-fit: none;

  }

  div.background-caption1 {
    display: none;
  }

  div.background-caption2 {
    color: white;
    display: block;  /* Change from inline-block to block */
    padding: 2px 5px 2px 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;  /* This will center the text inside */
    width: fit-content;
  }



}

@media screen and (max-width: 1000px) {
  .video-background video {
      display: none !important; /* Force hide video */
  }

  .background-image {
      display: block !important; /* Force show image */
      opacity: 1;
      z-index: 0; /* Ensure it's behind the content */
  }

  div.background-caption1 {
    display: none;
  }

  div.background-caption2 {
    color: white;
    display: block;  /* Change from inline-block to block */
    padding: 2px 5px 2px 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;  /* This will center the text inside */
    width: fit-content;
  }

  body {
  background-size: 100%;
  background-position: center 25%;
  }

  .container {

    width: 100%; /* Adjust as needed */
  }

  header {
    flex-direction: column; /* Stack items vertically */
    height: auto; /* Let the height adjust based on content */

  }

  header nav {
    padding: 5px;
  }

  header .nav-item {
    flex-direction: column; /* Stack items vertically */
    height: auto; /* Let the height adjust based on content */
  }

  header .nav-item a {
    font-size: 16pt;

  }

    header nav h1.nav-title a {
      font-size: 20pt;

    }



    header nav .nav-menu .nav-item2 {

      font-size: 12pt;
    }

    header img {
      display: none;
    }

}



@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* Responsive Layout */
.container {
  width: 100%; /* Adjust as needed */
   /* Adjust as needed */
  margin: 0 auto; /* Center container */

}

@media screen and (max-width: 1000px) {
  /* Adjust styles for smaller screens */



  .container {

    width: 100%; /* Adjust as needed */
  }

  header {
    flex-direction: column; /* Stack items vertically */
    height: auto; /* Let the height adjust based on content */
  }

header nav h1.nav-title {
    font-size: 20pt;
  }

  .main-section {
  flex-direction: column; /* Stack items vertically */
  height: auto; /* Let the height adjust based on content */

}



.main-section-content {
flex-direction: column; /* Stack items vertically */
height: auto; /* Let the height adjust based on content */

}



.main-section-item {
  padding: 1em; /* Add padding to separate stacked items */
}

footer {
flex-direction: column; /* Stack items vertically */
height: auto; /* Let the height adjust based on content */
}

.footer-content {
flex-direction: column; /* Stack items vertically */
height: auto; /* Let the height adjust based on content */
}

.background-caption {
  font-size: 10pt;
}

}




header {

text-align: left;
background-color: WhiteSmoke;
color: #000080;

}

header .header-text {
  color:black;
  font-size: 14pt;
  padding-left: 20px;
  display: block;

}

@media screen and (min-width: 1201px) {
header nav {
  color: #000080;

}
}

header nav .nav-menu {
  padding-left: 20px;
}

header nav .nav-title {
font-size: 22pt;
color: #000080;
display: block;
font-weight: normal;
padding-top: 10px;
padding-left: 20px;

}

header nav .nav-title a {
  font-size: 26pt;
text-decoration: none;
  color: #000080;

}

header nav .nav-item {
  font-size: 18pt;

}

header nav .nav-item2 {
  font-size: 14pt;
  text-align: left;

}


header nav .nav-item a {
  color: #000080;
  text-decoration: none;
}

header nav .nav-item:hover {
  text-decoration: underline;
}

.main-section {
  position: relative;
  display: flex;
  flex-direction: column;

  align-items: center;
  min-height: 80vh;
  clear: right;
  z-index: 1;  /* Add this to ensure main section floats above video */
}

.main-section-content {
   position: relative; /* Add this */
  z-index: 2;  /* Add this to ensure content is above video */
  display: flex;
  font-size: 60pt;
  color: white;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 1px 0 0 0;
  margin-top: 25vh;

}




.item-1 {
    text-align: center;

    display: inline;


}

.item-2 {
    text-align: center;

    display: inline;


}

.item-3 {
  text-align: center;

  display: inline;



}

.item-1 a:hover {


  color: lightblue;
  transition: ease;
  transition-duration: 0.5s;
}

.item-2 a:hover {

    color: lightblue;
    transition: ease;
    transition-duration: 0.5s;
}

.item-3 a:hover {

  color: lightblue;
  transition: ease;
  transition-duration: 0.5s;
}

.item-1 a,
.item-2 a,
.item-3 a {
  color: WhiteSmoke;
  text-decoration: none;
  text-shadow: 16px 16px 36px black;
  -webkit-text-stroke: .5px black;
}

.neh {

}

.neh img {
  float:left;
  display: inline;
  max-width: 120px;
  background-color: white;
  padding: 5px 10px 5px 10px;
  margin-right: 1em;
}


footer {
 text-align:center;
  display: flex;
 justify-content: center;
 clear: both;
padding: 10px 15px 10px 15px;
background-color: WhiteSmoke;
}

.footer-content {

  background-color: WhiteSmoke;
  height: auto;
  padding: 5px 10px 5px 10px;
  font-size: 10pt;

}


.about-section {
  max-width: 80%;
margin: auto;
  clear: right;

}

.about-text {
  color: white;
  font-size: 14pt;

  float: left;
  max-width: 50%;

}

.about-menu {
  color: white;
  font-size: 14pt;


  float: right;
  max-width: 30%;

}

.donate-section {

    max-width: 80%;
    margin: auto;
    clear: right;
    color: white;

}

h1::after {


white-space: pre;

}

h2::after {


white-space: pre;

}


p::after {

content: "\a\a";
white-space: pre;


}

.recent {
  width: 100%;
  padding: 10px 10px 10px 50px;
  margin-bottom:10px;
  background-color: lightblue;

  border-width: 1px;
}

.recent-head {
  font-weight: bold;
  font-size: 16pt;
  text-decoration: underline;
  text-align: left;
}

.recent-item {
  font-size: 14pt;
  margin-left: 1em;
}

.l {
  display: block;
}

.background-caption1 {
  color: white;
  display: block;  /* Change from inline-block to block */
  padding: 2px 5px 2px 5px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;  /* This will center the text inside */
  width: fit-content;

}

.background-caption1 a {
  color: lightblue;
}

.background-caption2 {
  display: none;

}


}
