/**
 * Font
 */
@font-face {
  font-family: 'Haptik';
  src: url("GT-Haptik-Medium.eot?#iefix") format('embedded-opentype'), url("GT-Haptik-Medium.woff") format('woff'), url("GT-Haptik-Medium.ttf") format('truetype'), url("GT-Haptik-Medium.svg#svgFontName") format('svg');
}
/**
 * Easing curves
 */
/**
 * Reset
 */
html,
body {
  margin: 0;
  color: #a4a4a4;
}
a {
  color: #a4a4a4;
}
img {
  border: none;
}
h1,
h2,
h3 {
  font-family: Haptik, 'Helvetica Neue', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  line-height: 1.4em;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
p,
footer,
address {
  font-family: Merriweather, Georgia, serif;
  font-weight: 300;
  font-style: italic;
  line-height: 1.6em;
  margin: 0;
}
/**
 * Global
 */
.link,
.link img {
  display: inline-block;
  height: 44px;
  margin: 2px 3px;
}
.content {
  padding: 80px 40px;
}
.content h1 {
  text-align: center;
  font-size: 64px;
  line-height: 1.1em;
  margin-bottom: 50px;
}
.content p {
  font-size: 24px;
  max-width: 720px;
  margin: 0px auto;
}
.content.top {
  padding-top: 120px;
}
header {
  padding: 35px 50px;
  height: 60px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
header .logotype {
  width: 106px;
  height: 42px;
  display: inline-block;
  vertical-align: middle;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
header .links {
  position: absolute;
  top: 35px;
  right: 40px;
}
header .link {
  display: none;
}
header .logo {
  position: absolute;
  width: 200px;
  height: 200px;
  left: 50%;
  margin-left: -100px;
  top: 10px;
  transition: all 0.15s cubic-bezier(0.15, 1.5, 0.7, 1);
  -webkit-transform-origin: top center;
  transform-origin: top center;
    z-index: 200;
}
footer {
  text-align: center;
  padding: 60px 0;
}
footer ul {
  margin-bottom: 10px;
}
footer li {
  display: inline-block;
}
footer .links {
  margin-top: 60px;
}
footer .link,
footer .link img {
  height: 50px;
}
/**
 * Pages
 */
#video {
  color: #fff;
  position: inherit;
  /*padding-bottom: 56.25%;*/
  z-index: 1;
  background: url("../images/video-screenshot4.jpg") center center no-repeat;
  background-size: cover;
  cursor: pointer;
  width: 860px;
  height: 484px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
}
#video .placeholder {
  display: block;
  width: 100%;
  position: relative;
}

#video h1,
#video .play-button,
#video .placeholder {
  transition: all 0.33s cubic-bezier(0.15, 1.5, 0.7, 1);
  z-index: 1;
}

#video .play-button {
  position: relative;
  margin-left: auto;
  margin-top: 180px;
  opacity: 0.75;
}
#video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#video:hover .play-button {
  opacity: 1;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
#video-container {
  position: relative;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0, 1);
}
#copy {
  padding: 1.5em 1em;
  font-size: 24px;
  position: relative;
  /*z-index: 2;*/
}

#copy h1{
  color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
  font-size: 56px;
  /*font-size: 4.5vw;*/
}

#copy p {
  max-width: 720px;
  margin: 1em auto;
}
#mail {
  padding: 1.5em 2.5em;
  font-size: 18px;
  position: relative;
  z-index: 2;
  text-align: center;
}
#mail p {
  max-width: 720px;
  margin: 1em auto;
}
#sample {
  background-color: #f1f1f1;
  text-align: center;
  padding: 30px 0;
}
#sample h2 {
  font-size: 64px;
}

#sample .gif {
  max-width: 100%;
}

body.playing #video h1,
body.playing #video .placeholder {
  opacity: 0;
}

body.playing #video .play-button {
  opacity: 0;
  position: absolute;
}

body.playing #video-container {
  opacity: 1;
}
@media screen and (min-width: 1150px) {
  /*This was the bit that animated the logo when the video played*/
  /*body.playing header .logo {
    transform: scale(0.55);
  }*/
}
@media screen and (max-width: 1150px) {
  #video h1 {
    font-size: 54px;
    font-size: 6vw;
    bottom: 34px;
  }

}
@media screen and (max-width: 900px) {
    #video {
      width: 100%;
    }
}

