.header_container{
    background-color:#881a3f !important;
}
.top{
    /*background-color: #881a3f;*/
    background-color: #3c3c3c;
    color:WHITE;
}
.top-navigation > li > a{
    color:WHITE;
}
.btn-info{
    background-color: #881a3f;
    border-color: #881a3f;
    text-transform: none !important;
}
.btn-info:hover{
    background-color: #511229;
    border-color: #511229;
}

.btn-primary{
    background-color: #881a3f;
    border-color: #881a3f;
    text-transform: none !important;
}
.btn-primary:hover{
    background-color: #511229;
    border-color: #511229;
}

.colorBLACK{
    color:BLACK;
}
.colorBLACK:hover{
    color:BLACK;
}


@media (min-width: 992px){
    .main-navigation > li > a {
        color: #ffffff;
        padding: 18px 10px;
    }
}
@media (min-width: 992px) {
    .main-navigation > li > a {
        color: #ffffff;
        padding: 18px 20px;
    }
}
@media (min-width: 992px) {
    .header__navigation {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
    }
}

.jumbotron::after {
    height:20px;
    width:100%;
    content:'';
    position: absolute;
    left: 0;
    bottom:0;
    background-image: url('../images/border-gray.png');
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center center;
}
header::after{
    background-image: url(../images/shadowTop.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: -104px;
    content: '';
    width: 100%;
    height: 104px;
    z-index:10;
}
.jumbotron__control{
    z-index:21 !important;
}

.text-justify{
    text-align:justify !important;
}

.projectheader{
    background-size:100% auto;
}

.main-title .main-title__primary{
    color:WHITE;
}
body{
    color:BLACK !important;
}

div.owl-nav{
    position: absolute;
    top:100px;
    background-color: rgba(136, 26, 63, 0.8);
}
div.owl-nav > button {
    font-size:24px !important;
    color:WHITE !important;
    padding:10px 10px !important;
}
div.owl-nav > button > span{
    padding: 10px 10px !important;
    background:none !important;
}
div.owl-nav > button > span:hover{
    background:none !important;
}

div.footer-top{
    background-color: #ebebeb;
}
.footer-top::before, .footer-top::after{
    background-color:#881a3f !important;
}
.footer::before, .footer::after{
    background-color:#ebebeb !important;
}
.footer-bottom {
    background-color: #881a3f;
    color:WHITE;
}

#logoAlt{
    max-width:250px;
}

.footer-top__headings{
    color:#881a3f;
}
.header__logo {
    height:90px !important;
}
.header__logo img{
    max-width: 90%;
}
@media (min-width: 1200px){
    .header__widgets {
        height: 59px;
        padding: 8px 0;
    }
}

.footer .widget_nav_menu ul > li > a {
    color: #282828;
}


#projectrow{
    margin-bottom:20px !important;
}

#projectleft{
    text-align: center !important;
}

@media (min-width: 991px){

    #projectleft::after {
        content: '';
        position: absolute;
        right: -29px;
        bottom: 0;
        width: 100px;
        min-height: 100%;
        background: #fff;
        transform: skewX(-25deg);
    }
    #projectright::before{
        content: '';
        position: absolute;
        left: -56px;
        bottom: 0;
        width: 120px;
        min-height: 100%;
        background-color: rgb(74, 58, 64);
        background-image: url(../images/45-degree-fabric-light.png);
        transform: skewX(-25deg);
    }


    #projectright{
        background-color:#881a3f;
        padding-left:100px;
    }

}

#projectright{
    min-height:230px !important;
}
#projectleft img{
    min-height: 230px;
}
#projectright{
    background-color: rgb(74, 58, 64);
    background-image: url(../images/45-degree-fabric-light.png);
}

.colorWhite{
    color:WHITE;
    margin-left: 4px;
}
.background-red{
    background: #881a3f;
}
.border-white{
    border:2px solid WHITE;
}
.border-red{
    border:2px solid #881a3f;
}
div.textBlock{
    margin-top:20px;
    padding:10px 10px !important;
}
div#relativeBlock{
    position: relative;
    min-height: 300px;
}

.sidebar ul li{
    border-bottom:1px solid #dfdfdf;
}
.sidebar ul li a{
    color: #881a3f;
}

@media (max-width: 991px) {
    .main-navigation{
        text-align:center;
    }
    .hidden-xs, .hidden-sm {
        display:none !important;
    }
    .header_container{
        background-color:#fff !important;
    }
    .header__logo img {
        margin-top: 8px;
    }
    .header__logo{
        border-bottom:none !important;
    }
    .navbar-toggle {
        background-color: #881a3f;
    }
}
@media (min-width: 991px){
    .hidden-md, .hidden-xl, .hidden-lg {
        display:none !important;
    }
}

.jumbotron-content {
    width: 50%;
    margin-left: 10%;
}

@media (min-width: 992px){
    .main-navigation > li#contact > a::before {
        display:none !important;
    }
}

@media (min-width: 992px) {
    .footer-top {
        padding: 25px 0;
    }
}

.testimonials {
    background: #fff;
}
.colorlink{
    text-decoration: underline !important;
    font-weight: bold !important;
}