.container {
  margin: 0 auto;
  max-width: 1280px; }

.logo {
  display: block;
  margin: auto;
  width: 160px; }

.alt-font {
  font-family: 'Quicksand', sans-serif;
  letter-spacing: 7px; }

.hero {
  margin: 60px 0; }
  .hero .title h3 {
    margin-top: 20px; }
  .hero .links {
    margin-top: 15px; }
    .hero .links .icon {
      margin-right: 5px; }
    .hero .links a {
      display: inline-block; }
  .hero .icon {
    font-size: 14px; }
  .hero a:nth-child(n-1) {
    margin-right: 5px; }
  .hero a:nth-child(n+1) {
    margin-left: 5px; }

.highlights, .features {
  text-align: center;
  margin-bottom: 35px; }
  .highlights .container > h1, .features .container > h1 {
    margin-bottom: 0;
    text-transform: uppercase; }
  .highlights .container > p, .features .container > p {
    margin-top: 5px;
    margin-bottom: 40px; }
  .highlights .highlight, .highlights .feature, .features .highlight, .features .feature {
    text-align: center; }
    .highlights .highlight > h2, .highlights .feature > h2, .features .highlight > h2, .features .feature > h2 {
      line-height: 47px;
      margin-bottom: 0; }
    .highlights .highlight .title, .highlights .feature .title, .features .highlight .title, .features .feature .title {
      white-space: nowrap; }
    .highlights .highlight .icon, .highlights .feature .icon, .features .highlight .icon, .features .feature .icon {
      font-size: 32px;
      position: relative;
      margin-right: 10px; }
    .highlights .highlight p, .highlights .feature p, .features .highlight p, .features .feature p {
      margin-top: 5px;
      text-align: justify; }
  .highlights .highlight .icon-gift, .features .highlight .icon-gift {
    margin-right: 8px;
    top: 1px; }
  .highlights .highlight .icon-terminal, .features .highlight .icon-terminal {
    top: 5px; }
  .highlights .highlight .icon-magic-wand, .features .highlight .icon-magic-wand {
    top: 4px; }
  .highlights .highlight .icon-leaf, .features .highlight .icon-leaf {
    margin-right: 4px;
    top: 4px; }

.features {
  background-color: black;
  color: white;
  padding: 40px;
  padding-bottom: 60px; }
  .features .summary {
    border-bottom: 1px solid #434343;
    display: table;
    margin: 5px auto 40px auto;
    padding-bottom: 3px; }
  .features .icon {
    top: 8px; }
    .features .icon.icon-search {
      position: relative;
      left: -36px;
      top: 29px; }
      .features .icon.icon-search + .title {
        margin-left: -40px; }
    .features .icon .icon-embed2 {
      top: 7px; }

.cta {
  text-align: center;
  margin: 80px 0; }
  .cta .icon {
    margin-right: 15px; }

.footer {
  text-align: center;
  margin: 50px; }
