html,
body {
	height: 100%;
	font-family: "Muli", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-size:18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
	font-family: "Oswald", sans-serif;
}

h1{
	font-size: 1.75em;
    font-weight: 600;
    text-transform: uppercase;
	color:#07282c;
}

h2{
	font-size: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
	color:#07282c;
}

p {
	font-size: 18px;
	font-family: "Muli", sans-serif;
	color: #a9a9a9;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 15px 0;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #fff;
}

ul,
ol {
	padding: 0;
	margin: 0;
}


.headNav {
	background-color:#a3b4c0;
	padding: 10px;
}

img.headerLogo{
		max-width:100px;
}

.headerVideo video{
	width:100%;
	max-width:100%;
}

.expTile{
	background-color:#f5f2eb;
	border-radius: 5px;
}

.expTile img{
	border-radius: 5px 5px 0px 0px;
}

.footer{
	background-image: url('/img/footer-bg.jpg');
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color:#07282c;
}

.copyright{
	font-size:.75em;
	color: #ffffff;
}

.socialIcons a{
	color:#ffffff;
	margin:0px 3px 0px 3px;
	font-size: 1.25em;
}