@media screen and (max-width: 830px) {
  #video {
    height: 400px;
  }
  #video .play-button {
    margin-top: 145px;
  }
  #copy h1 {
    font-size: 20px;
    font-size: 6.5vw;
      margin-top: 5px;
  }
}

@media screen and (max-width: 720px) {
  #video h1 {
    bottom: 24px;
  }
  #video .play-button {
    margin-top: 124px;
  }
  #video {
    height: 350px !important;
  }
}

@media screen and (max-width: 560px) {
  #video h1 {
    font-size: 26px;
    font-size: 6vw;
    bottom: 11px;
  }
  #video .play-button {
    margin-top: 80px;
  }
  #video {
    height: 250px !important;
  }
  #copy,
  #mail,
  footer {
    font-size: 16px;
  }
  #sample h2 {
    font-size: 32px;
  }
}
#faq {
  padding: 40px;
}
#faq ul {
  max-width: 720px;
  margin: 0px auto;
}
#faq li {
  margin: 40px 0;
}
#faq h3 {
  font-size: 32px;
  margin-bottom: 10px;
}
#faq p {
  font-size: 18px;
}
@media screen and (max-width: 560px) {
  #faq h3 {
    font-size: 24px;
  }
  #faq p {
    font-size: 12px;
  }
}



#features h2 {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 10px;
}
#features h3 {
  font-size: 32px;
  margin-bottom: 5px;
  color: #ffffff;
}
#features .right {
  text-align: right;
  background-color: #f0f0f0;
}
#features .left {
  text-align: left;
}
#features .center {
  text-align: center;
  background-color: #ff5b64;
  background-image: url("../images/gettheapp.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 470px;
}
#features .inner {
  max-width: 720px;
  margin: 0px auto;
}
#features .left img {
  float: left;
  display: inline-block;
}
#features .right img {
  float: right;
  display: inline-block;
}
#features .copy {
  padding-top: 150px;
  padding-right: 10px;
  padding-left: 10px;
}
#features .copy-center {
  padding-top: 54px;
  padding-right: 10px;
  padding-left: 10px;
}

#features a {
  color: #ffffff;
}

/*#features .link {
  height: 0px;
}*/

@media screen and (max-width: 560px) {
  #features h2 {
    font-size: 26px;
  }
  #features h3 {
    font-size: 26px;
  }
  #features p {
    font-size: 16px;
  }
  #features .left img,
  #features .right img {
    display: none;
  }
  #features .right {
    text-align: center;
  }
  #features .left {
    text-align: center;
  }
  #features .copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #features .center {
    background-size: contain;
    height: 360px;
  }
}


#projects article {
  border-bottom: 1px solid #ff5b64;
  padding: 70px 40px;
}
#projects .inner {
  max-width: 720px;
  margin: 0px auto;
}
#projects h2 {
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}
#projects p {
  margin-top: 20px;
}
#projects .video {
  cursor: pointer;
}
#projects .screenshot {
  width: 100%;
  display: block;
}
#projects .video-container {
  position: relative;
  padding-bottom: 56.25%;
}
#projects .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 560px) {
  #projects h2 {
    font-size: 24px;
  }
  #projects p {
    font-size: 12px;
  }
}
#team ul {
  max-width: 720px;
  margin: 0px auto;
  text-align: center;
}
#team li {
  max-width: 340px;
  display: inline-block;
  vertical-align: top;
  margin: 35px 10px;
}
#team h3 {
  font-size: 32px;
  line-height: 1.1em;
  margin-bottom: 10px;
}
#team p {
  font-size: 18px;
  width: 340px;
}
#team .cord-player {
  margin: 0px auto 30px;
  -webkit-tap-highlight-color: transparent;
}
#press ul {
  max-width: 720px;
  margin: 0px auto;
  text-align: center;
}
#press li {
  display: inline-block;
  vertical-align: middle;
  width: 240px;
  text-align: center;
}
#press .verge {
  width: 210px;
}
#press .nyt {
  width: 200px;
}
#press .afp {
  width: 150px;
}
@media screen and (max-width: 560px) {
  #team h3 {
    font-size: 24px;
  }
  #team p {
    font-size: 12px;
  }
  #team li {
    margin: 35px -20px;
  }
  #press li {
    margin-top: 30px;
  }
  #press .verge {
    width: 150px;
  }
  #press .nyt {
    width: 140px;
  }
  #press .afp {
    width: 120px;
  }
}
.legal {
  max-width: 720px;
  margin: 0px auto;
  padding: 40px;
}
.legal h2 {
  font-size: 32px;
  line-height: 1.1em;
  margin: 1em 0;
}
.legal p {
  font-size: 16px;
  margin: 1em 0;
}
@media screen and (max-width: 560px) {
  .legal h2 {
    font-size: 24px;
  }
  .legal p {
    font-size: 12px;
  }
}
/**
 * Colors
 */
