body
{
	background-color: #E3E3E3;
	font-family: 'Lato', sans-serif;
	font-size: 20 px;
	margin: 0 !important;
}
#wrapper
{
	width: 100%;
}
#header
{
	
}
#navi
{
	display: inline-block;
	width: 100%;
	background-color: #C1D5DB;
	padding: 5px 0px 5px 0px;
	text-color: white;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #B8BFC2;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CFD1D1;
}
#content
{
	background-color: white;
	padding-top: 30px;
	padding-bottom: 60px;
}
#container
{
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	color: #4B4C4D;
	text-align: justify;
    text-justify: inter-word;
	line-height: 1.5em;
}
#footer
{
	background-color: gray;
	font-size: 0.8em;
	text-align: center;
	color: #DCE1E3;
	padding-top: 15px;
	padding-bottom: 20px;
	letter-spacing: 3px;
}
#logo
{
	float: left;
	margin-top: 15px;
	margin-left: 20px;
}
ol
{
	float: left;
	list-style-type: none;
	display: inline-block;
}
ol > li
{
	float: left;
	width: 220px;
	height: 35px;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 1px;
}
ol > li:first-child
{
	width: 180px;
	margin-left: -10px;
}

ol > li:hover
{
	cursor: pointer;
}
ol a
{
	text-decoration: none;
	color: #2D2E2E;
	line-height: 200%;
	display: inline-block;
	width: 200px;
	height: 35px;
}
ol > li > a:hover
{
	color: white;
}
#container a
{
	text-decoration: none;
	font-weight: bold;
	color: #55708A;
}
@media screen and (max-width: 900px)
{
	body {
		font-size: 15px;
	}
	#navi {
		padding: 3px 0px 3px 0px;
	}
	#logo {
		float: none;
		margin: 3px, 3px, 3px, 3px;
	}
	#logo img {
		margin-left: 25;
		margin-right: auto;
	}
	ol {
		float: none;
	}
	ol > li {
		float: none;
		width: auto;
		height: 25px;
		margin: 3px, 3px, 3px 3px;
	}
	ol a {
		width: auto;
		height: 25px;
	}
	#container {
		width: 80%;
		margin: 5px, 5px,5px, 5px;
	}
}



