body {
	background-color: #567AA6;
}

.content {
	background-color: white;
	width: 95%;
	height: auto;
	border-radius: 5px;
	box-shadow: .5px .5px .5px gray;
}

header {
	text-align:center;
	background-color: white;
	padding-top: 10px;
}
.logo {
	margin-left: auto;
	margin-right: auto;
	max-width:480px;
	max-height:320px;
}
img {
	width: 90%;
	height: auto;
	border-radius: 5px;
	box-shadow: .5px .5px gray;
}

.statement {
	background-color: white;
	box-shadow: 1px gray;
	border-radius: 5px;
	background-color: #C0C0C0;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.statement > h3 {
	text-align: center;
}

a:hover {
	text-decoration: none;
}

.panel-group {
	padding-bottom: 20px;
}

.panel-default {
	box-shadow: 1px gray;
	border-radius: 5px 5px 5px 5px;
}

.panel-default > .panel-heading {
	background-color: #567AA6;
	color: white;
}

.panel-body {
	background-color: #C0C0C0;
	text-align: center;
	box-shadow: 1px gray;
}

hr {
	border-top: 2px solid #000000;
}

footer {
	text-align: center;
	color: white;
}
