/* 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 {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
}

html{
	background-color: #000;
}


/* MAIN */

body{
margin:0;
padding:0;
color: #fff;
position: relative;
font-family: 'Roboto', sans-serif;
text-align: center;
}


.transy{
	width: 100%;
	height: 100%;
	float: left;
	bottom: 0%;
	position: absolute;
	z-index: -1;
	background: url('../img/3.jpg') no-repeat center center fixed;
	opacity: 0.4;
	-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;
    padding: 2em;
}

.header{
	margin-bottom: 20px;
}

.header h1{
	font-size: 3em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #fff;
	letter-spacing: 0.2em;
}

.header h2 {
	font-size: 2em;
	letter-spacing: 0.2em;
}

.header p.line1{
	font-size: 2em;
	font-weight: 300;
	margin-bottom: 20px;
	margin-top: 10px;

}

.header img {
	width: 50%;
}

a:link,a:visited,
a:hover,a:active {
	color: #f0932b;
	font-size: 2em;
	text-decoration: none;
}


.content{
	width: 60%;
	text-align: center;
	padding:0 20%;
	margin-bottom: 30px;
	float: left;
}

.content p{
	font-size: 13px;
	letter-spacing: 1px;
}


@media only screen and (max-width: 1024px){

	.header, .content{
		width: 80%;
		padding: 0px 10%;
	}

}



@media only screen and (max-width: 768px){

	.header, .content{
		width: 90%;
		padding: 0px 5%;
	}

	.header h1{
		font-size: 40px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 4px;
		color: #fff;
	}

	.header p.line1{
		font-size: 18px;
		font-weight: 300;
		margin-bottom: 10px;
		margin-top: 10px;
	}

}