@import url('https://fonts.googleapis.com/css?family=Raleway:400,900');

header,
nav,
section,
article,
aside,
footer {
	display:			block;
}

a,
a:link,
a:visited {
	text-decoration:	underline;
	color:				#FFFFFF;
}

a:hover,
a:active {
	color:				#ed1c2e;
}

article {
	position:			relative;
}

blockquote {
}

body {
	margin:				0;
	padding:			0;

	font-size:			14px;
	font-family:		Raleway, sans-serif;
	font-weight:		400;
	color:				#FFF;
	
	background-color:	rgb(53,136,63);
	background-image:	url('../images/bg_body.jpg');
	background-repeat:	no-repeat;
    background-attachment: fixed;
	background-position:center;	
	background-size:	cover;    
}

dl {
	margin:				0;	
	padding:			0 0 12px 0;	
}

dd {
	margin:				0 0 0 200;	
	padding:			0 0 12px 0;
	
	line-height:		12px;	
}

dt {
	width:				190;
	float:				left;

	padding:			0;

	color:				#60B0E0;
	text-align:			right;
	font-weight:		700;	
}

form {
	margin:				0;
	padding:			140px 0 0 0;
}

form p {
	text-shadow:		1px 1px 5px rgba(0,0,0,1);
}

h1 {
	margin:				0;
	padding:			0;

	font-size:			70px;
	line-height:		100%;
	font-weight:		900;
}

h2 {
	margin:				0 0 10px 0;
	padding:			0;

	font-size:			375%;
	line-height:		100%;
	font-weight:		900;
	text-align: 		center;
	
	text-shadow: 		1px 1px 20px rgba(0,0,0,1);
	
	-webkit-column-break-before: always;
	break-before:		column;	
}

h3 {
	margin:				0 0 10px 0;
	padding:			0;

	font-size:			15px;
	line-height:		130%;
	font-weight:		700;
}

h4 {
	margin:				0;
	padding:			0 0 7px 0;

	font-size:			110%;
}

h5 {
	margin:				0;
	padding:			0;

	font-size:			110%;
}

hr {
	margin:				10px 0;
	padding:			0;

	height:				0;
	color:				#FFF;

	border: 			none;
	border-top:			1px solid #FFF;

	background-color:	transparent;
}

html {
	height:				100%;
}

img {
	border:				none;
}


select,
input[type='text'],
input[type='email'],
textarea {
	display:			inline-block;
		
	margin:				0 0 5px 0;
	padding:			0;
	
	height:				25px;
	width:				65%;
	outline:			none;	
	
	font-family:		Arial, sans-serif;
	font-size:			14px;
	color:				#000;
	line-height:		25px;
	
	border:				1px solid #FFF;
	background-color:	#FFF;
}

select {
	height:				29px;
	width:				99%;
}

input[type='submit'] {	
	display:			block;
	
	width:				100%;
	
	margin:				10px 0;	
	padding:			10px;
	
	font-family:		Raleway, sans-serif;
	font-weight:		900;
	line-height:		120%;
	font-size:			20px;
	color:				#FFF;
	text-align:			center;
	text-decoration:	none;

	
	border-radius:		0;
	
	outline:			none;	

	cursor:				pointer;
	
	border:				1px solid #0096AE;
	background-color:	#0096AE;
	
	box-shadow:			5px 5px 10px rgba(0,0,0,1); 
}

input[type='submit']:active,
input[type='submit']:focus,
input[type='submit']:hover {
	border:				1px solid #ED1B2E !important;	
	color:				#FFF !important;
	background-color:	#ED1B2E !important;
}

label {
	display:			inline-block;

	margin:				0 0 5px 0;
	padding:			0 0 0 2%;
	
	width:				31%;
	height:				25px;
	
	font-family:		Raleway, sans-serif;
	font-weight:		900;
	font-size:			14px;
	line-height:		25px;
	color:				#000;

	border:				1px solid #FFF;
	border-right:		1px solid #000;	
	outline:			none;	
	
	background-color:	#FFF;	
	
}

li {
	margin:				0 0 5px 12px;
	padding:			0 0 0 0;

	line-height:		130%;
}

ol {
	margin:				0 0 0 10px;
	padding:			0 0 15px 0;
}


ol li {
	margin:				0 0 5px 15px;
	padding:			0 0 0 10px;
}


ul {
	margin:				0 0 0 10px;
	padding:			0 0 15px 0;
}

p {
	margin:				0 0 12px 0;
	padding:			0;

	line-height:		150%;
}

table {
	margin:				0 0 12px 0;
	padding:			0;
}

strong {
	font-weight:		900;
}

td {
}

th {
}

