html,body{
	height:100%;
	margin:0;}

@font-face{
	font-family: Oswald;
	src:url(../fonts/Oswald-ExtraLight.ttf);
}
@font-face{
	font-family: Anton;
	src:url(../fonts/Anton-Regular.ttf);
}
@font-face{
	font-family: Zurych;
	src:url(../fonts/Zurich-Extra-Condensed-BT.ttf);
}
.title{
	font-family: Anton;
	font-size: 32px;
	text-transform: uppercase;
	color:#adadad;
}
.text-content{
	font-family: Oswald;
	font-size: 24px;
	line-height: 48px;
	color:#787878;
}
.text-content p{
	padding-top: 30px;
	font-size: 16px;
	line-height: 24px;
}


html>body .content{
	height:auto;}
.content{
	display: flex;
	align-items: center;
	justify-content: center;
	height:100%;
	min-height:100%;/*for mozilla*/}
.wrapper{
	flex:1;
	-webkit-flex: 1;
	-ms-flex: 1;
}


#one{
	background: url(../images/bg_1.jpg) center center no-repeat scroll #000;
	background-size: cover;
}
#one img.logo{
	margin:auto;
}
#one .fbInfo{
	color: #f0f0f0;
	font-size: 28px;
	font-family: Zurych;
	text-transform: uppercase;
	
	margin-bottom: 30px;
}
#one .fbInfo a{
	display: inline-block;
	margin: 0 5px;
	color: #fff;
	font-size: 45px;
	transition:0.5s all;
	line-height: 30px;
}
#one .fbInfo a:hover{
	opacity: 0.6;
}

#two{
	background: #242424;
}