      @charset "utf-8";

html, body{
	margin:0px !important;
	padding:0px !important;
    overflow-x: hidden;
    
}
img{
	max-width:100% !important;	
}

h1{
    font-size:1.8em;
}

h2{
    font-size:1.3em;
}

h2, h3, h4, h5, h6{
    color:#007c9f;
}

.container{
	max-width:2560px;
	width:100%;
	/*margin:0 auto;*/
	position:relative;
	font-family: "Open Sans", sans-serif;
}

.header{
    width: 100%;
}
.visit-section{
    margin:25px;
}
.header img{
    
}
.banner{
   display: grid;
  place-items: center;   
  position: relative;
}

.banner-img {
    grid-area: 1 / 1; 
  width: 100%; 
  height: auto;
  display: block;
}
.header {
  position: relative;
}

.banner-content {
    grid-area: 1 / 1;
    text-align: center;
    color: white;
    font-size: 3.5rem;
    font-family: 'Merriweather', Georgia, "Times New Roman", serif;
}

.banner-content h3{
  font-weight: 300;
}
.Donate{
    background-color:#007c9f;
    text-align:center;

}

.Donate a{
    display: inline-block;
    text-align:center;
    padding:10px 72px;
    margin:25px auto;
    color:white;
    font-size:1.8em;
    text-decoration:none;
    border:2px solid white;
}
.Donate a:hover{
     background-color: #1e687c;
    color: white;
    transform: translateY(-2px);  ;
}
#logo{
    padding-top:3.4vh;
    margin:auto;
}


.footer{
    display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	font-size:1.5rem;
	padding: 1%;

}

.item-foot{
    margin:25px;
}

.footer-navigation{
	justify-self: right;
	display:grid;
	-ms-grid-columns:2fr 2fr 2fr 2fr;
	grid-template-columns:2fr 2fr 2fr 2fr;
	place-items: center;
	align-items: top;
	font-size:1.5rem;
}
.footer-nav{
    color:white;
    text-decoration: none;
}
#list-one{


}
#Augie{
    align-self: center;
}


/* -------------------- Start Navigation -------------------- */
#nav {
  margin-top: 20px;
}

.nav-content {
  display: grid;
  grid-template-columns: 10% 80%;
  background-color: #007c9f;
}
.nav-logo img{
    margin:10px auto;
}
.nav-logo {
  margin: 10px;
}

/* Top-level menu */
.navbar-menu {
     list-style: none;
    place-items: center;
    text-align:center;
    margin: 4%;
    padding-left: 0px;
    white-space: nowrap;
}

.navbar-menu li {
  position: relative;     
  display: inline-block;    
}

.navbar-menu a {
 text-decoration: none;
    font-size: 1.8rem;
    margin: 2% 5%;
    color: white;
    display: block;
        padding: 1vh 0.9vw;
}

.navbar-menu a:hover {
  font-weight: bold;
  text-decoration: underline;
}

/* Dropdown menu (hidden by default) */
.navbar-menu .dropdown {
     display: none;
    position: absolute;
    top: 100%;
    left: 0;
    align-items: center;
    background-color: #fff;
    padding: 9%;
    margin: auto;
    min-width: 180px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

/* Show dropdown on hover */
.navbar-menu li:hover > .dropdown {
  display: block;
}

/* Dropdown items */
.navbar-menu .dropdown li {
  display: block;
}

.navbar-menu .dropdown a {
  color: #000;
  font-size: 1.6rem;
  padding: 10px 15px;
  text-align: left;
}

.navbar-menu .dropdown a:hover {
  background-color: #f0f0f0;
}


.nav-toggle{
    display:none;
    font-size:24px;
    background: none;
    border:none;
    cursor:pointer;
}

/* -------------------- End Navigation -------------------- */

.content{
	padding-bottom:20px;
	font-size: 1.5em;
}

/* -------------------- Home Page -------------------- */

.home-grid{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    text-align: center;
    gap: 25px;
    margin: 7%;
}
.item{
    max-width:350px;
    transition: transform 0.3s ease-in-out 0.2s; 
    margin: auto;
    display: grid;
    grid-template-rows: 1fr auto; 

}
.item h3{
    background-color:#007c9f;
    color:white;
    text-align:center;
    padding:2%;
    margin:0px;
}
.item:hover{
      transform: translateY(-20px);
      
}

.mission-statement{
    margin:100px;
    font-size:2.5em;
     font-family: 'Merriweather', Georgia, "Times New Roman", serif;
}
#about h2{
    text-align:center;
    
    color: #ffffff;
}
#about{
    font-size: 1.4em;
    background-color: #007c9f;
    color: #ffffff;
    padding: 5%;
    border-radius: 85px;
    margin: 8%;
    text-align:center;
}
#contact{
    font-size: 1.8em;
    text-align:center;
    background-color: aliceblue;
    padding :25px;
    
}
#contact ul{
    list-style-type:none;
}
#contact h2{
    color: #007c9f;
}
#contact h3{
    color: #007c9f;
}



