body {
  background-color: #e2d3d3;
  background-image: url("../resources/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}
h1 {
  font-family: "Dosis", sans-serif;
  padding: 0;
  margin: 0;
}
p {
  font-family: "Dosis", sans-serif;
  color: #111;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  color: #111;
  padding: 0;
  margin: 0;
}
#overlay {
  font-family: "Dosis", sans-serif;
  font-weight: 200;
  font-size: 7em;
  margin: 0.2em 0.5em;
  position: fixed;
  right: 0;
  top: 0;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
  z-index: 10;
}
video#bgvid {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  z-index: 2;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
}
video#fullvid {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-size: cover;
}
@media (orientation: landscape) {
  #bgvid {
    width: 100%;
  }
}
@media (orientation: portrait) {
  #bgvid {
    height: 100%;
  }
}
#playbutton {
  background-color: transparent;
  color: transparent;
  border: none;
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1000;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#playbutton div {
  border: none;
  border-style: outset;
  background-color: transparent;
  color: transparent;
}
#playbutton div:active,
#playbutton div :focus,
#playbutton div :hover {
  border: none;
  border-style: outset;
  background-color: transparent;
  color: transparent;
}
.youtubecover {
  z-index: 5;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.youtube {
  position: fixed;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin-right: auto;
  margin-left: auto;
}
.youtubeholder {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 1067px;
  height: 600;
  margin-left: -533px;
  margin-top: -300px;
}
.copyright {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  text-decoration: none;
  z-index: 10;
}
.copyright p {
  text-decoration: none;
  font-size: 2vh;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
