body{
  background:#fff;
}
#wrap:after{
  height:0px;
}
#wrap{
  background:#fff;
  max-width:1400px;
  border-right:1px solid #dadada;
  border-left: 1px solid #dadada;
}
.website p, .website li {
  color: #939390;
  line-height: 2;
  font-size: 1.2em;
  font-weight: 200;
}
#signin {
  background-color: #fff;
  background: #3ac162;
  border: none;
  padding: 13px 35px 15px 35px;
  font-weight: 600;
  color: #FFFFFF;
  text-shadow: none;
  box-shadow: 0 2px 0px #4A9E34;
  border-radius: 47px;
  margin: 0px 10px 0px 0px;
}
h1, .jumbotron h1 {
  color: #2a2a2a;
  font-weight: 100;
  font-size: 4.5em;
  margin-top: -1em;
  margin-bottom: 1em;
}
.startrecordingbutton{
  margin-top: 5em;
  margin-bottom: 2em;
}
.signupbuttons{
  border-left:1px solid #dadada;
  margin-top: 8em;
  padding: 7em 0em;
}
.signmeup{
  margin-top:5em;
}
.appstores img{
  opacity:.8;
  width:150px;
  -transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.appstores img:hover{
  opacity:1;
  -transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
}
.signmeup h4{
  font-size: 4em;
  color: #2a2a2a;
  margin-top: 2em;
  display: inline-block;
  margin-bottom: .3em;
  vertical-align: middle;
  font-weight: 200;
}
.facebook{
  margin-top: 20px;
}
.fast img{
  margin-left: -10px;
  width: 58px;
  display: inline-block;
}
#getrecording{
  margin-bottom: 0em;
}
.skiptour{
  color:#939390;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  font-size:18px;
  margin-top:10px;
}
.skiptour:hover{
  color:#1B91F7;
}
.btn-primary{
  background-color: #fff;
  background: #3ac162;
  border:none;
  font-weight: 200;
  padding:15px 120px;
  color: #FFFFFF;
  text-shadow: none;
  box-shadow: 0 2px 0px #4A9E34;
  border-radius: 47px;
}
.appstores{
  margin-top: 2em
}
.signin a{
  color:#fff;
}
.chunks{
  margin-top: 7em;
}
.btn-primary:hover{
  background: #23B84F;
  border: none;
}
@media (max-width: 990px) {
  .cloud{
    opacity:0;
  }
}
@media (max-width: 768px) {
.appstores img{
    margin-top:10px;
  }
  .btn-primary{
    padding:10px 50px;
  }
  .signmeup h4{
    font-size:3em;
  }
}
