@font-face {
  font-family: Proxima-Nova-Condensed-Thin;
  src: url('/fonts/proxima-nova-condensed-thin.eot');
  src: url('/fonts/proxima-nova-condensed-thin.eot?iefix') format('eot'),
       url('/fonts/proxima-nova-condensed-thin.woff') format('woff'),
       url('/fonts/proxima-nova-condensed-thin.ttf') format('truetype'),
       url('/fonts/proxima-nova-condensed-thin.svg#webfont') format('svg');
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Proxima-Nova-Condensed-Thin", sans-serif;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  color: #333;
  cursor: pointer;
}


.wrapper {
  width: 1000px;
  margin: 20px;
  min-height: 100%;
  height: auto;
}

.logo {
  position: fixed;
  top: 20px;
  right: 20px;
}

.logo .message {
  font-size: 18px;
  letter-spacing: 5px;
  float: right;
}

.content-left {
  position: fixed;
  left: 20px;
  width: 70%;
  min-height: 100%;
  height: auto;
}

.content-left-container {
  position: fixed;
  width: 70%;
  top: 50%;
  margin-top: -18px;
}

.content-right {
  position: fixed;
  right: 20px;
  width: 70%;
  min-height: 100%;
  height: auto;
}
.content-right-container {
  position: absolute;
  width: 60%;
  top: 43%;
  margin-top: -18px;
  left: 40%;

}

.headline {
  text-transform: uppercase;
  font-size: 30px;
}

.instructions {
  font-size: 18px;
}

@media (min-width: 2200px) {
  .headline {
    font-size: 44px;
    width: 1680px;
    letter-spacing: 5px;
  }
  .instructions {
    font-size: 28px;
    width: 1680px;
    letter-spacing: 5px;
  }
}

@media (min-width: 1800px) and (max-device-width : 2199px) {
  .headline {
    font-size: 36px;
    width: 1446px;
    letter-spacing: 4px;
  }
  .instructions {
    font-size: 24px;
    width: 1446px;
    letter-spacing: 4px;
  }
}

@media (min-width: 1600px) and (max-device-width : 1799px) {
  .headline {
    font-size: 32px;
    width: 1348px;
    letter-spacing: 4px;
  }
  .instructions {
    font-size: 20px;
    width: 1446px;
    letter-spacing: 4px;
  }
}
@media (min-width: 767px) and (max-width : 1155px) {
  .headline {
    font-size: 23px;
  }
  .headline br {
    content: " ";
    display: none;
  }
}
@media (min-width: 0px) and (max-width : 767px) {

  .headline {
    font-size: 23px;
  }
  .headline br {
    content: " ";
    display: none;
  }
  .content-right {
    position: fixed;
    right: 20px;
    width: 70%;
    min-height: 100%;
    height: auto;
  }
  .content-right-container {
    position: absolute;
    width: 95%;
    top: 50%;
    margin-top: -18px;
    left: 10%;
  }
}
