body{
    /*background: #ffffdd;*/
    margin-bottom: 0 !important;
}


#main{

}

.section b{
    font-weight: 500;
}

.row{
    /*width: 1200px;*/
    max-width: 1200px;
}


/*
#main header,
#main nav,
#main #slider,
#main footer{
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
}
*/

header{
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

nav .navEl a{
    font-weight: 500;
    color: #044500;
    text-transform: uppercase;
}

nav .navEl a:hover{
    text-decoration: underline;
    color: #07a700;
}



footer{
    font-size: 0.9rem;
}



#headerTop{
    background: #272727;
    color: #FFF;
}

#headerTop .col{
    font-size: 0.86rem !important;
}


.collapse.show{
    margin-top: 20px;
    line-height: 2rem;
}


#contactsSection a{
    color: #131313;
    text-decoration: underline;
}

#contactsSection a:hover{
    text-decoration: none;
}
