*{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: white;
}

body{
	background-color: #242424;
	width: 100%;
}

h1{
	font-size: 28pt;
}

p{
	font-size: 14pt;
}

header{
	margin-bottom: 25px;
}

header img{
	height: 20%;
	width: 100%;
}

#content{
	padding: 20px;
	margin-bottom: 30px;
}

#content img{
	float: left;
	margin-left: 3%;
	margin-right: 20px;
}

a{
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

footer{
	margin: 0;
    position: fixed;
    bottom: -7px;
    width: 100%;
    background-color: #242424;
}

footer img{
	height: 20%;
	width: 100%;
}

footer h3{
	margin-bottom: 10px;
}

@media screen and (max-device-width : 477px){
	#content img{
		float: none;
		margin-left: none;
		width: 20%;
		height: inherit;
	}
}