div.logo	{
	max-width: 620px;
	margin: 5% auto 0 auto;
	padding: 0 10% 0 10%;
}

img.logo	{
	max-width: 100%;
	height: auto;
	background-color: white;
	display: inline-block;
	border: 0px;
}

div.outer	{
	max-width: 900px;
	height: 200px;
	margin: 5% auto;
}

div.img 	{
	width: 200px;
	height: 200px;
	float: left;
	padding: 0 10px 0 10px;
}

@media only screen and (max-width: 500px) {
	div.img	{
		width: 150px;
		height: 150px;
		float: left;
		padding: 0 5px 0 5px;
	}
}

img.center	{
	width: 100%;
	height: 100%;
	background-color: white;
    display: inline-block;
    border: 0px;
    border-radius: 15px 50px 30px;
}

img.center:hover	{
	opacity: .5;
}

div.footer	{
	width: 100%;
	text-align: center;
}

div.footer a 	{
	color: #000000;
	text-decoration: none;
}

div.footer p 	{
	color: #ff4d4d;
	font-weight: 900;
}