body {
    font-family: 'Montserrat';
    font-variant: 'Thin';
    background-image: url(img/random.png);
    overflow: hidden;
}

header {
}

h1 {
    font-size: 7em;
    font-weight: lighter;
    letter-spacing: 0.37em;
    text-align: center;   
    color: transparent;
    text-shadow: 0px 3px 0px rgba(153,153,153,0.3),
             0px 14px 10px rgba(0,0,0,0.15),
             0px 24px 2px rgba(0,0,0,0.1),
             0px 34px 30px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 0px rgba(153,153,153,0.3),
             0px 14px 10px rgba(0,0,0,0.15),
             0px 24px 2px rgba(0,0,0,0.1),
             0px 34px 30px rgba(0,0,0,0.1);
    width: 95%;
    padding-top: 0.2em;
    padding-bottom: 0.3em;
    padding-left: 5%;
    background-color: rgba(0,0,0,0.67);
    border-radius: 33px;
}

.outer {
  display: table;
  position: absolute;
  height: 97.5%;
  width: 98.5%;
  background-color:rgba(0, 0, 0, 0.9);
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
}

main p {
    text-align: center;
}

a.emaillink:link, a.emaillink:active {
    color: yellow;
    font-size: 1.4em;
    letter-spacing: 0.19em;
    text-decoration: none;
 }

a.emaillink:hover {
  font-weight: bolder;
}

.forritanemail {
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 7s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-duration: 2s;
  -moz-animation-delay: 11s;
  -moz-animation-iteration-count: infinite;
   animation-duration: 2s;
   animation-delay: 11s;
   animation-iteration-count: infinite;
}

.forritanheader_park {
  -webkit-animation-duration: 10.4s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-duration: 10.4s;
  -moz-animation-delay: 0.6s;
   animation-duration: 10.4s;
   animation-delay: 0.6s;
}