/* 
    Document   : style.css
    Created on : Jun 18, 2014, 12:30:01 PM
    Author     : TeXe
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
body,html{
	color:#fff;
	font-family: 'Open Sans';
	height:100%;
}
h1{
	font-family: 'Open Sans';
	font-weight: 300;
	font-size:34px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}
p{
	font-family: 'Open Sans';
	font-weight: 300;
	font-size:16px;
	text-align: center;
	line-height: 16px;
}
footer{
	display: none;
}
.content{
	position: absolute;
	margin:100px 0px 0px 120px;
}
.content .type-wrap{
	color:rgba(216,86,78,1);
	text-transform: uppercase;
	position: absolute;
	font-size:29px;
	letter-spacing: 4px;
	margin:78px 0px 0px 175px;
	font-weight: 300;
}
