body {
  background: url(images/body-bg.jpg);
  color: #a9a9a9;
}

div.navbar {
  margin-top: 10px;
}

div.page {
  background: url(images/container-bg.jpg);
  padding: 60px;
}

div.footer {
  margin: 50px 0;
}
div.footer img {
  opacity: 0.2;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

img.lang-icon {
  width: 28px;
  height: 18px;
  border: 1px dotted black;
}
