@charset "utf-8";
/* CSS Document */

#footer {
	background:none;
    color: #fff;
	background-color:#002868;

	 /*background-image: url(../../images/paper-back.jpg);
    background: -moz-linear-gradient(top, #555555 0%, #313131 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a1d2b), color-stop(100%, #313131));
    background: -webkit-linear-gradient(top, #555555 0%, #313131 100%);
    background: -o-linear-gradient(top, #555555 0%, #313131 100%);
    background: -ms-linear-gradient(top, #555555 0%, #313131 100%);
    background: linear-gradient(to bottom, #555555 0%,#313131 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#313131',GradientType=0 );*/
}

#footer>.container {
    padding-top: 20px;
    margin-bottom: 20px;
}
#footer>.copyright {
	background-color:#002868;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    padding: 25px 0;
    font-size: 13px;
    display: block;
	color:#fff;
}

h1, h2, h3, h4, h5 {
    font-weight: 800;
}

h1 {
	font-family: 'Roboto Slab', serif;
		margin:0 0 14px 0;
		font-weight:400;
		font-size:28px;
}

h2 {
	margin:0 0 14px 0;
}

h3 {
	margin:0 0 10px 0;
	color:#3EB9D2;
	line-height:22px;
}
section {
    padding: 40px 0;
}

.btn-primary, .btn-primary:active, .btn-primary:focus {
	background-color:#5FC5DA;
	border-color:#2c5377;
	line-height:12px;
}
 .btn-primary:hover  {
	background-color:#9ed2e9;
	border-color:#9ed2e9;
}

.metis.tparrows {
    width: 20px;
}

header {
    background-color:  #B00; /*transparent;*/
    border-bottom: none; /*#5FC5DA 1px solid;*/
}
#topMain.nav-pills>li>a {
	font-family: 'Alfa Slab One', cursive;
    color: #fff;
	font-size:18px;
    font-weight: normal;
    background-color: transparent;
}
#topMain.nav-pills>li>a:hover {
    color: #CCC;
    background-color: transparent;
}


body {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    line-height: 1.4;
    color: #222;
    background-color: #fff;
}

a, a:hover {color: #005AA4;}

a:hover {text-decoration:underline;}

#topNav button.btn-mobile i {
 color:#fff;
}

.redback {background-color:#B00; color:#fff;
}

#topNav ul.dropdown-menu li a {
    font-size: 18px;
}