/* --------------------- Visit Page -----------------------*/

.visit-section{
    font-size:1.4em;
}
.our-buildings{
    background-color: aliceblue;
    border-radius: 25px;
    color: #007c9f;
    font-size: 1.0em;
    padding: 35px;
}
.our-buildings a{
    color:#007c9f;
}
.visit-box{
    padding:25px;
    border: 1px solid #cddfe4;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}
.visit-box h3{
    color:#007c9f;
}
.visit-grid{
    margin:45px;
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:25px;
}




/* --------------------- Events Page -----------------------*/
.events{
    font-size: 1.3em;
}





/* --------------------- Events Page -----------------------*/
.join-support{
    font-size: 1.3em;
}
.luncheon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  padding: 20px 0;
}

.luncheon-item {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 6px;
  text-align: center;
}

.luncheon-item h3 {
  font-size: 1rem;
  margin-bottom: 10px;
}



/* --------------------- About Page -----------------------*/
.about-page{
    font-size: 1.3em;   
}




.content{
    margin:50px;
}



/* --------------------- support Us Page -----------------------*/
.Memb-tiers{
    display:grid;
    margin:auto;
    grid-template-columns:1fr 1fr;
    width:50%;
}
.Memb-box,
.Mon-box,
.Don-box,
.book-box{
    text-align: center;
    margin-top: 60px;
    background-color: #fbfbfb;
    padding: 30px;
    border-radius: 8px;
    border: 2px solid #cddfe4;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}
.join-support-sub{
    margin-top: 60px;
    background-color: #fbfbfb;
    padding: 30px;
    border-radius: 8px;
    border: 2px solid #cddfe4;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}
.grid-box{
    display:grid;
    
}
.join-support{
    padding:40px 5%;
}
.join-support h3 , h4{
   color:#007c9f; 
}
/*  ---------------------Officers Page Styling  ---------------------*/
.officers-page {
  background-color: #f5f9fa;
  color: #333;
  padding: 50px 60px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  margin: 60px auto;
  max-width: 900px;
  font-family: 'Merriweather', serif;
  animation: fadeIn 1s ease-in-out;
  border-top: 4px solid #007c9f;
}

.officers-page h2 {
  color: #007c9f;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 40px;
  font-weight: 700;
}

.officers-page h3 {
  color: #1e687c;
  border-left: 4px solid #007c9f;
  padding-left: 10px;
  margin-top: 40px;
  margin-bottom: 15px;
}

.officers-page p {
  margin-top: 20px;
  font-size: 1.05em;
  line-height: 1.6;
}

.officers-page ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 10px;
}

.officers-page ul li {
  background: #ffffff;
  border-left: 4px solid #1e687c;
  padding: 10px 15px;
  margin-bottom: 10px;
  border-radius: 6px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.officers-page ul li:hover {
  background: #eaf6f8;
  transform: translateX(4px);
}

.officers-page strong {
  color: #1e687c;
}

.officers-page em {
  color: #555;
  font-style: italic;
}

/* Fade-in animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}

/*  --------------------- Bookstore Page  ---------------------*/
.bookstore-section{
    margin: 25px 350px;
}
.book-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    
}
.book-item{
    display: grid;
    grid-template-columns: 40% 1fr;
    width: 80%;
    margin:auto;
    border: 1px solid #cddfe4;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.05);

}
.book-description{
    padding:25px;
}

#buy-btn{
    text-decoration: none;
    padding: 15px 55px;
    background-color: #007c9f;
    color: white;
    font-weight: 500;
    border-radius: 35px;
    cursor: pointer;
    transition: all 0.3s ease;
}


