body {background-color:#000;}
.header-loader {display:none;}
.logo.history-set {margin:auto; width:240px;}
header .header-content .logo img {max-height:130px;}
header .header-content .header-icons {width:23%}
header .header-content {border-bottom:none;}
#nav {width:371px; margin:auto;}
#nav #nav-container ul li.current a, #nav #nav-container ul li.current span {border-color:#F8E6AC}
#nav #nav-container {width:100%}
#nav #nav-container ul li a, #nav #nav-container ul li span {border-bottom:1px solid rgba(255, 255, 255, 0.5)}
.footer-content {width:185px; margin:auto; font-size:12px}
.home-boxes {position:relative; top:200px; width:510px; margin:auto;}





@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 

.home-boxes {top:150px;}

header .header-content .logo {
    text-align:center;
}


}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) { 

.logo.history-set {margin:auto; width:240px}
.home-boxes {top:15px;}
header .header-content .logo {
    text-align:center;
}

}