/* font-family: 'Crimson Text',
serif;
font-family: 'Montserrat',
sans-serif; */

* {
    margin: 0;
    padding: 0;
}

html,body {
    height: 100%;
    background-color:#020202;
    color: #fff;
}

#container {
    min-height: 100%;
    margin-bottom: 100px;
}

#main {
    overflow: auto;
    padding-bottom: 40px;
}

#footer {
    text-align: center;
    position: relative;
    height: 100px;
    margin-top: -100px;
    clear: both;
}

#footer p {
    padding: 7% auto;
    font-size: 17px;
}

.logo {
    color: #fff;
    margin: 20px 10px;
    font-size: 2rem;
    padding: 5px 5px;
}

.logo:hover {
    color: #787878;
}

#main nav {
    font-family: "Montserrat", sans-serif;
}

#style-navbar{
    position:absolute;
    top:0;
}

.nav-link{
    color: #fff !important;
    margin-right: 35px !important;
    font-size: 1.1rem !important;
    margin-right: 0px !important;
    margin-left: 35px !important;
    padding-left: 10px;
}
.nav-link:hover{
    color:#787878 !important;
}
.feature-text{
    padding: 10px;
    min-height: 100%;
    width: 25rem;
    word-break: break-word;
}
#heading {
    font-size: 1.8rem;
    margin-left: 34px;
    padding-left: 8px;
}
@media (min-width: 900px) {
    nav {
        background-image: linear-gradient(120deg, black 50%, transparent 50%), url("/images/computer.jpg");
        background-size: contain;
        min-height: 450px;
    }

    .feature-text {
        padding: 10px;
        min-height: 100%;
        width: 25rem;
        word-break: break-word;
    }
}

/* @media (min-width: 760px) and (max-width: 900px) {
    nav {
        background-image: linear-gradient(120deg, black 50%, transparent 50%), url("/images/computer.jpg");
        background-size: contain;
        min-height: 450px;
    }
} */

@media (min-width: 768px) and (max-width: 900px) {
    nav {
        background-image: linear-gradient(120deg, black 50%, transparent 50%),url("/images/computer.jpg");
        background-size: contain;
        min-height: 450px;
    }
    .feature-text {
        padding: 10px;
        min-height: 100%;
        width: 20rem;
        word-break: break-word;
    }
    .feature-heading{
        font-size: 2.1rem;
    }
}

@media (max-width: 768px) {
    nav {
        background-image: url("/images/computer.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 400px;
    }
    .feature-text{
        display: none;
    }
    .about-container{
        text-align: center;
    }
    .about-cesta{
        font-size: 1.5rem !important;
    }
    #about-heading {
        font-size: 2.1rem !important;
        font-weight:bold;
    }
    #event-section{
        text-align: center !important;
    }
    #event-section h1{
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

/* about section */
.cestaLogo{
    width: 190px;
    height: 190px;
    position: relative;
    bottom: 15px;
    border-radius: 60%;
    box-shadow: 0 0 0 6px #181818;
}
.about-cesta{
    width: 100%;
    word-break: break-word;
    overflow-wrap: break-word;
    font-family: 'Crimson Text', serif;
    font-size: 1.9rem;
}

.card-img-top {
    width: 100%;
    height: 27vw !important;
    object-fit: cover !important;
}

.cesta-membership ul{
    font-size: large;
    text-align: start !important;
}
#about-heading {
    font-family: "Montserrat", sans-serif;
    font-size: 2.3rem !important;
    font-weight:bold;
}
li:not(:last-child) {
    margin-bottom: 8px;
}

/* contact section */
#contact-details{
    text-align: center;
}
#contact-details h1{
    font-family: "Montserrat", sans-serif;
    font-size: 2.3rem;
    font-weight: bold;
}
.contactCestaLogo{
    width: 180px;
    height: 180px;
    border-radius: 50%;

}
#event-section h1{
    font-size: 2.3rem;
    font-weight: bold;
}
#event-section h3{
    font-size: 2.0rem;
}