body{
background-color:rgb(38,38,38);
color:white;
margin:0 auto 0 auto;
font-family: Helvetica, Arial, sans-serif;
font-size: 1.5em;
font-weight: 300;
}

div#container{
width:950px;
margin:1% auto 0 auto;
padding-bottom:1%;
}

header{
margin-bottom:2%;
}

img#mainTitle{
}

div.postContent{
background-color:rgb(50,50,50);
border-radius:5px;
margin:0 auto 2% auto;
padding:5% 5%;
}

div#latestNews{
background-color:#314455;
border-radius:5px;
}

div h1{
font-family: Georgia, "Times New Roman", Serif;
margin-top:0;
line-height:100%;
}

video{
width:100%;
margin:0 auto 0 auto;
}

img{
width: 100%;
}


iframe{
display:block;
margin:0 auto 1% auto;
}

a{
text-decoration:none;
color:rgb(238,242,1);
}

a:visited{
color:orange;
}


footer{
background-color:black;
background-color:rgba(0,0,0,.95);
padding:3% 8%;
}

p.smallPrint{
font-size: .75em;
}

@media screen and (max-width: 1080px)

  {
 body{  
	font-size:1em;
	margin:0;
	background-color:rgb(38,38,38);
	}
 div#container{
	margin-top:4%;
	padding:0;
	width:100%; 
	}
 div h1{
	font-size:200%;
	}
 iframe{
	width:100%;
 	}
 div.postContent{
	border-radius:0;
	background-image:none;
	background-color:rgb(50,50,50);
	}
 div#latestNews{
	border-radius:0;
	}
 div.postContent#aLinks li{
	margin-bottom:5px;
	}
 footer{
	background-color:black;
	background-color:rgba(0,0,0,.9);
	padding:1% 5%;
	}
 footer a#top{
	display:none;
	}
}