html,
body {
	height: 100%;
}

body {
	font-size: 16px;
	font-family: sans-serif;
	color: #221e1f;
	margin: 0;
		background: url(../img/bg.jpg) no-repeat center center;
	background-size: cover;
	height: 100%;
	max-width: 960px;
	margin: 0 auto;
	
}

header {
	margin-top: 20px;
}
.content {

	padding: 2rem 2%;
}

.section {
    border-radius: 2px;
    padding: 1% 5%;
	background-color: rgba(255,255,255,0.8);

}

.list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

.list > li {
	margin-left: 1%;
	margin-bottom: 10px;
}

.link_out {
	position: relative;
	color: #e0712f;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;

}
.link_out:after {
	/*content: "";
	display: inline-block;
	margin-left: 5px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #000;*/

}
.link_out:hover {
	text-decoration: underline;
}

.heading.branding {
	display: block;
	text-indent: -100000px;
	margin: 0;
	background: url(../img/wheninbarcelona_logo.png) no-repeat center center;
	background-size: 100%;
	padding: 30% 0 0;
	overflow: hidden;

}

.heading {
	font-size: 1.2rem;
}