@import url(http://fonts.googleapis.com/css?family=Fira+Sans:300,400,700italic);
*{
	padding: 0;
	margin: 0;
	text-decoration: none;
}
body{
	font-family: 'Fira Sans', sans-serif;
	font-size: 12px;
}
/*Header Design*/
header{
	height: 50vh;
}
/*Main Design*/
header img{
	height: 200px;
	width: 200px;
}
header h1{
	text-align: center;
}
#main{
	background: #20004C;
	box-shadow: #ccc 0 -1px 5px;
	margin-top: 10px;
	border-top: 1px solid #95D0EC;
	color: #fff;
	height: 45vh;
}
#main .cont{
	margin-top: 20px;
}
#main .cont img{
	width: 1.5em;
}
#main h1{
	text-align: center;
	margin-top: 15px;
}
#main h2{
	border-bottom: 2px dotted #fff;
}
#main ul{
	list-style: none;
	padding: 10px 0 0 10px;
}
#main a{
	color: #CCFFFF;
}
/*Footer Design*/
footer{
	color: #ccc;
	position:fixed;
   	left:0px;
   	bottom:0px;
   	height:30px;
   	width:100%;
   	background:#01334b;
   	height: 5vh;
}
footer p{
	padding: 5px 5px 0 0;
	float: right;
}
footer a{
	color: #667F34;
}
/*MEDIA QUERIES*/
/*SuperSmall*/
@media (min-width: 50px){
	header img{
			height: 200px;
			width: 200px;
	}
	header img{
		height: 200px;
		margin: auto 0;
	}
		.center{
		width: 90%;
		margin: 0 auto;
	}
	h1	{font-size: 1.3em;}
	h2	{font-size: 1.1em;}
	p 	{font-size: 1em;}
	li 	{font-size: 1em;}
}
/*Small*/
@media (min-width: 450px){

	h1	{font-size: 2em;}
	h2	{font-size: 1.7em;}
	p 	{font-size: 1.5em;}
	li 	{font-size: 1.5em;}
}
/*Medium*/
@media (min-width:600px){
	header img{width: 200px;}
	h1	{font-size: 2.5em;}
	h2	{font-size: 2em;}
	p 	{font-size: 1.5em;}
	li 	{font-size: 1.5em;}
}
/*Big*/
@media (min-width: 800px){
	header img{margin: 0 auto;display: block;}
	h1	{font-size: 3em;}
	h2	{font-size: 2em;}
	p 	{font-size: 1.5em;}
	li 	{font-size: 1.5em;}
}
@media (min-width: 1000px){
	.center{width: 60%;}
}
