html,
body {
  height: 100%;
}

.cover-container {
  max-width: 42em;
}


/*
 * Header
 */
.masthead {
 
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}


/* NAV */
h1,h2,h3,h4,h5,h6 {
	font-family: 'Staatliches', cursive;	
}
h1 {
	font-size:1.8rem;	
}
p {
	color:#666;	
}
section#navigation {
	background:#06F;
	padding:15px 0;
	display: flex;
	width: 100%;
    height: fit-content;
}
.lang-select {
	position:absolute;
	right:15px;
	top:15px;
}
#flag {
	position:absolute;
}
#name {
	padding-left:45px;
	font-family: 'Staatliches', cursive;
	font-size: 28px;	
}
.logo #flag {
	height:40px;
	width:40px;
	background-size:cover;
	border-radius:30px;
	border:1px solid #fff;	
}
.hidden {
	display:none;
	visibility:hidden;	
}
.dropdown-toggle {
	background:#0058de;
	border:1px solid #257bff;
	font-size:12px;	
}
.dropdown-item {
	text-shadow:none;
}
.dropdown-menu.show {
	left:-90px;	
}
a .brand {
	color:#fff;	
}
a:hover {
	text-decoration:none;
}
section#desc {
	background:#fff;
	padding:30px 0;
}
section#listing {
	background:#eee;
}
section#footer {
	background:#3C3C3C;
	padding:30px 0;
	font-size:12px;
}
section#copyright {
	background:#000;
	padding:30px 0;
	font-size:11px;
}
iframe {
	border:0;
	width:100%;	
}
#iframe {
	background:url(/images/white-triangle.svg) top center no-repeat;
	padding-top:20px;
}
.text-white p {
	color:#fff;	
}