body {
  background: #fff;
  font-family: "PT Sans", sans-serif;
  padding: 0;
  margin: 0; }

.mainScreen {
  width: 100vw;
  height: 100vh;
  position: relative;
  background-image: url("../img/interactive.jpg");
  background-size: cover;
  background-attachment: fixed; }

.logo {
  width: 763px;
  height: 198px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }
  .logo img {
    float: left;
    position: absolute; }
    .logo img.step {
      display: none; }

.wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,8f0222+45,6d0019+100;Brown+Red+3D */
  z-index: 1; }

.bgContainer {
  margin: 0;
  padding: 0;
  height: 100%; }

.videoWrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .videoWrapper video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.contentHolder {
  width: 100%;
  z-index: 2;
  position: relative; }

.logoHolder {
  position: fixed;
  top: 20%;
  left: 10%; }
  .logoHolder a {
    font-family: "Oswald", sans-serif;
    font-size: 64px;
    color: #fff;
    text-decoration: none; }

.menuHolder {
  position: fixed;
  top: 35%;
  left: 10%; }
  .menuHolder ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .menuHolder ul li a {
      font-family: "Oswald", sans-serif;
      font-size: 32px;
      text-decoration: none;
      color: #fff; }

/*# sourceMappingURL=main.css.map */
