@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: pointer;
}

#shopNav {
  background-color: #fca9aa;
}

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