
#colorbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 430px;
  background: #6B79A8;
  z-index: 1;
}


#header {
  z-index: 2;
  position: relative;
  background: transparent;
  color: #333;
}
  #header .subtitle {
    color: #000;
    margin-bottom: 30px;
  }
  #header .screenshot {
    max-width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    margin-bottom: 20px;
  }
  #header .intro p {
    max-width: 600px;
    margin: 0 0 8px 0;
    text-align: left;
    font-size: 18px;
    line-height: 23px;
  }
  #header .btn {
    display: block;
  }
  #header .actions {
    float: right;
    padding-right: 20px;
  }
    #header .actions a:not(.btn) {
      color: #aaa;
    }

h1 {
  text-align: center;
  font-size: 24px;
  margin: 55px 0 40px;
  color: #6B79A8;
}

#features ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: -40px;
}
  #features li {
    float: left;
    width: 270px;
    margin: 0;
    padding: 0;
    margin-right: 40px;
    font-size: 16px;
    line-height: 21px;
    height: 140px;
  }
    #features li strong {
      display: block;
      font-size: 20px;
    }

#screenshots {
  margin: 30px auto 0;
  text-align: center;
}
  #screenshots a {
    margin-right: 15px;
    border: 0;
  }
  #screenshots img {
    width: 430px;
  }
  #screenshots img:last-child {
    margin-right: 0;
  }

#package .services {
  text-align: center;
  margin: 30px 0 20px;
}
  #package .service {
    display: inline-block;
    padding: 20px 15px;
    border-radius: 6px;
    background: #DDE1EF;
    color: #333;
    width: 200px;
    height: 100px;
    vertical-align: middle;
    text-align: center;
    margin: 0 10px 10px;
    font-size: 16px;
    line-height: 22px;
  }
    #package .service strong {
      display: block;
      margin-bottom: 10px;
      font-size: 18px;
    }
  #package .plus {
    font-size: 25px;
    display: inline-block;
  }

#clients ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 50px;
}
  #clients li {
    float: left;
    width: 400px;
    margin: 0 20px 50px;
  }
  #clients img {
    float: left;
    margin-right: 20px;
    max-width: 180px;
  }