#logo {
	margin-left: 0px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	height: 226px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: URL(images/logo_2017_lined_220.png);
	background-color: #ecfa64;
}

ul {
	list-style-type:none;
}

li {
	color: #ecfa64;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	background-color: #046600;
	padding: 10px 10px;
	margin: 10px;
   text-decoration: none;
   border-radius: 10px 10px 10px 10px;
   list-style: none;
}

a {
	color: #ecfa64;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
}

article {
	font-family: 'Dosis', sans-serif;
	text-align: justify;
	color: #046600;
	margin: 2px;
}

h1 {
	font-family: 'Dosis', sans-serif;
	color: #046600;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
}

h2 {
	font-family: 'Dosis', sans-serif;
	color: #046600;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	margin-left: 10px;
	margin-top: 15px;
}

h3 {
	font-family: 'Dosis', sans-serif;
	color: #046600;
	text-align: left;
	font-size: 12px;
	text-transform: capitalize;
	text-align: left;
	margin-left: 10px;
}

p {
	font-family: 'Dosis', sans-serif;
	color: #046600;
	margin: 3px;
}

footer {
	font-family: 'Dosis', sans-serif;
	font-weight: 200;
	font-size: 11px;
	background-color: #ecfa64;
	margin-top: 80px;
}