.navbar{
    background-color: white;
    border-bottom: 1px solid white;
}

.navbar .logo{
    font-family: comic sans MS;
    font-weight: bold;
    color: darkblue;
    font-size: 30px;
}

.navbar .nav-item .nav-link{
    margin-left: 4.5px;
    margin-right: 4.5px;
    font-family: verdana;
    color: black;
    font-size: 18px;
}

body{
    background-color: white;
}


#main-body-section{
    margin-top: 7rem;
    border-radius: 20px;
    margin-bottom: 1rem;
    margin-right: 1rem;
    margin-left: 1rem;
}

#main-body-section img{
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

#problem-section, #causes-section, #effects-section, #solution-section{
    margin-top: 100px;
    margin-bottom: 100px;
}

#main-heading{
    font-size: 100px;
    font-family: georgia;
    padding: 2rem;
    text-align: center;
    color: darkgreen;
}







/* .navbar{
    background-color: white;
    border-bottom: 1px solid white;
}

.navbar .logo{
    font-family: comic sans MS;
    font-weight: bold;
    color: darkblue;
    font-size: 30px;
}

.navbar .nav-item .nav-link{
    margin-left: 4.5px;
    margin-right: 4.5px;
    font-family: verdana;
    color: black;
    font-size: 18px;
} */

#page-heading{
    background: url(../images/mark-harpur-foydNaDU-Rg-unsplash.jpg);
    height: 17rem;
    background-position: center;
    background-size: 1500px;
    background-repeat: no-repeat;
    
}

#page-heading .primary-overlay h1{
    padding-top: 6rem;
    color: black;
}

#page-heading .primary-overlay{
    background: yellow;
    opacity: 0.6;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; 
}




#adoption-section, #features-section, #advantages-section, #team-section{
    margin-top: 100px;
    margin-bottom: 100px;
}

#main-heading{
    font-size: 90px;
    font-family: georgia;
    padding: 2rem;
    text-align: center;
    color: darkgreen;
}
.working-img-1 {
    height: 300px;
}

.text-bg {
    background-color: #B5EAEA;
}
.vid-bg {
    background-image: url('/images/7217745_preview.png');
    background-position: center;
    background-repeat: no-repeat;
}

