#photoarea {
  position: relative;
  width: 100%;
  height: calc(100% - 300px); }

#logo {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../images/logo.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50px bottom; }

#shadow {
  position: absolute;
  top: 5px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-image: url(../images/shadow.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50px bottom; }

#subarea .subtext {
  position: relative;
  width: 100%;
  height: 100px;
  background-image: url(../images/subtext.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50px 20px; }

#page {
  position: relative;
  background-color: #222;
  color: white;
  background-image: url(../images/greybackground.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 30px; }

#imagine {
  position: relative;
  width: 100%;
  height: 200px; }

.text {
  font-size: 1.5em;
  padding: 50px; }

.buttons {
  width: 500px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.action {
  padding-left: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .action .text {
    padding-top: 10px;
    padding-left: 0px;
    padding-bottom: 20px; }

#arrowdown {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../images/arrow_down.png);
  background-size: 20px 15px;
  background-repeat: no-repeat;
  background-position: center 180px;
  opacity: 0; }

.bottom {
  color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.abutton {
  float: left;
  display: block;
  text-decoration: none;
  background-color: #eee;
  color: #222;
  padding: 10px;
  margin: 20px;
  width: 150px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer; }
  .abutton:hover {
    background-color: #fff; }

.abutton:action {
  color: orange; }

.waitlist {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  color: #222;
  background-color: white;
  display: none;
  font-size: 1.2em;
  padding-left: 100px;
  padding-right: 100px; }
  .waitlist .back {
    cursor: pointer;
    color: black;
    margin-top: 40px;
    margin-bottom: 40px; }
    .waitlist .back img {
      height: 15px; }
    .waitlist .back:hover {
      color: #555; }
  .waitlist .explain {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 1.5em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .waitlist .label {
    padding-top: 30px;
    padding-bottom: 5px;
    font-size: .9em; }
    .waitlist .label .optional {
      color: #555;
      font-size: .8em;
      font-weight: bold; }
  .waitlist .email {
    display: block;
    width: 90%;
    height: 40px;
    margin-top: 10px;
    padding-left: 20px;
    font-size: .9em;
    outline: none;
    background-color: transparent;
    border: 1px solid #aaa;
    color: #222; }
  .waitlist .about {
    display: block;
    width: 90%;
    height: 50px;
    margin-top: 10px;
    resize: none;
    outline: none;
    padding-left: 20px;
    padding-top: 10px;
    border: 1px solid #aaa;
    background-color: transparent;
    color: #222;
    font-size: .8em; }
  .waitlist .go.abutton {
    margin-left: 0px;
    margin-top: 40px;
    background-color: #444;
    color: white;
    cursor: pointer; }
    .waitlist .go.abutton:hover {
      background-color: black; }
  .waitlist .thankyou {
    display: none; }
