body {
    font-family: 'Quicksand', sans-serif;
}

.navigation {
    padding: 0 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    background-color: white;
}

.navbar {
    padding: 0px !important;
    background-color: white;
}

.navbar img {
    height: 80px;
}

.nav-link {
    font-weight: bolder;
    color: black !important;
}

.small-logo {
    height: 60px !important;
}

.banner-section .img-container {
    width: 100%;

    position: relative;
    text-align: center;
    color: orangered;
}

.top-banner {
    background-image: url('../WebP/cover-2023.webp');
    background-size: cover;
    height: 65vh;
}

.translucent-box {
    background-color: rgb(0,0,0);
    opacity: 0.5;
    border-radius: 10px;
    padding:5px;
}

@media (max-width: 800px) {
    .top-banner {
        background-position: center;
    }
    .translucent-box {
        background-color: rgb(0,0,0);
    }
}

.abt-section,
.abt-team {
    font-family: 'Quicksand', sans-serif;
}

.width-75 {
    width: 75%;
}

.text-justify{
    text-align:justify;
}

.p-abs {
    bottom: 25px;
    position: absolute;
}

.abt h6 {
    cursor: pointer;
    float: right;
    color: #83B940;
}

.right {
    float: right;
    color: blue;
    text-decoration: none;
}
