@font-face {
  font-family: "boecklinsUniverse";
  src: url("fonts/boecklins_universe.ttf");
}

@font-face {
  font-family: "massiveRetal";
  src: url("fonts/massive_retaliation.otf");
}

@font-face {
  font-family: "fantaisieArt";
  src: url("fonts/fantaisie_artistique.ttf");
}

@font-face {
  font-family: "dreamOrphans";
  src: url("fonts/dream_orphans_bd.otf");
  font-weight: bold;
  src: url("fonts/dream_orphans_bd_it.otf");
  src: url("fonts/dream_orphans_it.otf");
  src: url("fonts/dream_orphans.otf");
}

body {
  background-color: #fff7ee;
  width: 100%;
  font-size: 100%;
}

header {
  text-align: center;
  background-color: #fff7ee;
}

#cover {
  position: relative;
}

#cover img {
  height: auto;
  width: 60%;
  opacity: 0.85;
  z-index: -15;
  margin-bottom: 0;
  padding-bottom: 0.5%;
}

#title {
  font-family: boecklinsUniverse, Papyrus, Courier;
  padding: 0;
  margin: 0;
  color: #b85e46;
  text-shadow: 3px 4px #58211e;
  font-size: 5.5vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-52%, 200%);
}

nav ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  padding: 0;
  margin: auto;
  background-color: #FFECD7;
  width: 80%;
}

nav li {
  height: 100%;
  font-family: fantaisieArt, Georgia, 'Times New Roman', Times, serif;
  font-size: 2em;
}

nav a {
  width: 20%;
  padding: 2.5% 0;
  text-decoration: none;
  color: #58211e;
}

nav li:hover {
  background-color: #FFD4A3;
  cursor: default;
}

#homeNav {
  background-color: #BED5FF;
}

main {
  background-color: #BED5FF;
  width: 80%;
  height: 100%;
  display: block;
  margin: 0 auto;
  padding: 3% 0;
}

#newVid {
  text-align: center;
  padding: 8% 0;
  margin: auto;
  width: 80%;
  background-image: url("pics/new_vid_back.png");
  background-size: cover;
  background-position: center;
  border-radius: 12.5%;
}

#newVid h3 {
  font-family: massiveRetal, Papyrus, Georgia;
  font-size: 2.5em;
  color: #b3d9e0;
  text-shadow: 3px 4px #28536B;
  margin: 0;
}

#newVidImg {
  width: 55%;
  margin: 0;
  padding: 0;
  transition: transform .5s;
}

#newVidImg:hover {
  transform: scale(0.9);
}

#newVid figcaption {
  font-family: dreamOrphans, Verdana, Tahoma, sans-serif;
  font-weight: bold;
  font-size: 1.05em;
  margin: 0;
}