/* 
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: "RobotCrush";
  src: url("../media/Robot\ Crush.ttf");
}
@font-face {
  font-family: "Belgrado";
  src: url("../media/Belgrado.ttf");
}
@font-face {
  font-family: "MadeEvolve";
  src: url("../media/MadeEvolve.otf");
}
img {
  margin: 0 auto;
  max-width: 100%;
  display: block;
}

.cover {
  padding-top: 100px;
  overflow: hidden;
  position: relative;
  height: 100%;
  margin-top: 0px;
  background: url("../media/featureillustration.PNG") no-repeat;
  background-size: 60%;
  background-position: 100% 10%;
}
.bg {
  background-color: #5c0b34;
}

.bkpic {
  max-height: 100%;
  max-width: 100%;
}
.filler {
  height: 40vw;
  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: "RobotCrush";
  color: rgb(245, 175, 183);
  font-size: 7vw;
  position: absolute;
  margin-right: 40vw;
  margin-left: 5vw;
  top: 1em;
}
.subtitle {
  font-family: "Belgrado";
  color: rgb(251, 219, 229);
  font-size: 2.5vw;
  text-align: left;
  position: absolute;
  top: 10em;
  margin-right: 45vw;
  margin-left: 5vw;
}
.author {
  font-family: "Belgrado";
  font-size: 2vw;
  text-align: center;
  position: absolute;
  color: rgb(245, 175, 183);
  text-decoration: italic;
  top: 17em;
  margin-right: 45vw;
  margin-left: 5vw;
}

.image2 {
  width: 40%;
  float: left;
  padding-right: 15px;
}

.image3 {
  width: 30%;
  float: right;
  padding-left: 15px;
}