#buy-btn:hover {
  background-color: white;
  color: #1e687c;
  border: 1px solid #1e687c;
  transform: translateY(-2px);
}

#member-btn{
      display: inline-block;
    text-align: center;
    padding: 10px 72px;
    margin: 25px auto;
        margin-left: 10px;
    color: white;
    font-size: 1.8em;
    text-decoration: none;
    border: 2px solid white;
}
#member-btn:hover{
    background-color: #1e687c;
    color: white;
    transform: translateY(-2px);
}

@media only screen and (max-width:1440px){
    .bookstore-section{
        margin:25px;
    }

}
@media only screen and (max-width:1024px){
    .book-grid{
        grid-template-columns:1fr;
    }
    
}
@media only screen and (max-width:425px){
    .book-item{
        display:block;
    }
    #about{
        font-size:1.1em;
    }
}

/*  ---------------------volunteer Page  ---------------------*/


.volunteer-page {
    margin-top: 60px;
    background-color: #fbfbfb;
    padding: 30px;
    border-radius: 8px;
    border: 2px solid #cddfe4;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
   color: #2b2b2b;
}

.volunteer-page h1 {
  font-size: 2.4em;
    text-align: center;
    margin-bottom: 20px;
    color: #007c9f;
    border-bottom: 2px solid #989a9b;
    display: inline-block;
    padding-bottom: 8px;
}

.volunteer-page h2 {
     font-size: 1.8em;
    color: #007c9f;
    margin-top: 50px;
}

.volunteer-page h3 {
      color: #1e687c;
    margin-top: 15px;
}

.volunteer-page a {

  text-decoration: none;
}

.volunteer-page a:hover {
  text-decoration: underline;
}

.columns {
  overflow: hidden;
  margin-top: 20px;
}

.column {
  width: 48%;
  float: left;
  margin-right: 4%;
}

.column:last-child {
  margin-right: 0;
}

.image-column img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

