body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #444;
}

#logo {
  height: 100px;
  width: 300px;
  margin: 0 auto;
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("http://s3.amazonaws.com/m.milq.com/milq_logo.png");
}

hr {
  display: none;
  height: 1px;
  width: 800px;
  border: 0;
  border-top: 1px solid #DDD;
  padding-bottom: 25px;
}

h1 {
  line-height: 1.5em;
  padding-top: 50px;
  font-size: 2em;
}

#featureB > h1 {
  padding-top: 125px;
  padding-right: 75px;
}

#featureB > h2 {
  margin: 0;
  float: right;
  padding-right: 75px;
}

#featureC > h2 {
  max-width: 550px;
}

h2 {
  font-size: 0.9em;
  line-height: 1.4em;
  padding: 0px 20px;
  margin-left: auto;
  margin-right: auto;
  color: #444;
  line-height: 1.75em;
  max-width: 600px;
}

h3 {
  font-size: 1em;
}

section {
  height: 550px;
  text-align: center;
  border-bottom: 1px solid #EEE;
}

#landing {
  width: 100%;
  height: 500px;
  background-color: #FAFAFA;
  border-bottom: 1px solid #EEE;
  background-image: url("http://s3.amazonaws.com/m.milq.com/beadflow.png");
  background-size: 1000px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-origin: content-box;
  display: none;
}

#landing > h1 {
  padding-top: 0px;
}

#altlanding {
  text-align: left;
  height: 450px;
  padding-left: 10%;
  background-color: #FFF;
  box-sizing: border-box;
  background-image: url("http://s3.amazonaws.com/m.milq.com/beadcover.png");
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-origin: content-box;
}

#altlanding > h1 {
  padding-top: 5%;
}

#altlanding > h2 {
  text-align: left;
  line-height: 1.75em;
  max-width: 425px;
  padding: 0px;
  margin: 0;
}

.cta2 {
  position: relative;
  top: -30px;
  display: inline-block;
  line-height: 2.75em;
  margin-top: 50px;
  background-color: #ff2864;
  color: white;
  border-radius: 100px;
  font-size: 0.8em;
  padding: 0 25px;
  text-decoration: none;
}

.cta2:hover {
  border: 1px solid #ff2864;
  background-color: white;
  color: black;
  cursor: pointer;
}

#cta {
  position: relative;
  top: -25px;
  display: inline-block;
  line-height: 2.25em;
  width: 170px;
  margin-top: 50px;
  background-color: #ff2864;
  color: white;
  border-radius: 100px;
  font-size: 0.9em;
}

#cta:hover {
  cursor: pointer;
  background-color: white;
  color: #ff2864;
  border: 1px solid #ff2864;
}

#featureA {
  background-color: #FAFAFA;
  background-image: url("http://s3.amazonaws.com/m.milq.com/section1.png");
  background-size: 310px;
  background-repeat: no-repeat;
  background-position: center 185px;
  background-origin: content-box;
}

#featureB {
  background-color: #FFF;
  background-image: url("http://s3.amazonaws.com/m.milq.com/discover_and_follow.png");
  background-size:  100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-origin: content-box;
  text-align: right;
}

#featureC {
  background-color: #FAFAFA;
  background-image: url("http://s3.amazonaws.com/m.milq.com/beadflow.png");
  background-size: 1000px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-origin: content-box;
}

#footer {
  height: 15%;
  background-color: #FAFAFA;
}

@media (max-width: 600px) {

  #altlanding > h1 {
    position: relative;
    top: -30px;
  }
  
  #altlanding > h2 {
    padding: 0px;
    margin: 0 auto;
    position: relative;
    top: -30px;
    text-align: center;
  }
  
  .cta2 {
    position: relative;
    font-size: 0.75em; 
  }
  
  #altlanding {
    text-align: center;
    background-image: url("http://s3.amazonaws.com/m.milq.com/beads.png");
    background-position: center bottom;
    background-size: cover;
    padding: 0px 20px;
  }
  
  #featureA {
    background-position: center bottom;
    background-size: 225px;
  }
  
  #featureA > h2 {
    max-width: 500px; 
  }
  
  #featureB {
    text-align: center;
    background-size: 175%;
    background-position: 25% bottom;
  }
  
  #featureB > h1 {
    padding-right: 0px;
    padding-top: 75px;
    line-height: 1.2;
    padding-bottom: 10px;
  }
  
  #featureB > h2 {
    padding-right: 0px;
    float: none;
  }
  
  #featureC {
    background-position: center 280px;
  }
  
  #featureC > h1 {
    padding-top: 75px;
    line-height: 1.2em;
    padding-bottom: 10px;
  }
  
}
