h1, h2 {
	font-family: 'Open Sans', sans-serif !important;
	font-weight: bold;
	font-size: 1.6em;
}

h3, h4 {
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 700;
	font-size: 1.3em;
}



.fullbody { 
	/* 
	background:url("../images/template/bg.jpg") #000; 
	background-size:contain;
	*/
	background-color:white;
}

.navbar {
	background:#002d62;
	width:100%;
	height:60px
} 

header  {
	border-bottom:1px solid #1e1e1e;
    background-position: center center;
	background-size:cover;
	background-image:url(../images/template/header.jpg);
	height:400px;
	width:100%;
}

#header_container {
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	height:100%;
	position:relative;
}

#header_social  { 
	position: relative;
	// float:right;
	background: rgba(0,0,0,.5);
	top:130px;
}

#header_social p  { 
	text-align:right;
	padding:0;
	margin:0;
}

#header_social a { 
	font-size:3em;
	color:white;
	opacity: .9;
	padding:0 10px;
}

#header_social p .fa { 
	font-size: 75%;
}

#header_social a:hover { 
	opacity: 1;
}

#header_logo  { 
	text-align:left;
	opacity:.95;
}

#header_logo:hover  { 
	opacity:1;
}

#logo_left {
	max-height: 104px;
	width:auto !important;
	margin-top: 9px;
}

#header_right p {
	line-height: 110px;
}


header h1 {
	visibility: hidden;
}


footer {
	background: #002d62;
	color:white;
	font-family: "Open Sans",sans-serif;;
}

body {
	background: url("../js/magnet_patterns/dark_fish_skin.png") repeat scroll 0 0 #666666;
	font-family: 'Open Sans', sans-serif !important;
}

h2 {
	background:#012563;
	color:white;
	width:100%;
	font-size:1.5em !important;
	padding:10px;
	font-style:italic;
	color:white;
}

h2 a {
	color:white;
}






#footer_content li {
    padding: 15px 25px 15px 25px;
    background-color: #2c76c7;
    text-transform: lowercase;
    text-decoration: none;
    color: #fff;
    font-size: .8em;
    text-transform: uppercase;
    text-align:center;
    border-radius: 4px;
}

#footer_content li:hover {
    background-color: #2c76c7;
}

#footer_content h2  {
    color:white;
}

#nav { text-align:left;
	max-width:1200px;
	margin: 0 auto;
}

.rss_title {
	background:#012563;
	color:white;
	width:100%;
	font-size:1.5em !important;
	padding:10px;
	font-style:italic;
	color:white;
	border-radius:0;
}


.rss_wrapper {
	border-radius:0;
}

.rss_title a {
	color:white;
}

.rss_wrapper ul {
	border-radius: 0;
	background:white;
	border:0;
}

.rss_wrapper li {
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 300;
	font-size: 1.3em;
	color: #666666;
}

.rss_wrapper li a {
	color: #666666;
}

html, body {color: #444}

@media (max-width: 767px) { 
	#header_container {
		margin-left:auto;
		margin-right:auto;
		text-align:center;
		height:100%;
	}

	#header_social  { 
		right:auto;
		text-align:center;
		transform: none;
		top:auto;
	}
	#header_social a { 
		font-size:2.5em;
	}
	
	#header_social p { 
		text-align:center;
	}
	
	#header_social { 
		float:none;
		padding-top: 0;
	}

	#header_logo { 
		text-align:center;
		left:auto;
		max-height: 150px;
		top:auto;
	}

	#header_logo img { 
		width:50%;
		padding-top: 5px;
		padding-bottom: 10px;
		padding-left: 15px;
	}
	
	#header_right p {
		line-height: 30px;
	}
	
	#logo_left {
		width:350px !important;
	}

	
}
