@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 1em Verdana, Geneva, sans-serif;
	text-transform: capitalize;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../_images/background-bobby-lee.png);
}

p {
	margin-bottom: .8em;
	font-size: 0.9em;
	text-transform: none;
}

em {
}
strong {
}
blockquote {
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	height: 1.4em;
}
h4 {
	font-size: 1.2em;
}
ul {
	list-style: none;
	text-indent: 1em;
}
a {
	text-decoration: none;
	color:#0B48A0;
}
a:hover {
	text-decoration: none;
	color: #FC0004;
	-webkit-box-shadow: 9px 0 16px 9px #FBF38E;
	box-shadow: 9px 0 16px 9px #FBF38E;
	font-weight: bolder;
	font-size: 1.25em;
	background-color: #FFFFFF;
	opacity: 50%;
}
img {
	float: left;
	margin-right: 0.6em;
	margin-bottom: 0.5em;
	max-width: 100%;
	height: auto;
}
img.rightImgFloat {
	float: right;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0.6em;
}

p, h1, h2, h3, h4, h5, h6 {
	padding-right: 2%;
	padding-left: 2%;
}
header,nav,section,article,aside {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#wrapper {
	width: 100%;
	max-width: 960px;
	margin-top: 1%;
	margin-right: auto;
	margin-left: auto;
}
header {
	background-image: url(../_images/header-metrolog-llc.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 120px;
}
header hgroup {
}
header p {
}
header h1 {
	text-indent: -2000px;
	visibility: hidden;
	font-size: 3em;
}
header h2 {
	text-align: center;
}
header h2+p {
}
nav  {
	width: 20%;
	margin-left: 5%;
	float:left;
}
nav ul li {
	display: block;
	text-align: center;
	border: 2px groove #CBDBEF;

}
nav ul li a  {
	font-size: 1.25em;
	text-transform: capitalize;
	font-weight: bold;
	
}
nav ul li a:hover {
}
section {
	width: 70%;
	float:right;
}
section hgroup {
}
section p {
}
section h1 {
}
section h2 {
}
section article hgroup {
}
section article {
	list-style: square;
	font-size: 0.9em;
}
section article p {
	line-height: 1.5em;
}
section article h1 {
	font-size: 1.5em;
}
section article h2 {
	font-size: 0.8em;
	font-weight: bold;
	color: #0B48A0;
}
section article p {
	font-size: 0.8em;
}
aside {
	width: 20%;
	margin-left: 5%;
	float:left;
}
aside hgroup {
}
aside p {
	font-size: 0.7em;
	line-height: 1.5;
}
aside h1 {
	font-size: 1em;
	color: #FC0004;
}
aside h2 {
	font-size: 0.8em;
	color: #0B48A0;
}
footer {
	font-size: 0.75em;
	line-height: 2em;
	color: #FFF;
	background-color: #0B48A0;
	;
	text-align: center;
	clear: both;
	text-transform: none;
}

section h1 {
	font-size: 0.9em;
	color: #0B48A0;
}
article p a:hover  {
	min-height: 0px;
	font-size: 0.9em;
}

footer a {
	color: #FFFFFF;
}

footer a:hover {
	color: #F5E54C;
	-webkit-box-shadow: 0px 0px 0px 0px;
	box-shadow: 0px 0px 0px 0px;
}

@media screen and (max-width:600px){
	nav {
		width:100%;
		float:none;
		margin-left:0px;
		}
nav ul {
text-align:center;
width:100%;

}

nav ul li {
	display: inline;
	border-color: #CBDBEF;
	border-style: groove;
	border-right-width: 2px;
	border-top:none;
	border-bottom:none;
}
nav ul li a  {

	font-size: .8em;
	text-transform: capitalize;
	font-weight: bold;
		padding-left: 0.5em;
	padding-right: 0.5em;

}
nav ul li a:hover {
}

section {
	width: 100%;
	margin-left:0px;
	
}
aside {
	width: 100%;
}	
	
header {
	background-image: url(../_images/header-metrolog-llc_sm.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	height: auto;
}
header,nav,section,article,aside {
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
}

.list {
	list-style: square inside;
	font-size: 0.9em;
	line-height: 2em;
	text-transform: none;
}

.center {
	text-align: center;
}
