
html {
	font-size:62.5%;
	box-sizing:border-box;
}

body {
	font-size:1.6px;
	font-size:1.6rem;
	font-weight:300;
	font-family:Verdana,Geneva,Arial,sans-serif;
	line-height:1.5;
	background-color:#eeeee4;
}

div {
	font-size:1.5rem;
	line-height:100%;
	text-align:center;
}

h2 {
	font-size:2.1rem;
	line-height:100%;
	text-align:left;
	margin:2%;
}

p {
	font-size:1.8rem;
	text-align:left;
	margin:0% 2% 0% 2%;
}

img {
	margin-top:5px;
	vertical-align:bottom;
	border:none;
	width:100%;
}

a {
 text-decoration:none;
 color:black;
}

.page {
	margin:0 auto;
	max-width:1200px;
}

.header {
	display:flex;
	flex-flow:row wrap;
	justify-content:right;
	align-items:center;
	margin-right: 2%;
}

.header_p {
	font-size:1.4rem;
	margin-right: 2%;
}

.header_p .pp {
	font-size:100%;
	margin-right: 2%;
}

.content {
	position: relative;
    top: 10px; left:0px;
	float: left;
	width: 80%;
	overflow: visible;
	background-color: #76b5c5;
	margin-bottom:5%;
	z-index: 998;
}

.cont6 {
	position: absolute;
	top: 180px; left:60%;
	float: right;
	width: 33%;
	overflow: visible;
	background-color: #e28743;
}

.footer {
	position: relative;
    top:0px; left:0px;
	float: left;
	overflow: visible;
	background-color: #eeeee4;
	margin-bottom:2%;
	width: 100%;
}

.footer_copy {
	font-size:1.4rem;
	color: black;
	text-align: center;
}
