body{
    background:#D9AC9C;
    font-family: "Nunito", sans-serif;
}
#mainNavbar{
    
    font-size: 1.25rem;
    font-weight: 100;
}

#mainNavbar .nav-link
{
    color: white;
}

#mainNavbar .nav-link:hover{
    color:#261414
}
#mainNavbar .navbar-brand{
    color:#261414;
    font-size: 2rem;
   
}

#headingGroup span{
    color:#261414;
}


#headingGroup h1{
    font-weight: 100;
    font-size: 4rem;
}


@media (max-width:1500px)
{
    #headingGroup h1{
        font-size: 3rem;
    }
}

@media (max-width:1200px)
{
    #headingGroup h1{
        font-size: 2.5rem;
    }
}

.info h2{
    color:#254F32;
    font-weight: 100;
    font-size: 2.5em;
}
.info h3{
    color:white;
    font-weight: 100;
    font-size: 1.5em;
}
.info p{
    color:#b02f00;
    font-weight: 100;
    font-size: 1.125em;
    line-height: 2;
}

.content{
    margin-top: 100px;
    margin-bottom: 100px;
}

.navbar.scrolled {
    background: #b02f00;
    
    transition: background 200ms linear;
}