a {
    color: #036;
}
a:visited {
    color: #309;
}

body{
}
.header {
    background-color: #996666;
}
.main-container {
    background-color: #660000;
    -webkit-box-shadow: 0 5px 8px 3px rgba(30, 30, 30, 0.8);
    -moz-box-shadow: 0 5px 8px 3px rgba(30, 30, 30, 0.8);
    box-shadow: 0 5px 8px 3px rgba(30, 30, 30, 0.8);
}
.main-navigation-section {
    background-color: #996666;
}
.top-bar-section ul li > a {
    background: #888686;
}
.top-bar-section ul {
    background: #660000;
}
.top-bar .top-bar-section ul.left li a {
    border-bottom: 1px solid #996666;
}
.top-bar-section ul li.active > a {
    background: #500000;
}
/*.top-bar .top-bar-section ul.left .has-dropdown > a:after {
    border: inset 5px;
    border-color: transparent transparent transparent #5c6443 ;
    border-left-style: solid;
}*/
.top-bar .top-bar-section ul.left li a:hover {
    background-color: #b6b6b6;
}
.top-bar .top-bar-section ul.left .dropdown li.title {
    background: #500000;/*back button in m-nav*/
}
.top-bar .top-bar-section ul.left .dropdown li a {
    border-bottom-color: #996666;
}
.top-bar-section ul li:hover > a {
    background: #b6b6b6;
    color: #333333;
}
.top-bar .top-bar-section ul.left .dropdown li a:hover {
    background-color: #996666;
    color: #ffffcc;
}

.banner-div .banner-left {
    background-color: rgba(153, 102, 102, 0.75);
}

.content-section .main-content h1 {
    border-bottom: 1px solid #996666;
}
.row.footer {
    color: #ffffcc;
    border-top-color: #660000;
    background-color: #888686;
}
footer .row.footer .footer-address p a {
    color: #ffffff;
}
.row.footer a:hover {
    color: #500000;
}
.row.footer a:hover .fa-svg:before {
    background-color: #500000;
}

@media only screen and (min-width: 768px) {
    .header {
        background-color: #660000;
    }

    .header .header-right {
        background-color: #996666;
    }
}
@media only screen and (min-width: 48em){
    .top-bar {
        background: #996666;
        overflow: visible;
    }
    .top-bar-section li a:not(.button) {
        background: #660000;

    }
    .top-bar-section li ul.dropdown>li>a{
        background: #b6b6b6;
    }
}



