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

body{
}
.header {
    background-color: #6e5b8a;
}
.main-container {
    background-color: #422D62;
    -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: #6e5b8a;
}
.top-bar-section ul li > a {
    background: #7e7e21;
    /*background: #aeb187;*/
}
.top-bar-section ul {
    background: #422D62;
}
.top-bar .top-bar-section ul.left li a {
    border-bottom: 1px solid #6e5b8a;
}
.top-bar-section ul li.active > a {
    background: #34264b;
}
/*.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: #aeb187;;
}
.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: #6e5b8a;
}
.top-bar-section ul li:hover > a {
    background: #aeb187;;
    color: #333333;
}
.top-bar .top-bar-section ul.left .dropdown li a:hover {
    background-color: #6e5b8a;
    color: #ffffcc;
}

.banner-div .banner-left {
    background-color: #6e5b8a;
}

.content-section .main-content h1 {
    border-bottom: 1px solid #6e5b8a;
}
.row.footer {
    color: #ffffcc;
    border-top-color: #422D62;
    background-color: #7e7e21;
}
footer .row.footer .footer-address p a {
    color: #ffffff;
}
.row.footer a:hover {
    color: #422D62;
}
.row.footer a:hover .fa-svg:before {
    background-color: #422D62;
}

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

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

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



