:root{
    --text-bg: rgb(159, 142, 55);
}

*{
    margin: 0;
    padding: 0px;
}

.navbar-brand{
    color: var(--text-bg) !important;
    font-weight: 700 !important;
    font-size: 16px;
}

body{
    background-color: black !important;
    color: white !important;
}

.navbar-dark{
    background-color: black !important;
    color: white;
}

.navbar-nav li:hover {
    text-decoration: underline;
}

.main-board{
    background-image: url("static/bg-1500w.png") ;
    /* background-repeat: no-repeat; */
    background-size: cover;
    height: 100vh;
    width: 100vh;
    color: white !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .join-us-box{
    width: auto;
    height: auto;
    color: black !important;
    background-color: var(--text-bg) !important;
    font-weight: 500 !important;
    border-radius: 5px;
}

.join-us-box:hover{
    zoom: 10px !important;
    box-shadow: 0 1px 10px rgb(247, 245, 245);
} */

.main-board h1{
    font-weight: 900;
    font-size: 48px;
    color: var(--text-bg);
}

.main-board  p{
    font-weight: 400;
    font-size: 30px;
}

.about-us{
    background-image: url(events/f.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}

.about-us-text{
    color: black;
}
.about-us-text h1{
    font-size: 64px;
    margin-top: 35%;    
    font-weight: 800;
}

.box-card{
    width: 90% !important;
    margin-top: 10% !important;
}