body.teal header .logotype {
  background-image: url("../images/logos/logo_ff5b64.png"); /* showing light-red logotype on purpose */
}
body.teal .colored {
  background-color: #11d6c8;
}
body.teal .colored2 {
  background-color: #ff5b64;
}
body.teal h1,
body.teal h2,
body.teal h3,
body.teal a {
  color: #11d6c8;
}
body.orange header .logotype {
  background-image: url("../images/logos/logo_ff6d00.png");
}
body.orange .colored {
  background-color: #ff6d00;
}
body.orange h1,
body.orange h2,
body.orange h3,
body.orange a {
  color: #ff6d00;
}
body.green header .logotype {
  background-image: url("../images/logos/logo_67d53c.png");
}
body.green .colored {
  background-color: #67d53c;
}
body.green h1,
body.green h2,
body.green h3,
body.green a {
  color: #67d53c;
}
body.light-red header .logotype {
  background-image: url("../images/logos/logo_ff5b64.png");
}
body.light-red .colored {
  background-color: #ff5b64;
}
body.light-red h1,
body.light-red h2,
body.light-red h3,
body.light-red a {
  color: #ff5b64;
}
body.pink header .logotype {
  background-image: url("../images/logos/logo_f48fb1.png");
}
body.pink .colored {
  background-color: #f48fb1;
}
body.pink h1,
body.pink h2,
body.pink h3,
body.pink a {
  color: #f48fb1;
}
body.light-grey header .logotype {
  background-image: url("../images/logos/logo_b4c5cd.png");
}
body.light-grey .colored {
  background-color: #b4c5cd;
}
body.light-grey h1,
body.light-grey h2,
body.light-grey h3,
body.light-grey a {
  color: #b4c5cd;
}
.colored, .colored2 {
  color: #fff;
}
.colored h1, .colored2  h1,
.colored h2, .colored2  h2,
.colored h3, .colored2  h3,
.colored a, .colored2  a {
  color: #fff !important;
}
/**
 * Large sized screens
 */
@media screen and (max-width: 1150px) {

.link.amazon {
    display: none !important;
  }
  .content.top {
    padding-top: 80px;
  }
}
@media screen and (max-width: 830px) {
  header .logo {
    display: none;
  }
}

/**
 * Medium sized screens
 */
@media screen and (max-width: 720px) {
  header {
    text-align: center;
    height: auto;
    padding: 10px 0 20px;
  }
  header .logotype {
    background-image: url("../images/logos/logo_b4c5cd.png") !important;
    width: 53px;
    height: 21px;
    margin: 10px 0 20px;
  }
  header .logo {
    width: 100px;
    height: 100px;
    position: static;
    display: block;
    margin: 0px auto;
  }
  header .links {
    position: static;
  }
  header .link,
  header .link img {
    height: 45px;
  }
}
/**
 * Mobile screens
 */
@media screen and (max-width: 560px) {
  footer {
    padding: 50px 6px;
  }
  footer .links {
    display: none;
  }
  .content {
    padding: 40px !important;
  }
  .content h1 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .content p {
    font-size: 12px;
  }
}

/* MAILCHIMP FORM STYLES */

#ss-submit {
 color: #a4a4a4;
 background-color: #fff;
 font-family: 'Merriweather', serif;
 font-weight: 300;
 font-style: italic;
 font-size: 18px;
 border: none;
 padding: 0;
 background: none;
 cursor: pointer;
 text-decoration: underline;
 margin-top: 20px;
 margin-bottom: 20px;
}

#ss-submit:hover {
 color: #11d6c8;
}

input[type=email] {
  font-style: helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: 100;
  text-align: center;
  color: #a8a8a8;
    border: 0px;
    padding: 15px;
    background: #fff;
    width: 300px;
    margin-top: 30px;
}

input::-webkit-input-placeholder {
  color: #cecece;
}
input::-moz-placeholder {
  color: #cecece;
}
input:-moz-placeholder {   /* Older versions of Firefox */
  color: #cecece;
}
input:-ms-input-placeholder {
  color: #cecece;
}

/* MAILCHIMP FORM STYLES */
