*{
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Hammersmith One', sans-serif;
}
h1,h2,h3,h5{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
nav{
    background: linear-gradient(#4e0000,#8B0000 );
    color: white;
    position: fixed;
}
.nav-link{
    color: white;
}
.nav-link:hover{
    color: gold;
}
section{
    padding: 5% 0;
}
.bg-2{
    background-color: #f5f5f5;
}
#banner{
    background-image: url('../assets/img/boy-2026064_1280.jpg');
    /* background-color: #f0ccccf3; */
    /* background:url(./img/undraw_happy_women_day_fbjt.png) #f0cccc; */

    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
    position: relative;
}
.wave{
    position: absolute;
    width: 100%;
    z-index: 0;
    bottom: 0;
}
#banner h1{
    color: rgb(255, 255, 255);
    -webkit-text-stroke: 2px rgb(77, 76, 73); /* width and color */
}
.banner-content{
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bg-maroon{
    background: maroon;
}
.maroon{
    background: maroon;
}
.maroon:hover{
    background: rgb(214, 141, 141);
}
.sidebar-btn{
    width: 200px;
}
footer{
    padding: 5% 0;
    background: linear-gradient(#4e0000,#8B0000 );
    color: white;
}
footer ul{
    margin: 0;
    list-style: none;
    padding-inline-start:0;
}
footer ul li{
    line-height: 40px;
}
footer ul li a{
    color: rgb(255, 255, 255);
    text-decoration: none;
}
.btn-group a{
    margin: 5px 0;
    color: white;
}
.btn-group a:hover{
    color: white;
}
.committee-card{
    margin-bottom:25px;
}
.committee-card img{
    width: 100%;
}
.min-h{
    min-height: 60vh;
}
.contact-list ul li{
    line-height: 40px;
}
.contact-list ul li a{
    color: #333;
    text-decoration: none;
}
.navbar-toggler-icon{
    color: white !important;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: maroon;
    border-color: maroon;
}
#exampleModal .modal-content{
    background: rgba(0, 0, 0, 0.61);
    color: white;
}
.modal-btn{
    border: none;
}
.modal-btn:hover{
    cursor: zoom-in;
}