
html, body {
    background: white;
}

body {
    color: #222;
    background-color: #757dab;
    height:100%
}

a {
    color: #663300;
    outline: none;
}
a:hover, a:focus {
    color:#996600;
}
a:visited {
    color: #996600;
}

a i.fa-svg:before {
    background-color: #663300;
}
a:hover i.fa-svg:before,
a:focus i.fa-svg:before,
a:visited i.fa-svg:before {
    background-color: #996600;
}

img.full-width-background-image {
    width: 100%;
    position: absolute;
    top: 0;
    /*left: 7px;*/

}
.main-header {
    /*background: url("../../mages/header-stripe.png") #3e3737;*/
}
.top-bar .top-bar-section ul.left li a:hover,
.top-bar .top-bar-section ul.left .dropdown li a {
    color: #FFF;
}