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

h3, h4 {
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 300;
}



.fullbody { 
	background:url("../js/magnet_patterns/dark_fish_skin.png") repeat scroll 0 0 #666666;
}

.navbar {
	background:#2c76c7;
	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 {
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	height:100%;
	position:relative;
	text-align:right;
}

#header_social  { 
	position: relative;
	top: 50%;
	right:40px;
	transform: translateY(-50%);
}

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

#header_social a:hover { 
	opacity: 1;
}

#header_logo  { 
	position: relative;
	top: 50%;
	left:40px;
	transform: translateY(-50%);
	text-align:left;
	opacity:.8;
}

#header_logo:hover  { 
	opacity:1;
}


header h1 {
	visibility: hidden;
	// padding-left:325px;
}


footer {
	background: #262c3a;
	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:#2c76c7;
	color:white;
	width:100%;
	font-size:1.5em !important;
	padding:10px;
	font-style:italic;
}

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-color:#2c76c7;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: bold;
	font-size:1.2em;
	background:#2c76c7;
	color:white;
	width:100%;
	padding:10px;
	font-style:italic;
}


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;
		transform: none;
		top:auto;
	}

	#header_social a { 
		font-size:1.7em;
	}

	#header_logo { 
		text-align:center;
		left:auto;
		transform: none;
		top:auto;
	}

	#header_logo img { 
		width:50%;
		padding-top: 50px;
	}
}
