html, body {
  font-family: 'Oswald';
  color: #fff;
  height: 100%;
  font-size: 13px;
  background-color: #E35252;
}

#wrapper {
  height: 100%;
  width: 100%;
  display: table;
  text-align: center;
}

#content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

h1 {
  font-size: 8em;
  line-height: 1em;
  color: #fff;
  letter-spacing: -0.03em;
  border-bottom: none;
  margin-bottom: .5em;
  text-transform: uppercase;
  position: relative;
  top: -20px;
}

footer {
  position: absolute;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  right: 20px;
  top: 10px;
}

/*iframe {
  position: absolute;
}*/

iframe.twitter-share-button {
  position: absolute !important;
  top: 10px;
  left: 10px;
}

.social {
  position: absolute;
  top: 10px;
  left: 10px;
  
}

.fb-share-button {
  position: absolute;
  top: 40px;
  left: 10px;
}

p {
  line-height: 1.8em;
  margin-top: 0;
  margin-bottom: 0;
}

p a {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  padding-bottom: 1px;
  -webkit-transition: color .31s ease-in-out;
  text-decoration: none;
  
}

p a:hover {
  color: rgba(255, 255, 255, .75);
}



.line-1,
.line-2,
.line-3,
.line-4,
.line-5
 {
  display: none;
}


.show-line-1 .line-1 {
  display: inline;
}

.show-line-2 .line-2 {
  display: inline;
}

.show-line-3 .line-3 {
  display: inline;
}

.show-line-4 .line-4 {
  display: inline;
}

.show-line-5 .line-5 {
  display: inline;
}