header.masthead {
	background-image: url("../img/day2-0005_web.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 40%;
	margin-top: 62px;
}
header.masthead .masthead-content .masthead-heading,
header.masthead .masthead-content .masthead-subheading {
	text-shadow: 0px 0px 30px rgba(0,0,0,0.85);
}
section .container ul {
	list-style-type: none;
}
section .container ul li {
	position: relative;
	padding-left: 20px;
	padding-bottom: 12px;
}
section .container ul li::before {
	content: "»";
	position: absolute;
	left: -1rem;
}
.navbar-nav {
	flex-direction: row;
}
.flag {
	width: 32px;
	height: 24px;
	display: inline-block;
	margin-right: 20px;
	position: relative;
	box-sizing: border-box;
}
.flag.active {
	border: 1px solid rgba(200, 200, 200, 1);
}

.flag::before,
.flag::after {
	content: "";
	display: block;
	position: absolute;
}

.flag.de {
	background-color: #ff0000;	
}
.flag.de::before,
.flag.de::after {
	height: 33.332%;
	left: 0;
	right: 0;
}
.flag.de::before {
	background-color: #000000;
	top: 0;
}
.flag.de::after {
	background-color: #ffcc00;
	bottom: 0;
}

.flag.fr {
	background-color: #ffffff;	
}
.flag.fr::before,
.flag.fr::after {
	height: 100%;
	width: 33.332%;
	top: 0;
	bottom: 0;
}
.flag.fr::before {
	background-color: #0055a4;
	left: 0;
}
.flag.fr::after {
	background-color: #ef4531;
	right: 0;
}

.flag.it {
	background-color: #ffffff;	
}
.flag.it::before,
.flag.it::after {
	height: 100%;
	width: 33.332%;
	top: 0;
	bottom: 0;
}
.flag.it::before {
	background-color: #009246;
	left: 0;
}
.flag.it::after {
	background-color: #ce2b37;
	right: 0;
}
