@charset "UTF-8";

/* Global Content Formatting and Styles */

body {
	color: #fff;
	line-height: 1.5em;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	margin: 0;
	padding: 0;
}

h1 {font-weight: 300; color: #fff;}
h2 {font-weight: 300; color: #fff; font-family: 'Oswald', sans-serif;}
h3 {font-weight: 300; color: #fff; line-height: 1.4em; padding: 0; font-family: 'Oswald', sans-serif;}

p {margin: 0 0 .6em 0; padding: 0;}

a {color: #fff;}
a:hover {color: #fff; text-decoration: none;}
footer {  font-size: .76em; color: #fff; padding: 40px 0 0 0; text-align: center; margin-top: 30px;}

.footerinner {max-width: 1200px; margin: 0 auto; position: relative; padding: 0 20px 5px 20px;}
footer a {color: #fff; text-decoration: none;}
footer a:hover {color: #fff; text-decoration: underline;}

a.footerlinks {text-decoration: underline;}
a.footerlinks:hover {text-decoration: none;}

nav div {
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-family: 'Oswald', sans-serif;
}

.clear-fix {clear:both; line-height: 1px;}

ol {
	margin: 0 0 5px 20px;
	padding: 0;
}

.btn {
	border: 0 none;
	border-radius: 2px;
	color: #fff;
	cursor: pointerinline-block;
	font-size: 18px;
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	outline: 0 none;
	text-decoration: none;
	line-height: inherit;
	padding: 1em 2em;
	background: #82a2d4;
}

input {
    border: none;
	display: block;
	width: 100%;
    border-radius: 2px;
    background-color: #fff;
	font-family: Montserrat;
	color: #494f55;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 20px;
}

textarea {
	display: block;
	border: none;
	width: 100%;
	font-family: Montserrat;
	height: 90px;
	border-radius: 2px;
	background-color: #fff;
	color: #494f55;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 20px;
	resize: none;
	}