@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@font-face {
  font-family: 'more';
  src: url('font/more');
  src: url('font/more.eot?#iefix') format('embedded-opentype'), url('font/more.woff') format('woff'), url('font/more.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  padding: 3em 2em;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1em;
  margin: 0;
  padding: 0;
  line-height: 1;
  background: #111111;
}
.pen {
  width: 100%;
  
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-animation: 1s appear 1 forwards;
  -moz-animation: 1s appear 1 forwards;
  -o-animation: 1s appear 1 forwards;
  animation: 1s appear 1 forwards;
}
.credit {
  display: block;
  max-width: 400px;
  text-align: center;
  margin: 150px auto 0;
  padding: 0;
  font-size: 0.8em;
  color: #f0f0f0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.9);
}
.credit p a,
.credit a {
  color: white;
  text-decoration: none;
  font-weight: 700;
}
.credit p a:hover,
.credit a:hover,
.credit p a:active,
.credit a:active {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
  color: white;
}
.credit p a.button,
.credit a.button {
  padding: 6px 12px;
  margin-top: 10px;
  background: #000000;
  border-radius: 3px;
}
.credit p a.button:hover,
.credit a.button:hover {
  background: #2b2b2b;
}
.credit p:last-of-type {
  margin-bottom: 30px;
}
.stage {
  max-width: 100%;
  width: 100%;
  height: 73vh;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.element a{
  text-decoration: none;
  text-align: center;

}
.element span{

  position: absolute;
  left: 10%;
  right: 10%;
  text-decoration: none;
  margin-top: 65vh;
  text-align: center;
  background: #8b2996;
  color: white;
  font-size: 20px;
  font-weight: 900;
  padding: 15px 20px;
  border-radius: 10px;
}
.element p{
  position: absolute;
  left: 10%;
  right: 10%;
  text-decoration: none;
  margin-top: 65vh;
  text-align: center;
  background: #ffffff !important;
  color: #8b2996 !important;
  font-size: 20px;
  font-weight: 900;
  padding: 15px 20px;
  border-radius: 10px;
}
.element {
  text-align: center;
  background: green;
  width: 48%;
  -webkit-transform-origin: 50% 50%;
  height: inherit;
  margin: 0 7px 0 0;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}



.element:last-of-type {
  margin: 0;
}
@media only screen and (min-width: 701px) {
  .pen {
    max-width: 90%;
    margin: 50px auto 0;
  }

  .element.franklin {
    background: url('img/franklin.jpeg') 50% 0 no-repeat;
    background-size: cover;
  }
  .element.michael {
    background: url('img/michael.jpeg') 50% 0 no-repeat;
    background-size: cover;
  }
  .element.trevor {
    background: url('img/trevor.jpeg') 50% 0 no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 700px) {
  .element.franklin {
    background: url('img/003.jpg') 50% 0 no-repeat;
    background-size: cover;
  }
  .element.michael {
    background: url('img/002.jpg') 50% 0 no-repeat;
    background-size: cover;
  }
  .element.trevor {
    background: url('img/001.jpg') 50% 0 no-repeat;
    background-size: cover;
  }
  .pen {
    max-width: 100% !important;
    margin: 11px auto 0;
  }
  .element {
    width: 48%;
  }
 
  
  .stage {
    max-width: 100%;
  }
}
@-webkit-keyframes appear {
  15% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes appear {
  15% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes appear {
  15% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appear {
  15% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
