@font-face {
    font-family: agency;
    src: url(font/AGENCYB.TTF);
}
body{ font-family: agency; color:#203368; font-size: 18px;}
a { color: #203368;}
.wrapper { 
	box-shadow: inset 0px 0px 60px 0px #424242;
	-webkit-box-shadow: inset 0px 0px 100px 0px #424242;
	-moz-box-shadow: inset 0px 0px 100px 0px #424242;
	-o-box-shadow: inset 0px 0px 100px 0px #424242;
}
header { margin-top: 40px;}
.logo h1 { display: inline-block;}
.logo img { width: 140px;}
.links.pull-right > a {
    display: inline-block;
    font-size: 28px;
    margin-left: 20px;
    padding: 55px 0;
}
/*----------------Content-------------------*/
h1 i, h2 i {
    border: 5px solid #203368;
    border-radius: 45px;
    min-width: 70px;
    padding: 15px;
    text-align: center;
    margin-right: 10px;
}
.container .jumbotron { background:none; padding: 30px 0 30px 0;}
.tiles_div { margin-bottom: 30px; }
.content .featured { max-width: 200px;}
.content .right_cap { max-width: 100px;}
.text_on_left p{ padding-left: 80px;}
.text_on_left .text-right { margin: 0;}

footer p { letter-spacing: 6px; font-size: 14px; text-align: center;}

@media screen and (min-width: 1200px) {
    .container { width: 1200px;}
}

@media screen and (max-width: 768px) {
	.container { width: 90%;}
	.links.pull-right > a { padding: 0;}
    footer p { letter-spacing: 0px; }
    .home_h1 { display: none !important;}
}