body{
    font-family: "Rhodium Libre", comic-sans-ms;
    padding:0px;
    margin:0px;
    background-color: #B4C099;
}

.divider{
    width : 100px; 
    height : 2px; 
    background-color: #58641D;
    margin : 0 auto 20px;
}

.heading h3{
    font-size: 35px;
    margin-bottom: 25px;
}

div.col-md-4{
    margin-bottom: 20px; 
}

div.divider.white{
    margin-top:25px;
}

img.img-thumbnail{
    background-color: #58641D;
    border:0px;
    transition : background-color .2s ease-in-out;
}

img.img-thumbnail:hover{
    background-color: #002400;
    transition : background-color .2s ease-in-out;
}

.button1{
    color : #B4C099; 
    text-transform: uppercase;
    border : 1px solid #B4C099; 
    padding : 18px 50px;
    font-weight: bold;
    display : inline-block; 
    border-radius: 3px;
    text-decoration: none;
    margin-top : 20px;
    transition : all 0.3s ease-in 0s;
    background-color: #58641D;
}

.button1:hover{
    color : #B4C099; 
    text-transform: uppercase;
    border : 1px solid #B4C099; 
    padding : 18px 50px;
    font-weight: bold;
    display : inline-block; 
    border-radius: 3px;
    text-decoration: none;
    margin-top : 20px;
    background-color: #002400;
}


/*title*/

#title{
    padding-top:25px;
}

#title .divider.white{
    background-color: #002400;
}

#title h1,h3{
    color:#002400; 
}

#title h1{
    margin-top: 25px;
    font-size:50px;
}

/*NAVBAR*/

.navbar {
    background-color: #58641D;
    letter-spacing: 2px; 
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid white;
    border:0px;
}

.navbar-nav{
    margin : 0 auto; 
    text-align: center;
}

.nav-link {
    color:#B4C099 !important; 
    margin:0 6px;     
}

.nav-link.active, .nav-link:hover{
    background-color: #B4C099;
    color:#58641D !important; 
}

/* FOOTER */ 

footer{
    background-color: #6c735a;
    padding:  0px 0 0px; 
}

footer span{
    color:#58641D; 
    font-size: 25px;
    transition: font-size .2s ease-in-out;
    margin:0;
}

footer span:hover{
    font-size: 27px;
    transition: font-size .2s ease-in-out;
}

footer h5{
    color:#B4C099; 
    font-weight: normal; 
    margin-bottom:5px;
}





