/* 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: 0px 10px 10px 0px;
}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;
}*/

@font-face {
  font-family: 'Inspiration';
  src: url('Inspiration.ttf'); 
}



html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
}

html{
	background-color: #000000;
}




body{
	margin: 0;
	padding: 0;
	color: #47b9d5;
	position: relative;
	font-family: 'Lora', serif;
	text-align: center;
}


.transy{
	width: 100%;
	height: 100%;
	float: left;
	bottom: 1px;
	position: absolute;
	z-index: -1;
	opacity: 1.0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


.wrapper{
    display: table-cell;
    text-align: center;
    vertical-align: middle;	
	text-shadow: 1px 1.732px 2px rgba(0, 0, 0, 0.5);    
}


.centered{
    display: inline-block;
   }


.header{
	width: 60%;
	padding: 0px 20%;
	float: left;
	margin-bottom: 25px;
}

.header h1{
	font-family: 'Inspiration', 'Lora', serif;
	font-size: 150px;
	color: #fff;
}

.header p.line1{
	font-size: 14px;
	margin-top: -20px;
}



.content{
	width: 60%;
	text-align: center;
	padding:0 20%;
	margin-bottom: 30px;
	float: left;
}

.content p{
	font-size: 14px;
	font-weight: 100;
}




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


.header, .content{
	width: 80%;
	padding: 0px 10%;
}

#counter{
	width: 80%;
	padding: 0 10%;

}

.form{
	width: 485px;
	font-size: 10px;
	margin: 5px auto 0 auto;
	text-align: center;
}

}



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

.header, .content{
	width: 90%;
	padding: 0px 5%;
}


.header{
	margin-bottom: 5px;
	float: left;
	vertical-align: middle;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	max-width: 100%;
	min-height: 318px;
}

.header h1{
	font-size: 100px;
	color: #dfbe10;
}

.header p.line1{
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 10px;
	margin-top: -10px;
}


.content p{
	font-size: 14px;
	color: #616161;
}

.img-valign {
  vertical-align: middle;
  margin-bottom: 0.75em;
}

.text1 {
  font-size: 14px;
  margin-bottom: -0.18em;
}

.text2 {
  font-size: 24px;
	color: #616161;
}

}