.volunteer-page{
        border: 1px solid #cddfe4;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

/* Call-to-action section */
.cta {
    text-align: center;
    margin-top: 60px;
    background-color: #eee;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #1e687c;
}

.volunteer-btn {
     display: inline-block;
    background-color: #007c9f;
    color: #fff;
    padding: 12px 24px;
    margin-top: 15px;
    text-transform: uppercase;
    border-radius: 6px;
    letter-spacing: 1px;
}

.volunteer-btn:hover {
  background-color: #44575c;
  text-decoration: none;
}

/* Responsive Design */
@media (max-width: 800px) {
  .column {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 25px;
  }

  .volunteer-page h1 {
    font-size: 1.8em;
  }
}

/* ------------- Research Page ----------*/
.Research-content{
    font-size: 1.5em;
    margin: 5%;
}


/* ------------HISTORY PAGE STYLES-------------   */


.history-page {
  color: #2b2b2b;
  padding: 40px 5%;
  line-height: 1.7;
  font-size: 1.3em;
  background-color: #fdfdfd;
}

.history-page h1 {
  text-align: center;
  color: #007c9f;
  font-size: 2.3em;
  border-bottom: 2px solid #989a9b;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 30px;
}

.history-page .intro p {

}

/* Timeline structure */
.timeline {
  position: relative;
  margin-top: 50px;
  margin-left: 100px;
  padding-left: 25px;
  border-left: 3px solid #007c9f;
}

.timeline-block {
  margin-bottom: 50px;
  position: relative;
}

.timeline-year {
  background-color: #007c9f;
  color: #fff;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 4px;
  display: inline-block;
  position: absolute;
  left: -75px;
  top: 0;
  font-size: 0.9em;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.timeline-content {
  background-color: #f4f9fb;
  border: 1px solid #cddfe4;
  border-radius: 8px;
  padding: 18px 22px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

/* Subtle fade animation */
.timeline-block {
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
}

.timeline-block:nth-child(1) { animation-delay: 0.2s; }
.timeline-block:nth-child(2) { animation-delay: 0.4s; }
.timeline-block:nth-child(3) { animation-delay: 0.6s; }
.timeline-block:nth-child(4) { animation-delay: 0.8s; }

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive Design */
@media (max-width: 800px) {
  .timeline {
    padding-left: 15px;
  }
  .timeline-year {
    position: static;
    display: block;
    margin-bottom: 10px;
  }
}

.announcements{
    background-color:#fafafa;
    padding:1% 6%;
    margin:2% 0;
}
/* ----------------------- */

/* ----------------------- */
/* MISSION SECTION STYLES  */
/* ----------------------- */

.mission {
  background-color: #f4f9fb;
  border: 1px solid #cddfe4;
  padding: 50px 6%;
  margin: 60px auto;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
  animation: fadeIn 0.8s ease-in-out;
}

.mission h2 {
  color: #007c9f;
  font-size: 2.2em;
  margin-bottom: 20px;
  border-bottom: 2px solid #989a9b;
  display: inline-block;
  padding-bottom: 6px;
}

.mission p {
  font-size: 1.8em;
  color: #2b2b2b;
  margin-bottom: 25px;
}

.mission-list {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.mission-list li {
    background-color: #fff;
    border-left: 4px solid #007c9f;
    padding: 17px 18px;
    margin: 25px;
    border-radius: 6px;
    font-size: 1.8em;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: background-color 0.3s 
ease;
}

.mission-list li:hover {
  background-color: #eaf6f8;
}

.mission-footer {
  font-style: italic;
  font-weight: 500;
  color: #1e687c;
}

/* Animation for subtle entrance */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 700px) {
  .mission {
    padding: 30px 5%;
  }

  .mission h2 {
    font-size: 1.6em;
  }

  .mission-list li {
    font-size: 1em;
  }
}

.no-margin{
	margin:0px !important;
}

.no-padding{
	padding:0px !important;	
}

.no-bold{
	font-weight:normal !important;	
}

.no-border{
	border:none !important;
}

.center{
	text-align:center;	
}

.block{
	display:block !important;	
}
@media only screen and (max-width:1440px){
    .nav-content a{
        font-size:1.2em;
    }
    .banner-content {
        font-size:1.6em;
    }
	
}
@media only screen and (max-width:1200px){

    .nav-content a{
        font-size:1.2em;
    }
    .nav-content{
        grid-template-columns: 20% 80%;

    }
    .banner-content {
        font-size:1.6em;
    }
	
}

@media only screen and (max-width:960px){
    .banner-content{
        font-size:1.2em;
    }
    
	
@media only screen and (max-width:870px){
	/* -------------------- Start Navigation -------------------- */
	.banner-content{
	
	    
	}
	.nav-logo{
	    margin:10px;
	    width: 25%;
	}
	
	
	.nav-content {
    grid-template-columns: auto auto;
  }

  .nav-links {
    grid-column: 1 / -1; 
    display: none;
    position: static;   
    border-top: 1px solid #ddd;
  }

  .nav-links ul {
    display: grid;
    grid-auto-flow: row; 
    text-align: center;
  }

  .nav-links ul li {
    border-bottom: 1px solid #eee;
  }

  .nav-links ul li a {
    display: block;
    padding: 15px;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .nav-links.active {
    display: block;
  }
	
.footer{
    display:grid;
	-ms-grid-columns:1fr;
	grid-template-columns:1fr;
	font-size:1rem;
    }
	/*End Navigation*/
	
	
	.footer{
		text-align:center;
	}
	
}

@media only screen and (max-width:1831px){

    #logo{
        padding-top:2vh;
        
    }
}
@media only screen and (max-width:1024px){
	#nav li a {

    font-size: 1.25rem;
}

}

@media only screen and (max-width:425px){
    .mission-statement{
        font-size:1.0em;
    }
 
	
}