html, body {
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: 100;
}

.wrap {
	max-width: 800px;
	margin: 0 auto;
}

#header-logo {
	background-image: url('../images/logo_avalon_wit.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	width: 262px;
	height: 122px;
	margin: 50px auto;
	padding: 0;
}

#header-logo span {
	display: none;
}

#section-foto {
	max-width: 90%;
}

#section-foto .masked-foto {
	background-image: url('../images/foto-01.jpg');
	height: 40vh;
	margin: 100px 0;
}

#section-info address {
	font-style: normal;
}

#section-info dl {
	position: relative;
	margin: 0;
	padding: 0;
}

#section-info dt {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
}

#section-info dd {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
}

footer {
	margin: 100px 0 0 0;
}

footer .foto {
	width: 50%;
	padding-bottom: 30%;
	float: left;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

footer .foto:nth-of-type(1){
	background-image: url('../images/foto-02.jpg');
}
footer .foto:nth-of-type(2){
	background-image: url('../images/foto-03.jpg');
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.wrap:after,
section:after,
#section-info dl:after,
footer:after {
	content: '';
	display: block;
	clear: both;
}

.col-left {
	float: left;
	width: 50%;
}

.col-right {
	float: right;
	width: 50%;
}

.masked-foto {
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.masked-foto:before {
	content: '';
	display: block;
	background-image: url('../images/image-mask.png');
	height: 100%;
	width: 100%;
	position: absolute;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: contain;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
}