.header {
  text-align: center;
  background: #ffffff;
  color: #000000;
  font-size: 15px;
  font-family: 'Andada';
}

h1 {
  font-size: 2em;
  margin-top: 25px;
  margin-bottom: 0px;
  color: black;
}

h2 {
  font-size: 1.3em;
  margin-top: 3px;
  margin-bottom: 1px;
}

a {
  text-decoration: none;
  color: black;
  }

.nav {
  list-style: none;
  margin: 0;
  padding: 20px;
  text-align: center;
}

.nav li {
  display: inline;
}

.nav a {
  display: inline-block;
  text-decoration: none;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  font-family: 'Metrophobic', sans-serif;
  font-size: 14px;
}

.cu {
  font-weight: bold;
  color: black;
}

.ot {
  color: grey;
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

hr {
  margin-top: 15px;
  height: 1px;
  background-color: grey;
  border: none;
}

.fa {
  padding: 3px;
  font-size: 30px;
  width: 17px;
  text-align: center;
  text-decoration: none;
    background: #000000;
  color: white;
}

.fa:hover {
  opacity: 0.7;
}

.max-width {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.copyright {
  text-align: center;
  font-size: 10px;
  color: #000000;
  padding-top: 20px;
  font-family: 'Andada';
}

.about {
margin-left: 20%;
margin-right: 20%;
font-size: calc(13px + 0.4vw);
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.email {
margin-left: 20%;
margin-right: 20%;
font-size: calc(13px + 0.4vw);
text-align: center;
}