/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}


@font-face {
    font-family: 'socicon';
    src: url('socicon/font/socicon-webfont.eot');
    src: url('socicon/font/socicon-webfont.eot?#iefix') format('embedded-opentype'),
         url('socicon/font/socicon-webfont.woff') format('woff'),
         url('socicon/font/socicon-webfont.ttf') format('truetype'),
         url('socicon/font/socicon-webfont.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
    text-transform: initial;
}


.socicon {
    font-family: 'socicon' !important;
}


html,
body {
  background-color: #000000;
  height: 100%;
  font-size: 100%;
  width: 100%;
}


body{
margin:0;
padding:0;
color: #ffffff;
background: url(../images/background.jpg) center top no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
position: relative;
font-family: 'Courier', 'Courier New', 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
display: block;
text-align: center;
}


.header{
	width: 100%;
	float: left;
	padding-top: 100px;
	padding-bottom: 100px;
}

h1{
	font-size: 60px;
}

h1 span{
	display: block;
	font-size: 15px;
	text-transform: uppercase;
}

.content{
	width: 80%;
	padding: 0 10%;
	float: left;
}

.content p{
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}

p.textcopy{
	margin-bottom: 30px;
}

.form{
	margin: 0 auto;
	display: table;

}

.form p{
	float: left;
}

p.mobile-copy{
	display: none
}

.form .fields{
	float: left;
	margin-left: 20px;
}

.field{
	border-bottom: 1px solid #ffffff;
	background: none;
	border-left: none;
	border-top: none;
	border-right: none;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Courier', 'Courier New', 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
	color: #fff;
	width: 300px;
	padding: 5px 0;
}

.submit{
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	background: none;
	border: 1px solid #fff;
	margin-left: 10px;
	padding: 8px 12px;
	font-family: 'Courier', 'Courier New', 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
	cursor: pointer;
}

.submit:hover{
	background: #fff;
	color: #000;
}


.social{
	width: 100%;
	float: left;
	margin: 60px 0;
	}
	
.social ul{
	display: table;
	margin: 0 auto;
}

.social ul li{
	float: left;
	margin: 0 10px;
}

.social ul li a{
	color: #ccc;
	font-size: 20px;
	text-decoration: none;
}

.social ul li a:hover{
	color: #fff;
}


.links{
	width: 100%;
	float: left;
	margin: 0;
	}
	
.links ul{
	display: table;
	margin: 0 auto;
}

.links ul li{
	float: left;
	margin: 0 25px;
}

.links ul li a{
	color: #ccc;
	font-size: 15px;
	text-decoration: underline;
}

.links ul li a:hover{
	color: #fff;
}





@media only screen and (max-width: 1024px){


.header{
	padding-top: 70px;
	padding-bottom: 70px;
}

.content{
	width: 90%;
	padding: 0 5%;
	float: left;
}

.social ul li{
	float: left;
	margin: 0 20px;
}

.social ul li a{
	font-size: 40px;
	text-decoration: none;
}

.field{
	border-bottom: 1px solid #ffffff;
	background: none;
	border-left: none;
	border-top: none;
	border-right: none;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Courier', 'Courier New', 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
	color: #fff;
	width: 200px;
	padding: 5px 0;
}

}


@media only screen and (max-width: 768px){

.header{
	width: 100%;
	float: left;
	padding-top: 50px;
	padding-bottom: 50px;
}

h1{
	font-size: 40px;
}

h1 span{
	display: block;
	font-size: 10px;
	text-transform: uppercase;
}

.content{
	width: 80%;
	padding: 0 10%;
	float: left;
}

.textcopy span{
	display: none;
}

p.desktop-copy{
	display: none;
}

p.mobile-copy{
	display: inherit;
}


.form{
	width: 100%;
	display: inherit;
	float: left;
	margin-top: 20px;
}

.form p{
	float: none;
	line-height: 30px;
}


.form .fields{
	float: none;
	margin-left: 0;
	margin-top: 10px;
}

.field{
	border: 1px solid #ffffff;
	background: none;
	font-size: 16px;
	margin: 0 0 15px 0;
	font-weight: bold;
	font-family: 'Courier', 'Courier New', 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
	color: #fff;
	width: 99%;
	float: none;
	padding: 10px 0;
	text-align: center;
}

.submit{
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	background: #000;
	border: 1px solid #fff;
	float: none;
	margin:0;
	padding: 10px 0;
	font-family: 'Courier', 'Courier New', 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
	text-transform: uppercase;
	color: #fff;
	width: 99%;
	font-size: 13px;
	letter-spacing: 1px;
	cursor: pointer;
}

.submit:hover{
	background: #fff;
	color: #000;
}

.links{
	display: none;
}

}
#form-messages {
	margin-top: 10px;
	width: 100%;
	float: left;
}



