/* 
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: "printf";
  src: url("../media/PRINTF.otf");
}
@font-face {
  font-family: "courier";
  src: url("../media/CourierStd\(body\ text\).otf");
}
@font-face {
  font-family: "typeka";
  src: url("../media/Typeka.otf");
}
@font-face {
  font-family: "oblique";
  src: url("../media/CourierStd-Oblique\(for\ caption\).otf");
}

img {
  margin: 0 auto;
  max-width: 100%;
  display: block;
}

.cover {
  padding-top: 100px;
  overflow: hidden;
  position: relative;
  height: 100%;
  margin-top: 10px;
  background: url("../media/doggy.png") no-repeat;
  background-size: 35%;
  background-position: 90% 40%;
}
.bg {
  background-color: rgb(255, 255, 255);
}

.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 {
  font-family: "printf";
  color: rgb(0, 0, 0);
  font-size: 6.5vw;
  position: absolute;
  margin-right: 40vw;
  margin-left: 5vw;
  top: 1.5em;
}
.subtitle {
  font-family: "typeka";
  color: rgb(0, 0, 0);
  font-size: 3vw;
  text-align: left;
  position: absolute;
  top: 8.5em;
  margin-right: 45vw;
  margin-left: 5.2vw;
}
.author {
  font-family: "courier";
  font-size: 2vw;
  text-align: center;
  position: absolute;
  color: rgb(0, 0, 0);
  text-decoration: italic;
  top: 17.5em;
  margin-right: 45vw;
  margin-left: 5vw;
}

figure {
  padding: 10px;
  margin: auto;
}

figcaption {
  color: rgb(0, 0, 0);
  font-family: "oblique";
  padding: 2px;
  text-align: center;
}
