body{ 
	background-color:#bec6c1;
	font-family: "poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
}
a { color:#d12b22;}
img{ max-width:100%; height: auto;}
h1, h2{ font-size: 2em;} 
h3{ font-size: 1.5em;} 
.Row{ max-width:1500px; margin:0 auto;}
.Logo{ float: right; max-width: 150px; margin-top:10px; }

.Header, .Wrapper{ width:100%; display: inline-block;}
.Label{ width:70%; margin:0 auto; margin-top:150px;}
.contact{margin:0 auto; margin-top:150px; }

@media screen and (max-width: 700px) { 
	h1, h2{ font-size: 1em;} 
	h3{ font-size: 0.9em;}
	.Label{  margin-top:75px;}
	.contact{margin-top:75px; }
}