html,body,div,iframe,h1,h2,h3,h4,h5,h6,p,img {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  text-decoration: none;
}

#titles {
  display: none;
}

p {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

body {
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  background-color: #000000;
  font-family: 'Roboto', sans-serif;
}

button {
  font-size: 17px;
  font-family: 'Arial', sans-serif;
  outline: 0;
}

.background {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  z-index: -5;
  max-width: none !important;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  transform-origin: 0px 0px;
  -webkit-animation: bgMove 75s infinite;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: bgMove 75s infinite;
  /* Firefox < 16 */
  -ms-animation: bgMove 75s infinite;
  /* Internet Explorer */
  -o-animation: bgMove 75s infinite;
  /* Opera < 12.1 */
  animation: bgMove 75s infinite;
}

@keyframes bgMove {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0) scale(1.0);
  }

  50% {
    transform: matrix(1, 0, 0, 1, 0, 0) scale(1.3);
  }

  100% {
    transform: matrix(1, 0, 0, 1, 0, 0) scale(1.0);
  }
}

/* Firefox < 16 */

@-moz-keyframes bgMove {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0) scale(1.0);
  }

  50% {
    transform: matrix(1, 0, 0, 1, 0, 0) scale(1.3);
  }

  100% {
    transform: matrix(1, 0, 0, 1, 0, 0) scale(1.0);
  }
}

/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes bgMove {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0) scale(1.0);
  }

  50% {
    transform: matrix(1, 0, 0, 1, 0, 0) scale(1.3);
  }

  100% {
    transform: matrix(1, 0, 0, 1, 0, 0) scale(1.0);
  }
}

/* Internet Explorer */

@-ms-keyframes bgMove {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0) scale(1.0);
  }

  50% {
    transform: matrix(1, 0, 0, 1, 0, 0) scale(1.3);
  }

  100% {
    transform: matrix(1, 0, 0, 1, 0, 0) scale(1.0);
  }
}

/* Opera < 12.1 */

@-o-keyframes bgMove {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0) scale(1.0);
  }

  50% {
    transform: matrix(1, 0, 0, 1, 0, 0) scale(1.3);
  }

  100% {
    transform: matrix(1, 0, 0, 1, 0, 0) scale(1.0);
  }
}

#wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}

#headerText {
  margin-bottom: -15px;
  font-size: 90px;
  font-weight: 100;
}

.content-wrapper {
  text-align: center;
  position: relative;
  width: 100%;
  min-height: 100%;
  height: 100%;
  display: table;
  overflow: hidden;
  margin-bottom: -210px;
}

.content {
  text-align: center;
  min-height: 100%;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  -moz-perspective: 300px;
  -ms-perspective: 300px;
  -o-perspective: 300px;
  -webkit-perspective: 300px;
  perspective: 300px;
}

#mainContent {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: auto;
  transform: rotate3d(0, 1, 0, 0deg);
  -webkit-transform: rotate3d(0, 1, 0, 0deg);
  -moz-transform: rotate3d(0, 1, 0, 0deg);
  -o-transform: rotate3d(0, 1, 0, 0deg);
  -ms-transform: rotate3d(0, 1, 0, 0deg);
  border: 0;
  -webkit-box-shadow: inset 0 0 0 #FFFFFF;
  -o-box-shadow: inset 0 0 0 #FFFFFF;
  box-shadow: inset 0 0 0 #FFFFFF;
  -webkit-transition: -webkit-box-shadow 1s;
  -moz-transition: -moz-box-shadow 1s;
  transition: box-shadow 1s;
  background: rgba(0,0,0,0.3);
}

h2 {
  font-size: 34px;
  font-family: Roboto;
  font-weight: 100;
  text-align: center;
  padding-bottom: 25px;
}

h3 {
  font-size: 15px;
  font-family: roboto;
  font-weight: 400;
  text-align: center;
  padding-bottom: 10px;
}

h4 {
  margin: 0;
  padding: 0;
  font-family: Roboto;
  font-weight: 100;
  font-size: 47px;
}

p {
  margin: 0;
  padding: 0;
  font-family: Roboto;
  font-weight: 100;
  font-size: 71px;
}

.icon {
  list-style: none;
  display: inline-block;
  height: 30px;
  width: 41px;
  vertical-align: middle;
  margin: 0;
  padding: 10px;
}
