:root {
  /* Primary color palette */
  --primary-color: #265D41;       /* Dark green */
  --secondary-color: #780032;     /* Deep maroon */
  --accent-color: #006E3C;        /* Emerald green */

  /* Optional: Light and hover variations */
  --primary-hover: #1E4B34;
  --secondary-hover: #5A0025;
  --accent-hover: #00522D;

  /* Keep existing site colors for reference */
  --site-color-01: #6DCFF6;
  --site-color-01-hover: #0a5674;
}
body{
    background: color #000;
}

.wrapper-main {
    
    width: auto;
    margin: 0 auto;
}
a {cursor: pointer;
}

h1{
    font-size: 98px;
    line-height: 32px;
    color:#ffff;
    font-family: "Poetsen One", sans-serif;
    font-weight: 400;
    text-transform: uppercase; 

}

h2{
    font-size: 40px;
    line-height: 32px;
    color:#ffff;
    font-family: "Poetsen One", sans-serif;
    font-weight: 400;
    text-transform: uppercase; 
    text-align: center;
    margin: 0 auto;
    padding-bottom: 60px;
    padding-top: 60px;
    
   
}
h3{
    font-size: 28px;
    line-height: 32px;
    color:#0d0d0d;
    font-family: "Poetsen One", sans-serif;
    font-weight: 400;
    text-transform: uppercase; 

    
   
}
h4{
    font-size: 22px;
    line-height: 32px;
    color:#0d0d0d;
    font-family: "Poetsen One", sans-serif;
    font-weight: 100;
    text-transform: uppercase; 

    
   
}
p{
    font-size: 18px;
    line-height: 30px;
    color: #ffff;
    font-family: "Poetsen One", sans-serif;
    text-align:center;
      
}

a{
    font-size: 14px;
    line-height: 18px;
    color: #0d0d0d;
    font-family: "Poetsen One", sans-serif;  
}
.subtitle{
    font-size: 24px;
    line-height: 30px;
    color: #ffff;
    font-family: "Poetsen One", sans-serif;
    font-weight: 10;
    text-align: center;
    padding: 0 20 20 0;
}

.header-main{
    
    position: fixed;
    top: 0px;
    width: 100%;
    height: 80px;
    background-color:#780032; 
    display:flex;
    flex-direction: row;
    justify-content:space-between;
    z-index: 1000;
      

}

.header-main-nav {
    width:fit-content;
    height:100%;
    background: color #0d0d0d;
    display: flex;
    
}

.header-main-nav ul {
    list-style: none;
    margin-left: 30px;
    margin-right: 30px;

}
.header-main-nav ul li {
    display: inline;
    float:left;
    
    
}
.header-main-nav ul li a{
    padding: 0 10px;
    font-family: "Poetsen One", sans-serif;
    line-height: 60px;
    color: #ffff;
    display: block;
    height:100%
}
.header-main-nav ul li a:hover{
    color:#1E4B34
}

.header-main-sm{
    width:fit-content;
    height:100%;
    background-color: #ffff;
    display: flex;
    padding-right: 60px;
    padding-left: 20px;
    align-items: center;
    column-gap: 10px;
}
.header-main-sm-fb{
    width: 20px;
    height: 20px;
    background-image: url(../css/image/facebook.png);
    background-repeat: no-repeat;
    background-size: cover;

    }
    
main {
    width:100%;
    height: calc(100vh - 60px);
    background-color: #ffff;
    margin-top: 60px;
    background-image: url(../css/image/2025choir1.png);
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top:60px;
    z-index: 100;
    
}
main.main-intro  {
    position:relative;
    height: fit-content;
    padding-bottom: 8vh;
    margin-left: 60px;
    
   
}


/*video section*/
.resource-videos{
    width: 100%;
    padding: 60px 0px 60px;
    background-color: #006E3C;
    display: flex;
    column-gap: 40px;
    row-gap: 40px;
    justify-content: center;
    flex-wrap: wrap;

} 

    
   
/*Fire Ups section*/
    .resource-sheets{
    width: 100%;
    padding: 60px 0px 60px;
    background-color: #006E3C;
    display: flex;
    column-gap: 40px;
    row-gap: 40px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
     
    }
 
    .resource-sheets img{
        width: 200px;
        height: 200px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
      
        
       
    }
/*footer*/

.footer-main{
    width: 100%;
    padding: 60px 0 100px;
    background-color:#265D41;
    
}
.footer-main-flex{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.footer-testimony-1{
    flex-basis: 20%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}
.footer-testimony-1 img{
    width: 50%;
    border-radius: 100px;

}
.footer-testimony-1 p{
    text-align: center;
    font-size: 16px;
    padding: 20px 20px 0px;
}
.footer-getintouch {
padding:  10px 20px;
margin: 40px 0 60px;
border: 2px solid #386641;
font-weight: 600;
color:#386641;
font-size: 18;
background-color: white;
transition: all ease-in-out 200ms;
}
.footer-getintouch:hover {
 border: 2px solid var(--site-color-01)
 ;
    }

.footer-sitemap {
    flex-basis: 100%;
    display: flex
    }

    .footer-sitemap a{
        line-height: 30px;
    
    }
    .footer-sitemap a:hover{
        opacity: 0.8;
    }

 .footer-sitemap ul:nth-child(1) {
        flex-basis: 180px;
        border-left: 4px solid var(--site-color-01);
        padding-left: 20px;
        text-transform: uppercase;
        margin-left: 20px;
        }
 .footer-sitemap ul:nth-child(2){
            flex-basis: 340px;
            text-transform: uppercase;
            text-align: center;
            }
 .footer-sitemap ul:nth-child(3){
                flex-grow: 1;
                text-align: right;
                margin-right: 20px;
                
                }
