body {
    padding: 0;
    margin: 0;
    font-family: 'avenir next', avenir, helvetica, arial, sans-serif;
}

a {
  color: inherit;
}

a.twitter {
  color: #01B7EE;
  text-decoration: none;
}

header {
    padding: 60px 0;
    background-color: #E4E6E8;
    text-align: center;
    color: #333;

}

header h1 {
    font-weight: normal;
    margin: 10px;
}

header h2 {
    font-weight: normal;
    margin: 10px;
    color: #676767;
}

header span {
  display: inline-block;
  max-width: 800px;
  font-size: 16px;

}

.logo {
    display: inline-block;
    width: 225px;
    height: 268px;
    margin: 0;
    background: url('asset-icon@2x.png');
}

section {
    text-align: center;
}

article {
  margin: 0 auto;
  max-width: 900px;
  font-size: 16px;
}

.screenshot {
    display: inline-block;
    width: 800px;
    height: 600px;
    margin: 0;
    background: url('asset-organizer.gif');
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.3);
}

.btn {
    min-height: 40px;
    margin: 10px;
    padding: 10px 20px;
    background: gold;


    border: none;
    border-radius: 8px;

    font-size: 18px;
    box-shadow: inset 0 -2px 0px 0 rgba(0,0,0,.3);
    outline: none;

}

.btn span {
    display: block;
    text-align: left;
    font-size: 12px;
    opacity: .6;
}

.download-now {
    background: #4385F5;
    text-align: center;
}

.download-now a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 30px 0;
    text-decoration: none;
    transition: background-color .5s;
}

.download-now a:hover {
    background-color: #2752F1;
}

.download-now article {
    display: inline-block;
    width: 450px;
}

.download-now .left {
  width: 40%;
  float: left;
  text-align: right;
  padding-right: 20px;
  display: inline-block;
  font-size: 52px;
  line-height: 53px;
}

.download-now .right {
  width: 50%;
  text-align: left;
  padding-left: 10px;
  display: inline-block;
  height: 100%;
  font-size: 24px;  
  border-left: 1px solid #fff;
}

.download-now .right span {
    display: block;
    opacity: .6;
    font-size: 12px;
}

.preview {
    color: #fff;
    padding: 60px 0 20px 0;
    box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.2);

    background: #ffffff; /* Old browsers */

}

.preview h2 {
      text-shadow: 0 2px rgba(0,0,0,.5);
}

.about {
    background-color: #031c26;
    color: #fff;
    padding: 20px 0;
}

.about article {
  text-align: left;
  min-height: 200px;
  max-width: 800px;
}

.about span {
  display: block;
  text-align: right;
  padding-right: 100px;
}

.me {
  position: relative;
  float: left;
  background: url(images/me.png);
  width: 130px;
  height: 130px;
  border-radius: 80px;  
  margin-right: 20px;  
  border: 3px solid white;
}

.me:before {
  position: absolute;
  top: -5px;
  left: -5px;
  content: "M";
  background: #00b27f;
  font-size: 22px;
  height: 35px;
  line-height: 36px;
  width: 35px;
  border-radius: 20px;
  font-family: 'proxima-nova', 'Proxima Nova', sans-serif;
  text-align: center;
  color: #fff;
}

.share {
    color: #01B7EE;
    padding: 20px 0;
    background: #fff;
}

blockquote {
    font-size: 48px;
  margin: 10px;
  padding: 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 2.5em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.3em;
}
blockquote:after {
  color: #ccc;
  content: close-quote;
  font-size: 2.5em;
  line-height: 0.1em;
  margin-left: 0.25em;
  vertical-align: -0.6em;
}

blockquote p {
  display: inline;
}



@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
  
  .logo {
    background: url(asset-icon@2x.png) no-repeat;
      background-size: contain;
   }

/*  .screenshot {
    background: url(asset-organizer.gif) no-repeat;
      background-size: contain;
   }*/
  .me {
    background: url(images/me@2x.png) no-repeat;
      background-size: contain;
   }
}

.featured a {
  text-decoration: none;

}

.featured span {
  display: block;
}

.featured div {
  display: inline-block;
  float: left;
  width: 50%;
  height: 100px;
  margin: 20px 0;
  text-align: center;
}










