/* 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;
}


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


html,
body {
  height: 100%;
  font-size: 100%;
  width: 100%;
}


body{
margin:0;
padding:0;
color: #4b4841;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
position: relative;
font-family: 'Roboto', sans-serif;
display: block;
text-align: center;
background-color: rgba(188, 186, 175, 0.5);
}


.header{
	width: 100%;
	float: left;
}

h1{
	font-size: 5em;
	font-weight: 500;
	margin-top: 0.800em;
	margin-bottom: 0.600em;
}

.content-copy{
	width: 70%;
	float: left;
	padding: 0 15%;
	margin-bottom: 3.750em;
}

.content-copy p{
	font-size: 1.563em;
	line-height: 1.6;
	font-weight: 300;
}

.subscribe{
	width: 60%;
	padding: 0 20%;
	float: left;
	margin-bottom: 3.125em;
}

.subscribe p{
	font-size: 2.500em;
	font-weight: 300;
	margin-bottom: 20px;
}

.form{
	width: 100%;
	float: left;
}

.field{
	width: 80%;
	float: left;
}

.field input{
	width: 90%;
	float: left;
	border: none;
	padding: 20px 5%;
	font-size: 1.875em;
	font-family: 'Roboto', sans-serif;
	color: #b8b8b8;
	font-weight: 300;

}

.submit{
	width: 20%;
	float: left;
}

.submit input{
	width: 100%;
	float: left;
	font-size: 1.250em;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	padding: 27px 0;
	cursor: pointer;
	color: #fff;
	background: #000;
	border: none;
	
	
}

.submit:hover input{
	background: #333;
}

.social {
	width: 70%;
	float: left;
	padding: 0 15%;
}

.social a{
	font-size: 1.875em;
	color: #666666;
	text-decoration: underline;
	margin: 0 1.000em;
	font-weight: 300;
}

.social a:hover{
	color: #000;
	text-decoration: none;
}

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

body{
	font-size: 80%;
}





}


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

body{
	font-size: 70%;
}

}


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


body{
	font-size: 70%;
}

.header{
	width: 100%;
	float: left;
}

h1{
	font-size: 5em;
	font-weight: 500;
	margin-top: 0.300em;
	margin-bottom: 0.200em;
}

.content-copy{
	width: 80%;
	float: left;
	padding: 0 10%;
	margin-bottom: 2.150em;
}

.content-copy p{
	font-size: 1.363em;
	line-height: 1.5;
	font-weight: 300;
}

.subscribe{
	width: 80%;
	padding: 0 10%;
	float: left;
	margin-bottom: 3.125em;
}

.subscribe p{
	font-size: 2.500em;
	font-weight: 300;
	margin-bottom: 20px;
}

.form{
	width: 100%;
	float: left;
}

.field{
	width: 100%;
	float: left;
}

.field input{
	width: 90%;
	float: left;
	border: none;
	padding: 20px 5%;
	font-size: 1.875em;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	color: #b8b8b8;
	font-weight: 300;

}

.submit{
	width: 100%;
	float: left;
}

.submit input{
	width: 100%;
	float: left;
	font-size: 1.250em;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	padding: 20px 0;
	cursor: pointer;
	color: #fff;
	background: #000;
	border: none;
	
	
}

.submit:hover input{
	background: #333;
}

.social {
	width: 70%;
	float: left;
	padding: 0 15%;
}

.social a{
	font-size: 1.550em;
	color: #666666;
	text-decoration: underline;
	margin: 0 1.000em;
	display: block;
	line-height: 2.150;
	font-weight: 300;
}

.social a:hover{
	color: #000;
	text-decoration: none;
}




}





/* Localized */