#home-content {
  background-image: url(/assets/2016/home/bg-dark.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }

#home-content-inside {
  display: block;
  position: relative;
  margin: auto;
  margin-bottom: 15%;
  width: 90%; }
  @media (min-width: 1024px) {
    #home-content-inside {
      width: 900px; } }
  #home-content-inside #home-banner {
    margin: auto;
    margin-top: 15%; }
    @media (min-width: 768px) and (max-width: 1023px) {
      #home-content-inside #home-banner {
        margin-top: 10%;
        width: 70%; } }
    @media (min-width: 1024px) {
      #home-content-inside #home-banner {
        width: 700px; } }
  #home-content-inside #buy-sleeptracker {
    padding: 10px 0;
    border: 1px solid #ccc;
    border-radius: 6px;
    text-align: center;
    font-size: 18px;
    display: block;
    color: #fff;
    background: #253980;
    background: -moz-linear-gradient(left, #253980 0%, #253980 53%, #212f63 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #253980), color-stop(53%, #253980), color-stop(100%, #212f63));
    background: -webkit-linear-gradient(left, #253980 0%, #253980 53%, #212f63 100%);
    background: -o-linear-gradient(left, #253980 0%, #253980 53%, #212f63 100%);
    background: -ms-linear-gradient(left, #253980 0%, #253980 53%, #212f63 100%);
    background: linear-gradient(to right, #253980 0%, #253980 53%, #212f63 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#253980', endColorstr='#212f63', GradientType=1 );
    width: 100%;
    max-width: 400px;
    margin: auto;
    margin-top: 10%; }
  #home-content-inside #bullets li {
    margin: 0 0 .4em;
    font-size: .9em;
    text-align: left;
    background-image: url(/assets/icon-bcheck.png);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: top left;
    line-height: 25px;
    padding-left: 30px; }
  #home-content-inside h3 {
    font-size: 1.2em;
    margin: 4% auto;
    text-align: center; }
