body{
  background:#fff;
}
.todostep img{
  width:40px;
  margin-right:20px;
}
#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;
}
h1, .jumbotron h1 {
  color: #2a2a2a;
  font-weight: 100;
  font-size: 4.5em;
  margin-top: -1em;
  margin-bottom: 1em;
}
.todostep{
margin:1em 0 1em 0;
}
.checkedstep a {
  text-decoration: line-through;
  color:#3ac162;
  font-size: 1.2em;
}
.uncheckedstep a{
  color:#939393;
  font-size: 1.2em;
}
.uncheckedstep:hover a{
  color:#2a2a2a;
  font-size: 1.2em;
}
.signmeup{
  margin-top:5em;
}
.signmeup h4{
  font-size: 3em;
  color: #2a2a2a;
  margin-top: 34%;
  display: inline-block;
  margin-bottom: .3em;
  vertical-align: middle;
  font-weight: 200;
}
.form-control{
  height:45px;
}
.btn-primary{
  margin-top: 13px;
  margin-left: 35%;
}
.sadface{
  margin:30px 0px;
}
@media (max-width: 990px) {
  .cloud{
    opacity:0;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 680px) {
    .todostep p{
    display:none;
  }
}
@media (max-width: 680px) {
  .info-icon.nw:before, .info-icon.nw:after {
    display: none;
  }
  .logo{
   margin-right: 30px;
  }
}
