 body, html {
  background:white;
  font-family: "Roboto", "Helvetica light", sans-serif;
  line-height: 1.3em;
  letter-spacing: 0px;
  font-weight: 300;
  text-align: justify;
  margin: 0;

}
h1{
  font-weight: 100;
  line-height: 1em;
}
h1.large {
  font-size: 60px;
  font-weight: 100;
  color: #444;
}
a{
  color:#59909C;
  text-decoration: none;
}
#header{
  width: 100%;
  padding-top: 10px;
  text-align: right;
  font-size: 14px;
}

#header a{
  color: #777;
  text-decoration: none;
  margin-left: 5px;
  margin-right: 20px;
  font-weight: 300;
}

.main{
  padding: 50px;
  padding-top: 30px;
  position: relative;
}

#overlay {
  position: absolute;
  right: 50px;
  top: 50px;

  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  transform: rotate(10deg);

}


#overlay h1 {
  font-weight: 900;
  color: orange;
  font-size:2em;

}


#banner{
  width: 100%;
  max-width: 1350px;
}

#download-link{
  width: 20%;
}

.downloadImage{
  height: 50px;
}

.text{
  color: #333;
  width: 60%;
  padding: 20px;
  font-weight: 300;
  margin: 20px;
  display:inline-block;

}
.image-right-wrapper {
  width: 30%;
  display: inline-block;
  float: right;
  position: relative;
  height: 505px;

}
.image-right{
  width: 275px;
  height: 505px;
  position: relative;
  margin: auto;
}
#watch-image{
  height: 500px;
  margin: 5px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.download{
  width:100%;
  display: block;
  text-align: center;
}
#footer{
  font-size: 12px;
  color: #999;
  background-color:#eee;
  border-top: 1px solid #ddd;
  margin: 0;
  padding: 5px;
  height:20px;
  position:fixed;
  left:0;
  bottom: 0;
  right:0;
  font-weight: normal;
}
footer a{
  color: #333;
}
h1 {
  font-size: 30px;
  font-weight: 100;
}
h2 {
  font-size: 24px;
  font-weight: 200;
  color: #666;
}

.pull-right{
  float: right;
}

#bigText{
  font-size: 25px;
  position: absolute;
  left: 37px;
  width: 213px;
  top: 246px;
  text-align: center;
  font-weight: 300;
}


#timeText{
  font-size: 18px;
  position: absolute;
  left: 37px;
  width: 213px;
  top: 153px;
  text-align: center;
}

#disclaimer{
  font-size: 16px;
  position: absolute;
  left: 37px;
  width: 213px;
  top: 275px;
  text-align: center;
  font-style: italic;
}

#mini-iphone {
  max-width: 170px;
  float: left;
  margin: 20px;
}


#selection-row{
  text-align: center;
}
.selectionArea {
  display: inline-block;
  padding:30px;
  border-radius: 10px;
  cursor: pointer;
  margin: 10px 20px;
}
.selectionArea.selected {
  background-color: rgba(0,0,0,0.75);
  color: white;
}
.selectionArea h1 {
  font-weight: 100;
}
.selectionArea img {
  height: 250px;
}


#featureWrapper {
  max-width: 1000px;
  margin: auto;
}

.featureTable{
  margin: auto;
  max-width: 700px;
}
.featureTable img{
  max-width: 250px;
}

.featureTable td{
  padding: 0 30px;
}

.featureTable td.image{
  text-align: center;
}
.center {
  text-align: center;
}

.section-header {
  text-align: center;
  width: 100%;
  margin-top: 50px;
}

.section-header h1{
  font-size: 3em;
}
.section-header b{
  font-weight:400;
}

.icon {
  width:100px;
  height:100px;
  border-radius: 15px;
  border: 1px solid #666;
  position:fixed;
  left: 10px;
  top: 10px;
  cursor: pointer;
}

.feature-callout {
  max-width: 500px;
}

.hidden {
  display: none !important;
}

.center {
  width: 100%;
  text-align: center;
}



@media(max-width: 900px){
  .text{
    width:90%;
    clear:both;
    margin:0;
  }
  .image-right-wrapper{
    width: 100%;
  }
}