@charset "UTF-8";
.logo {
  margin: 0 auto;
  width: 600px;
    /*height: 150px;*/
}

.ftco-navbar-light .navbar-nav > .nav-item.active a {
    background: #7b6123;
    color: #fff;
}

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

.slider-text h1 {
    font-size: 60px;
    color: #fff;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    display: block;
    position: relative;
    top: -200px;
    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: #7b6123;
}

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

.project .text .subheading {
    color: #7b6123 !important;
}

.project .text:hover {
    background: #7b6123;
}

.project .text p span {
    color: #7b6123;
}

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

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