@import url('https://fonts.googleapis.com/css?family=Orbitron:900');
@import url('https://fonts.googleapis.com/css?family=Roboto');

.header {
    padding: 25px 0px;
    box-shadow: 0px 0px 10px 4px #212121;
    position: relative;
    border-top: 5px solid #ED3237;
}

.header h1 {
    font-family: 'Orbitron', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 40px;
    color: #ED3237;
    margin:0px;
	text-shadow: 3px 0px 0px #000;
}

.about{padding:30px 0px; }

.about{font-family: 'Roboto', sans-serif;}

.about h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    color: #333;
}

.about p{text-align:center;
    line-height:28px;
    color: #333;
    font-size: 15px;}

footer{padding:25px 0px;
    background-color:#333;
    font-family: 'Roboto', sans-serif;}

footer ul{padding-left:0px;}

footer ul li {color:#fff;
	list-style:none;
	line-height:28px;}	

footer h2{color:#fff;}	

.bottom{background-color:#2C2B2B;
	padding:4px 0px;}

.bottom p{margin:0px;
	color:#fff;
	font-family: 'Roboto', sans-serif;}
	
.bottom p a{color:#fff;	
text-decoration:none;}