@charset "UTF-8";
.logo {
  margin: 0 auto;
  width: 600px;
    /*height: 150px;*/
}
#ftco-nav {
    background: #4B3021;
}
.ftco-navbar-light .navbar-nav > .nav-item.active a {
    background: #E39107;
    color: #fff;
}

.ftco-navbar-light .container {
    background: #555555 !important;
}

.slider-text h1 {
    font-size: 60px;
    color: #fff;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    display: block;
    position: relative;
    top: -300px;
    text-align: center;
}

.nav-item {
    /*border: 1px solid white !important;*/
    margin: 0 10px;
}

#ftco-navbar {
    /*position: absolute;*/
    top: 0px;
}

.ftco-footer .bg-primary .aside-stretch {
    background-color: #4B3021;
}

.ftco-footer .bg-primary .aside-stretch:before, .ftco-footer .bg-primary .aside-stretch:after {
    background: #4B3021;
}

/*.project .text {*/
/*    background: #4B3021;*/
/*    color: #0b0b0b;*/
/*}*/

.project .text .subheading {
    color: #4B3021 !important;
    color: #0b0b0b;
}

.project .text:hover {
    background: #4B3021;
    color: #E39107;
}

.project .text p span {
    color: #4B3021;
}

a:hover, a:focus, button:hover, button:focus {
    text-decoration: none;
    color: #000;
    outline: none !important;
}

.ftco-section {
    padding: 3em 0 !important;
}
