/* 
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: 'Perpetua Bold';
  src: url("../media/PERB.TTF");
}
@font-face {
  font-family: 'Perpetua';
  src: url("../media/PER.TTF");
}
@font-face {
  font-family: 'Perpetua Bold Italic';
  src: url("../media/PERBI.TTF");
}
@font-face {
  font-family: 'Perpetua Italic';
  src: url("../media/PERI.TTF");  
}
@font-face {
  font-family: 'Sitka';
  src: url("../media/SITKA.TTC");
}

img {
  margin: 0 auto;
  max-width: 100%;
  display: block;
}

.cover {
  padding-top: 90px;
  overflow: hidden;
  position: relative;
  height: 100%;
  background: url("../media/img.png") no-repeat;
  margin-top: 100px;
  background-size: 100%;
}
.green {
  background-color: rgb(10, 10, 10);

}

.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 #ffc906;
}
@media (max-width: 765px) {
  .cover {
    height: auto;
  }
}
.title {
  color: rgb(223, 208, 33);
  font-family: 'Perpetua Bold';
  font-size: 7vw;
  position: absolute;
  margin-left: 7.4vw;
  top: 0.5em;

}
.subtitle {
  font-family: 'Perpetua Bold Italic';
  font-size: 2vw;
  text-align: center;
  position: absolute;
  top: 4.9em;
  margin-left: 7.5vw;
  color: rgb(223, 208, 33);
  /*left: 17em;*/
}
.author {
  font-family: 'Perpetua';
  font-size: 2vw;
  text-align: center;
  position: absolute;
  color: rgb(223, 208, 33);
  text-decoration: italic;
  top: 7em;
  left: 3.8em;
}

.author i {

  font-family: 'Perpetua Italic';

}

*/
