/* 
CUSTOM STYLESHEET 
Add all custom styles here, provided is an example from a previous feature
but feel free to delete everything and use your creativity
*/

@font-face {
  font-family: "Palisander";
  src: url("../media/Palisander\ Regular.ttf");
}
@font-face {
  font-family: "Frutiger";
  src: url("../media/FrutigerLTStd-Bold.otf");
}
@font-face {
  font-family: "Minion";
  src: url("../media/Minion\ Pro\ Regular.ttf");
}
img {
  margin: 0 auto;
  max-width: 100%;
  display: block;
}

.cover {
  padding-top: 100px;
  overflow: hidden;
  position: relative;
  height: 120%;
  margin-top: 10px;
  background-size: 50%;
  background-position: 10% 100%;
}
.bg {
  background-color: #d2c9df;
}

.bkpic {
  max-height: 100%;
  max-width: 100%;
}
.filler {
  height: 50vw;
  opacity: 0;
  background-color: black;
}
.pull {
  font-family: gill-sans-bold;
  color: white;
  font-style: italic;
}

.pull p {
  font-size: 25pt;
  margin: 0;
  text-shadow: 0px 0px 3px #c73c1a;
}
@media (max-width: 765px) {
  .cover {
    height: auto;
  }
}
.title {
  font-family: "New Order Bold";
  color: #46194f;
  font-size: 6vw;
  position: absolute;
  text-align: center;
  margin-right: 5vw;
  margin-left: 5vw;
  top: 1em;
}
.subtitle {
  font-family: "Acumin Pro Condensed Bold Italic";
  color: #704177;
  font-size: 3.5vw;
  text-align: right;
  position: absolute;
  top: 7.5em;
  margin-right: 5vw;
  margin-left: 58vw;
}
.author {
  font-family: "AvenirLTStd-Book";
  font-size: 2vw;
  text-align: center;
  position: absolute;
  color: #472866;
  text-decoration: italic;
  top: 22em;
  margin-right: 5vw;
  margin-left: 65vw;
}
