/* 
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: "DharmaGothicRegular";
  src: url("../media/DharmaGothicE_Regular_R.otf");
}
@font-face {
  font-family: "DharmaGothicExtraLightItalic";
  src: url("../media/DharmaGothicE_ExLight_I.otf");
}
@font-face {
  font-family: "DharmaGothicLightItalic";
  src: url("../media/DharmaGothicE_Light_I.otf");
}
@font-face {
  font-family: "DharmaGothicLight";
  src: url("../media/DharmaGothicE_Light_R.otf");
}
@font-face {
  font-family: "KorolevLight";
  src: url("../media/Korolev\ W01\ Light.ttf");
}
img {
  margin: 0 auto;
  max-width: 100%;
  display: block;
}

.cover {
  padding-top: 100px;
  overflow: hidden;
  position: relative;
  height: 100%;
  margin-top: 60px;
  background: url("../media/web-asset-2.png") no-repeat;
  background-size: 55%;
  background-position: 62.5% 50%;
  background-position-y: 135%;
}
.bg {
  background-color: rgb(232, 222, 252);
}

.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: "DharmaGothicRegular";
  color: rgb(23, 14, 13);
  font-size: 12vw;
  position: absolute;
  margin-right: 0vw;
  margin-left: 20vw;
  top: 0.5em;
}
.subtitle {
  font-family: "DharmaGothicExtraLightItalic";
  color: rgb(23, 14, 13);
  font-size: 4vw;
  text-align: center;
  position: absolute;
  top: 4.5em;
  margin-right: 15vw;
  margin-left: 24.5vw;
}
.author {
  font-family: "DharmaGothicLight";
  font-size: 2vw;
  text-align: center;
  position: absolute;
  color: rgb(23, 14, 13);
  text-decoration: italic;
  top: 14em;
  margin-right: 15vw;
  margin-left: 40vw;
}

.pic1 {
  background: url("../media/web-asset-3.png");
  background-size: cover;
  width: 15px;
  height: 15px;
  border: none;
}
