@font-face {
	font-family: 'Trench';
	src: url('fonts/trench100.eot') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Trench';
	src: url('fonts/trench100.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}



html {
	padding: 0;
	margin: 0;
}

body {
	background-color: #fff;
	padding: 0;
	margin: 0;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	margin-left: auto;
	margin-right: auto;
	color: #666;
	text-align: center;
}

span {
	display: block;
	text-decoration: none;
	text-transform: none;
	font-family: Verdana,Calibri;
	font-weight: 100;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 1px;
}
a {
	text-decoration: none;
	color: #666;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:hover {
	color: #da1884;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.logo {
	display: block;
	position: relative;
	left: 50%;
	width: 180px;
	height: 150px;
	margin: 100px 0 0 -90px;
}

.text-area { 
	position: relative;
	width: 100%;
	padding-top: 50px;
}


.text-area .coming-soon {
	font-family: Trench,Calibri;
	font-size: 50px;
	line-height: 40px;
	letter-spacing: 10px;
	padding-top: 50px;
}
