html{
	height: 100%;
}
body{
	display: flex;
	flex-direction: column;
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background: #272727 no-repeat top center;
	color:#fff;
	overflow: hidden;
}

 a{
	font-size: 10pt;
	color:#ffaa48;
	text-decoration: none;
	font-weight: normal;
}

header{
	margin:20px 0;
	height:90px;
}

header .logo img{
	height: 70px;
	width: auto;
	padding: 10px 0;
}

header .logo{
	display: inline-block;
}

body.home header{
	display: none;
}
header h4{
	line-height: 50px;
	position: absolute;
	margin:0 0 0 30px;
}
header h4 span{
	color:#ffaa48;
}
header nav ul{
	margin:0 30px 0 0 ;
	list-style: none;
	padding:0;
	float:right;

}

header nav ul a{
	font-size: 10pt;
	color:#ffaa48;
	text-decoration: none;
	font-weight: normal;
	line-height: 50px;
}

header .container{
	display: flex;
	justify-content: space-between;
}
#main{
	height:500px;
	flex-grow: 4;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
#main h1{
	font-size: 2.5em;
	color:#ffaa48;
	margin-bottom: 0;
}
#main .container{
	position: relative;

}
#main .container aside{
	width:380px;
	position: absolute;
	right:30px;
	top:70px;

}
#main .container aside h2{
	margin:0;
	line-height: 1.25em;
	font-size:36pt;

}
#main .container aside p{
	line-height: 1.75em;
	margin-top:25px;
}
.container{
	width:1020px;
	margin: 0 auto;
}
#app-download{
	font-size:18px;
	font-weight: bold;
	color:#fff;
}

#app-download:hover{
	color:#ffaa48;
}
footer{
	margin:0;
	height: 32px;
}
footer .container{
	text-align: center;
}
footer .container a{
	line-height: 32px;
}
