body {
	max-width: 100%;
	min-height: 100%;
	background-color: #fff;
	overflow-y: auto;
	overflow-x: auto;
	font-family: Arial, sans-serif;
	font-size: 20px;
	color: #393939; /* #565656 */
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

header {
	background-image: url(files/background.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #fff;
	display: inline-block;
	text-align: center;
	width: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}

#logo-header {
	display: inline-block;
	height: 100px;
	margin-top: 20px;
}

.topnav {
	overflow: hidden;
	background-color: #565656;
}

.topnav a {
	float: left;
	color: #fff;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

.topnav a:hover {
	background-color: #fff;
	color: #565656;
}

.topnav a.active {
	background-color: #76ae43;
	color: #fff;
}

div.content {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	height: auto;
}

div.content a {
	text-decoration: none;
	color: #76ae43;
}

div.content a:hover {
	text-decoration: underline;
	color: #878988;
}

.image_left {
	float: left;
	margin-right: 15px;
}

.image_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	max-width: 100%;
}

.image_right {
	float: right;
	margin-left: 15px;
	max-width: 30%;
}

footer {
	bottom: 0;
	width: 100%;
	color: #fff;
	background: #76ae43;
	padding-top: 15px;
	padding-bottom: 35px;
}

footer p {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#footer_contact {
	margin-left: 30px;
	width: 40%;
	float: left;
}

#footer_contact a {
	text-decoration: none;
	color: #fff;
}

#footer_contact a:hover {
	text-decoration: none;
	color: #565656;
}

.footer_extra {
	font-size: 15px;
	color: #fff;
}

#partners img {
	height: 150px;
	width: auto;
	margin-top: 15px;
	margin-right: 15px;
	display: inline-block;
}

@media screen and (max-width: 768px) {
  #partners {
    display: none;
  }
	
	footer {
		padding-bottom: 250px;
		width: 100%;
	}
	
	#footer_contact {
	width: 100%;
  }
}