body{
	margin:0;
	background:#020304;
	color:#FFF;
	font-family: p22-underground,sans-serif;
}

.tiles-wrapper{
	width:100%;
	height:100%;
	position: fixed;
}


h1, h2, h3{
	margin:0;
	font-weight: 100;
	text-shadow: 2px 2px 2px #000;
}

h3{
    font-size:40px;
}

	h3 a{
		font-size: 15px;
		color: white;
		padding: 0 0 2px 0;
	}

	h3 a:hover{
		border-bottom: 1px solid white;
		color: white;
	}

li, ul{
	list-style:none;
	margin:0;
	padding:0;
}

a{
	text-decoration: none;
	color:#31578C;
}

    a:hover{
        color:#1D3555;
    }

fieldset{
	border:none;
}

.header{
	background-color: rgba(82, 136, 207, .5);
	position: fixed;
	z-index:3;
	width:100%;
}

	.header h1{
		font-size: 16px;
		margin:5px;
		font-weight: 500;
	}
	
	.header form{
		float: right;
		font-size:12px;
	}
    
.impact{
    position: absolute;
	background: url("../assets/images/backgrounds/flare_.png") no-repeat center 0;
    top:835px;
    height:481px;
    width:100%;
    z-index:-1;
}

.page{
	position: absolute;
	width:800px;
	left:50%;
	margin:20px 0 0 -400px;
	z-index:2;
}

	.page .main-navigation > li{
		margin-bottom: 40px;
	}
	
		.page .main-navigation > li:last-child{
			margin-bottom: 0px;
		}
		.page .main-navigation h2{
			font-size:120px;
		}
	
	.content p, .content li{
		font-weight: 100;
		font-size: 18px;
		font-weight: 300;
		color:#9D9D9D;
	}
	
	.content p{
		line-height:22px;
	}
	
	
	.content li{
		color:#FFF;
		font-size: 14px;
	}
	
	.content h3{
		font-size: 20px;
		font-weight: 500;
	}
	
.footer{
	background: url("../assets/images/backgrounds/earth_2.png") no-repeat 0 0; 
	display: block;
	width:705px;
	height:300px;
	position: relative;
    z-index:3;
}

.lighting{
	background: url("../assets/images/backgrounds/lighting_.png") no-repeat scroll 0 0 transparent;
    height: 119px;
    left: 58px;
    position: absolute;
    top: 151px;
    width: 21px;
    opacity:0;
}

.menu-main{
	position: absolute;
	right:0;
	top:5px;
}

	.menu-main li{
		float: left;
		margin:0 3px;
	}

@media all and (max-width: 979px) and (min-width: 768px) {
    .impact{
        background: none;
    }
	.page{
		width:700px;
		margin:20px 0 0 -350px;
	}
}


@media all and (max-width: 767px) and (min-width: 480px) {
    .impact{
        background: none;
    }
	.page{
		width:480px;
		margin:20px 0 0 -240px;
	}
	
	.page .main-navigation h2{
		font-size:50px;
	}
	
	.main-navigation .content, 
	.main-navigation h2{
		margin:20px;
	}
	
	.footer{
		width:480px;
	}
}


@media all and (max-width: 479px) and (min-width: 320px) {

    .impact{
        background: none;
    }
    
	.page{
		width:320px;
		margin:20px 0 0 -160px;
	}
	
	.page .main-navigation h2{
		font-size:50px;
	}
	
	.main-navigation .content, 
	.main-navigation h2{
		margin:20px;
	}
	
	.footer{
		width:320px;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2){
	
}
