* {
	box-sizing: border-box;
  }
body {
	background-color: #d2edf2;
	font-family: 'Trebuchet MS';
	margin: 0;
	padding: 0;
	border: 0;
}
.wrapper {
	width: 100%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}
header {
	height: auto;
	width:100%;
	background: #00b297;
	color: #d2edf2;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}
.header_fb{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.logo {
	margin-left: 1%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url("resources/small-MF.png");
	width: 409px;
  	height: 200px;
	background-repeat: no-repeat;
	background-size: 75%;
	background-position: center center;
}

.header_text {
	text-align: center;
	font-size: 20px;
	/*flex-grow: 1.5;*/
}
.buffer {
	height: 200px;
	width: 409px;
	margin-right: 1%;
}

.header_nav_bg {
	height: 40px;
	background: #005c4e;
}
.header_nav {
	height: 40px;
	max-width: 1260px;
	margin: 0 auto;
}
.header_nav ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	list-style-type: none;
	align-content: stretch;
	margin: 0;
	padding: 0;
	border: 0;
	padding-top: 5px;
}
.header_nav ul > li > a {
	color: #d2edf2;
	padding: 0.5rem;
	font-weight: 500;
	font-size: 1.30rem;
	text-decoration: none;
}

main {
	padding: 20px;
}
section {
	text-align: center;
	width:50%;
	margin-left: 25%;
  
}
footer{
	height: 70px;
	width:100%;
	background: #00b297;
	color: #d2edf2;
	text-align: center;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}
.footer_nav {
	height: 40px;
	max-width: 630px;
	margin: 0 auto;
}
.footer_nav ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	list-style-type: none;
	align-content: stretch;
	margin: 0;
	padding: 0;
	border: 0;
	padding-top: 10px;
}
.footer_nav ul > li > a {
	color: #d2edf2;
	padding: 0.5rem;
	font-weight: 500;
	text-decoration: none;
}
.cs {
	width: 100%;
	text-align: center;
}
.temp{
	background-image: url("resources/med-MF.png");
	width: 817px;
  	height: 510px;
	background-size: 75%;
}
	