@import url(https://fonts.googleapis.com/css?family=Lobster+Two:400,400italic);
@import url('https://fonts.googleapis.com/css?family=Quicksand');

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

html, body {
  min-height: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.background-image {
  width: 110%;
  height: 110%;
  left: 0;
  top: 0;
  position: absolute;
  background: url('../images/bolt-bg.png') repeat;
}

/* Not needed styles */

h1 {
  margin: 0;
  padding: 0;
  text-align: center;
  pointer-events: none;
  white-space: nowrap;
  font-family: 'Lobster Two', cursive;
  font-style: italic;
  z-index: 9;
  font-size: 100px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%,-50%,0);
          transform: translate3d(-50%,-50%,0);
}
h5 {
  margin: 0;
  padding: 0;
  text-align: center;
  pointer-events: none;
  white-space: nowrap;
  font-family: 'Quicksand', sans-serif;
  font-style: italic;
  z-index: 9;
  font-size: 30px;
  color: white;
  position: absolute;
  top: 78%;
  left: 50%;
  -webkit-transform: translate3d(-50%,-50%,0);
          transform: translate3d(-50%,-50%,0);
}
test {
  margin: 0;
  padding: 0;
  text-align: center;
  pointer-events: none;
  white-space: nowrap;
  font-family: 'Quicksand', sans-serif;
  font-style: italic;
  z-index: 9;
  font-size: 30px;
  color: white;
  position: absolute;
  top: 78%;
  left: 50%;
  -webkit-transform: translate3d(-50%,-50%,0);
          transform: translate3d(-50%,-50%,0);
}
p {
      margin: 0;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  font-family: 'Quicksand', sans-serif;
  font-style: italic;
  z-index: 9;
  font-size: 30px;
  color: white;
  position: absolute;
  top: 78%;
  left: 50%;
  -webkit-transform: translate3d(-50%,-50%,0);
          transform: translate3d(-50%,-50%,0);
}
a { color: #f9a669}
a:link  { color: #f9a669 !important;}
a:hover { color: #f26c51 !important;}
a:hover { color: #f26c51 !important;}
a:active { color: #f9a669 !important;}
    