
/*Footer Text*/
@media only screen and (max-width: 600px) {
    .footer .bottom p.footer-text {
        text-align: center;
    }
}

.footer .top .item .phone, .contact .phone {
    font-size: 16px;
}


/*Logo text color Navbar*/

.nav-scroll .logo-wrapper .logo h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 27px;
    font-weight: 500;
    display: inline-flex;
    width: 100%;
    position: relative;
    color: #795e49;
/*    color: #b3936f;*/
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.logo-wrapper .logo h2 {
    display: inline-flex;
}

.nav-scroll .logo-wrapper .logo span {
    color: #4c2f0e;
    margin-top: 16px;
    margin-left: 4px;
    font-size: 16px;
    
}

.logo-wrapper .logo span {
    margin-top: 16px;
    margin-left: 4px;
    font-size: 16px;
    color: #997458;
    
}


/*Project*/

.button-11 {
    font-size: 15px;
    font-family: 'Barlow', sans-serif;
    padding: 10px 30px;
    margin: 0;
    position: relative;

    display: inline-block;
    height: auto;
    border: 1px solid #795e49;
    border-radius: 80px;
    background-color: transparent;
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    color: #795e49;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}

.button-11:hover {
    background: #795e49;
    color: white;
}

.btn-project {
    width: auto;
    margin-top: 10%;
}

@media only screen and (max-width: 600px) {
    .btn-project {
        margin-left: 30%;
    }
}

@media only screen and (min-width: 600px) {
    .btn-project {
        margin-left: 45%;
    }
}


/*Testinomials*/

.owl-item .item .info .cont h6 {
    color: #ffc699;
}

.testimonials .section-title {
    color: #c09675;
}



/*Banner Header*/

.banner-header .subtitle, .banner-header .subtitle a {
    color: #ffc699;
}


