@charset 'utf-8';

body {
  background: #363f48;
  font-family: sans-serif;
  font-size: 12pt;
  font-weight: 300;
  line-height: 1.75em;
  color: #ffffff;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  outline: none;
  pointer-events: auto;
  transition: color 0.3s ease;
}

#mute {
  display: inline-block;
  text-align: left;
  width: 1em;
  color: #ffffff;
  padding: 20px 0;
  line-height: 1.75em;
  font-size: 99%;
  cursor: pointer;
}

#lang {
  display: inline-block;
  text-align: right;
  padding: 20px 30px;
  line-height: 1.75em;
  font-family: 'Ubuntu', sans-serif;
}

#title {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-content: space-around;
  margin: 0 auto;
}

#icon {
  display: block;
  width: 12vw;
  height: auto;
  min-width: 120px;
  margin: 20px;
}

#text {
  display: block;
  margin: 0 1vw;
  width: 35vw;
  min-width: 400px;
}

#text #catch {
  display: block;
  font-size: 16pt;
  color: #b1b6bc;
  white-space: nowrap
}

#text #logo {
  display: block;
  margin: 2vw auto 0 auto;
  width: 90%;
  height: auto;
}

#badges {
  display: block;
  margin: 20px;
}

.badge {
  display: block;
  width: 135px;
  height: 40px;
  margin: 10px;
}

header > span {
  color: #b1b6bc;
}

header #selected {
  color: #ffffff;
}

header a:hover {
  color: #ffffff;
}

nav {
  display: block;
  margin: 20px 0 40px 0;
  font-size: 16pt;
  white-space: nowrap;
}

nav li {
  display: inline;
  margin: 0 2vw;
}

nav li a:hover {
  color: #83d3a4;
}

#video {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
}

video {
  width: 100%;
  height: auto;
}

footer {
  display: block;
  color: #5e656d;
  font-family: 'Ubuntu', sans-serif;
}