* {
	box-sizing: border-box;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	padding-top: 75px;
}

h1 {
	color: #5F6527;
	font-family: 'adobe-garamond-pro', serif;
	font-weight: normal;
	font-size: 25pt;
	line-height: 1.2;
	margin: 0;
}
p {
	color: #404040;
	font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
	font-size: 11pt;
	line-height: 1.3;
}

.background {
	background-image: url('img/aer-8.JPG');
	background-size: cover;
	background-position: 50% 50%;
	height: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}
.background:after {
	background-color: rgba(0,0,0,0.4);
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 0;
}
.logo {
	background-image: url('img/logo-wit.png');
	background-image: url('img/logo-wit.svg');
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 200px;
	margin-bottom: 100px;
	width: 100%;
}
.auberge-en-route, .event {
	background-color: rgba(255,255,255,0.8);
	border-radius: 10px;
	padding: 50px 20px;
	margin: 50px auto;
	max-width: 768px;
	text-align: center;
	width: 100%;
}
.btn {
	background-color: transparent;
	border: thin solid #5F6527;
	color: #5F6527;
	display: inline-block;
	font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
	font-size: 11pt;
	margin: 20px;
	padding: 10px 20px;
	text-decoration: none;
}
.btn:hover {
	background-color: #5F6527;
	border: 1px solid transparent;
	color: #fff;
}
