/*@import url(http://fonts.googleapis.com/css?family=Cagliostro);*/
@import url(http://fonts.googleapis.com/css?family=Raleway:400,200,700);

html {
  background: #fff;
  /* height: 100%; */
  color: #222;
}
body {
  padding: 0;
  font-family: Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.4;
  color: #222;
}

.content-width {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

body > header {
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  position: fixed;
  top: 0;
  z-index: 100;
}
body > header h1 {
  padding: 0;
  margin: 0;
  width: 200px;
  height: 60px;
  line-height: 60px;
  float: left;
  font-weight: 400;
}
body > header h1 a {
  text-decoration: none;
  color: #222;
  outline: none;
}
body > header h1 a:hover {
}
body > header .tagline {
  position: absolute;
  left: 200px;
  right: 200px;
  text-align: center;
  margin: 0;
  padding: 6px 0 0;
  line-height: 60px;
  font-size: 14px;
  font-weight: 400;
}
body > header #linkedin {
  display: block;
  position: absolute;
  right: 5px;
  top: 14px;
}

/*
section {
  padding: 0 20px 20px;
  border-bottom: 1px solid #eee;
}
section:last-of-type {
  border-bottom: 0;
}
section header {
  position: relative;
  padding: 20px 0 20px;
  margin: 0;
}
section header h2 {
  display: inline;
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-size: 2.5em;
  text-shadow: 0 1px 1px #fff;
  text-align: left;
}
section header h2 a {
  text-decoration: none;
  color: #222;
}
section header h2 a:hover {
}
section header a.appstore {
  display: block;
  width: 135px;
  height: 57px;
  background: url(../images/appstore.png) no-repeat center center;
  position: absolute;
  right: 20px;
  top: 20px;
}
section header a.appstore span {
  display: none;
}
section .hero {
  margin: 0 0 40px;
  position: relative;
}
section .hero.imgleft {
  padding-left: 500px;
}
section .hero.imgright {
  padding-right: 500px;
}
section .hero h3 {
  margin: 0;
  padding: 0 0 10px;
  font-family: "Raleway", sans-serif;
  font-size: 1.5em;
  text-shadow: 0 1px 1px #fff;
  padding-top: 30px;
}
section .hero h3:first-of-type {
  padding-top: 0;
}
section .hero p {
  margin: 0;
  padding: 0 0 10px;
}

footer {
  padding: 100px 0 40px;
  text-align: center;
  color: #aaa;
  font-family: "Raleway", sans-serif;
}
footer a {
  color: #222;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
} */

/** other **/
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.clearfix {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-width: 760px) {
  .content-width {
    width: auto !important;
    padding-left: 10px;
    padding-right: 10px;
  }

  footer {
    display: none;
  }
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
     * Don't show links for images, or javascript/internal links
     */

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group; /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
