body {
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
}

a {
	color: #3571b8;
	text-decoration: none;
}

a:hover {
	color: #f89b1c;
	text-decoration: none
}

.icon_container {
	text-align: center;
}

.navigation {
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-bottom: -20pt;
    margin-top: 15pt;
}

.navigation li {
	float: left;
}

.active {
	background-color: #3b70b5;
}

.navigation li a {
	display: block;
    color: white;
    text-align: center;
    padding: 6px 16px;
    text-decoration: none;
}

.navigation li a:hover {
	background-color: #133145;
}

.icon {
	height: 50pt;
	width: 50pt;
	margin-left: 10pt;
	margin-right: 10pt;
	border-radius: 10pt;
	background-size: 50pt 50pt;
	float: left;
}

.left {
	margin-left: 130pt;
}

.right {
	margin-right: 130pt;
}
.icon:hover {
	border-width: 5pt;
	border-color: #f89b1c;
}

.facebook {
	background-image: url("/images/facebook.png");
}
.twitter {
	background-image: url("/images/twitter.png");
}
.instagram {
	background-image: url("/images/instagram.png");
}

.clear {
	clear: both;
}
.quote {
	background-image: url("/images/quote.jpg");
}

.description {
	margin-top: 40pt;
}

.big {
	font-size: 16pt;
	font-weight: heavy;
}

.bar {
	background-color: #163e57;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	padding-top: 20pt;
	padding-bottom: 20pt;
}

.description-line {
	height: 1pt;
	background-color: #eeeeee;
	width: 100%;
	margin-bottom: 40pt;
	margin-top: -10pt;
}

.content {
	margin-left: auto;
	margin-right: auto;
  	width: 550pt;
}

.inner-content {
	margin-left: 50pt;
	width: 450pt;
	margin-right: 50pt;
}

.header {

}

.footer {
	color: #999999;
	text-align: center;
	font-size: 10pt;
	margin-bottom: 40pt;
}

.line {
	height: 1pt;
	background-color: #eeeeee;
	width: 100%;
	margin-top: 40pt;
	margin-bottom: 40pt;
}