@charset "utf-8";
@import url('https//fonts.googleapis.com/css?family=Raleway:400,400i,600,600i,700,700i&display=swap');

body {
	font-family: 'Raleway', sans-serif;
}

header {
	padding: 16px;
}

.logo {
	font-size: 96px;
	color: #e2f0e5;
	font-weight: 300;
	text-align: center;
	margin-bottom: -124px;
}

.menu {
	width: 75%;
	margin:0 auto;
	max-width: 600px;
}

.encart {
	width: 75%;
	margin:0 auto;
	background-color: #f2f2f2;
	padding: 16px;
	max-width: 600px;
}

h1 {
	font-size: 48px;
	color: #000;
	font-weight: 300;
	text-align: center;

}

h2 {
	text-align: center;
	color: #000;
	font-weight: 300;
	font-size: 16px;
}

p {
	font-size: 14px;
	line-height: 140%;
}

a {
	color: #22b573;
	text-decoration: underline dotted #22b573;
}

a:hover {
	text-decoration: line-through dotted;
	cursor: crosshair;
}

@media screen and (max-width:768px) {
	h1 {
		font-size:35px;
	} 

	.encart {
	margin-bottom: 25px;

}