/*! Place your custom styles here */
body{ font-family: Roboto;}

.bar {
    padding: 0.9em 0;
}

.bar .logo {
    max-height: 2.9em;
    max-width: none;
}

.bg--secondary, #menu1, .nav-container {
    background: #FBFAF1;
}

.thead .h2 {
    font-weight: 900;
    font-size: 2em;
    color: #50B448;
}

.image_cont {
    position: relative;
    top: -113px;
}

.head_Title {z-index: 9;}

section {
    padding-top: 4em;
    padding-bottom: 0em;
    margin-bottom: -100px;
}

.btn_visit{
    max-width: 180px;
    position: relative;
    top: -250px;
}

footer .logo {
    max-height: 2.67142857em;
}

@media (max-width: 767px) {

    .d-xs-none {display:none;}
    .image_cont {top: 0px;}
    .col_btn { top: -3px;}
    .btn_visit{
        top: 10px;
    }
    section.unpad--bottom {
        padding-bottom: 50px;
    }
    section {margin-bottom: 0px;}
}