/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  color: rgb(63, 71, 74);
  background: url("../img/bg-img.jpg") top center;
  background-repeat: repeat-x;
  background-color: #e8e8e8;
}

@font-face {
    font-family: ProximaNova-Bold; 
    src: url("../fonts/pnb.otf");
}

header {
  text-align: center; }

.logo {
  margin: 50px 0 50px; }

.block {
  max-width: 1085px;
  height: 667px;
  background: url("../img/main-block.png") top center;
  margin: 0 auto;
  -webkit-animation: pucker 200ms linear;
          animation: pucker 200ms linear;
  background-size: cover; }

.headline {
  font-family: ProximaNova-Bold; 
  text-align: center;
  margin: 0 auto;
  padding: 47px 0 15px 0;
  width: 560px;
  color: white;
  text-transform: uppercase;
  font-size: 11px;
  border-bottom: solid 1px rgba(25, 39, 64, 0.24);
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.24); }

.keywords {
  text-align: center;
  padding: 15px; }
  .keywords li {
    display: inline-block;
    font-size: 22px;
    padding-left: 30px;
    color: white;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
    background: url("../img/icn_crew.png") no-repeat left center;
    font-family: 'Merriweather', serif;
    font-weight: 300; }
    .keywords li + li {
      margin-left: 20px; }

.blurb {
  color: white;
  max-width: 900px;
  margin: 0 auto;
  margin-top:20px;
  text-align: center;
  box-sizing: border-box; 
  font-family: Helvetica;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 20px;
  text-shadow: 0 1px 0 rgba(0,0,0,0.26);
}
.thx {
  padding-top: 70px;
  display: none;
  text-align: center;
}

.hero {
  z-index: 98;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: pucker 400ms linear;
          animation: pucker 400ms linear; 
          margin-right: -40px;
          margin-top: 15px;}
  .hero img {
    height: 100%;
    margin-left: -50px; }
  .hero #macbook {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    margin: 10px -80px 0 -160px;
    z-index: 4; }
  .hero #imgL1 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    z-index: 3;
    margin-top: -90px;
    -webkit-animation: slide-left 800ms cubic-bezier(0.19, 1, 0.22, 1);
            animation: slide-left 800ms cubic-bezier(0.19, 1, 0.22, 1); }
  .hero #imgL2 {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
        -ms-flex-order: -2;
            order: -2;
    z-index: 2;
    margin-top: -250px;
    -webkit-animation: slide-left 700ms cubic-bezier(0.19, 1, 0.22, 1);
            animation: slide-left 700ms cubic-bezier(0.19, 1, 0.22, 1); }
  .hero #imgL3 {
    -webkit-box-ordinal-group: -2;
    -webkit-order: -3;
        -ms-flex-order: -3;
            order: -3;
    z-index: 1;
    margin-top: -90px;
    -webkit-animation: slide-left 600ms cubic-bezier(0.19, 1, 0.22, 1);
            animation: slide-left 600ms cubic-bezier(0.19, 1, 0.22, 1); }
  .hero #imgR1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    z-index: 3;
    margin-top: -220px;
    -webkit-animation: slide-right 800ms cubic-bezier(0.19, 1, 0.22, 1);
            animation: slide-right 800ms cubic-bezier(0.19, 1, 0.22, 1); }
  .hero #imgR2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    z-index: 2;
    margin-top: -90px;
    -webkit-animation: slide-right 700ms cubic-bezier(0.19, 1, 0.22, 1);
            animation: slide-right 700ms cubic-bezier(0.19, 1, 0.22, 1); }
  .hero #imgR3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    z-index: 1;
    margin-top: -265px;
    -webkit-animation: slide-right 600ms cubic-bezier(0.19, 1, 0.22, 1);
            animation: slide-right 600ms cubic-bezier(0.19, 1, 0.22, 1); }

.subscription-box {
  font-family: ProximaNova-Bold; 
  margin: 0 auto;
  max-width: 650px;
  background: rgba(0, 0, 0, 0.29) url(../img/icn_email.png) no-repeat 25px center;
  padding: 7px 7px 7px 60px;
  border-radius: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
  margin-top: 40px;
  position: relative;
  -webkit-animation: pucker 600ms linear;
          animation: pucker 600ms linear; }
  .subscription-box label {
    font-size: 13px;
    color: #ccc;
    padding: 0 15px 0 30px;
    margin: 0 15px;
    line-height: 30px;
}
  .subscription-box input[type="email"] {
    font-family: ProximaNova-Bold;
    font-size: 14px;
    color: #CECECE;
    letter-spacing: 0;
    text-shadow: 0 1px 0 rgba(0,0,0,0.29);
    background: none;
    border: none;
    font-size: 13px;
    padding: 0;
    color: white;
    line-height: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .subscription-box input[type="email"]:focus {
      outline: none; }
  .subscription-box .button {
    /* Submit: */
    font-family: ProximaNova-Bold;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-shadow: 0 1px 0 rgba(0,0,0,0.24);
    background: #31C9BF;
    border: solid 1px #13CFC2;
    box-shadow: 0 16px 37px 0 rgba(0,0,0,0.25), 0 1px 0 0 #13CFC2, 0 6px 13px 0 rgba(48,201,190,0.34);
    border-radius: 30px;
    font-size: 13px;
    padding: 10px 20px;
    -webkit-transition: all 200ms;
    transition: all 200ms; }
    .subscription-box .button:hover {
      box-shadow: 0 16px 37px 0 rgba(0,0,0,0.25), 0 1px 0 0 #13CFC2, 0 6px 13px 0 rgba(48,201,190,0.34);
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      cursor: pointer; }

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin: 130px auto 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 7;
  position: relative; }

.badge {
  margin: 0 auto;
  display: block; }

footer {
  font-size: 13px;
  text-align: center;
  margin: 30px;
  font-size: 10px;
  color: #B3B0B4; }

@-webkit-keyframes pucker {
  from {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@keyframes pucker {
  from {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }
@-webkit-keyframes slide-left {
  from {
    -webkit-transform: translateX(200px) rotate(13deg);
            transform: translateX(200px) rotate(13deg); }
  to {
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0); } }
@keyframes slide-left {
  from {
    -webkit-transform: translateX(200px) rotate(13deg);
            transform: translateX(200px) rotate(13deg); }
  to {
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0); } }
@-webkit-keyframes slide-right {
  from {
    -webkit-transform: translateX(-200px) rotate(-13deg);
            transform: translateX(-200px) rotate(-13deg); }
  to {
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0); } }
@keyframes slide-right {
  from {
    -webkit-transform: translateX(-200px) rotate(-13deg);
            transform: translateX(-200px) rotate(-13deg); }
  to {
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0); } }


.footer-container {
  width: 320px;
  position: relative;
  margin: 100px auto 0;
  background-image: url('../img/logo-small.svg');
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: 50% 100px;
  z-index: 100;
}
.social-networks {
  float: left;
  width: 100%;
  height: 45px;
}
.tweeter {
  float: left;
  width: 45px;
  height: 45px;
  margin-left: 7.5%;
  background-image: url('../img/tweeter.svg');
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center center;
}

.meetup {
  float: left;
  width: 45px;
  height: 45px;
  background-image: url('../img/meetup.svg');
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center center;
}

.ind {
  float: left;
  width: 45px;
  height: 45px;
  margin-left: 7.5%;
  background-image: url('../img/linkedin.svg');
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center center;
}

.insta {
  float: left;
  width: 45px;
  height: 45px;
  margin-left: 7.5%;
  background-image: url('../img/instagram.svg');
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center center;
}

.copyright {
  margin: 180px auto 0;
  text-shadow: 0 1px 0 rgb(255, 255, 255);
  font-family: Merriweather;
  font-size: 0.7em;
  font-weight: 400;
  text-align: center;
  color: rgba(0, 0, 0, 0.31);
}

.fb {
  float: left;
  width: 45px;
  height: 45px;
  margin-left: 7.1875%;
  background-image: url('../img/facebook.svg');
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center center;
}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }

#thank-you {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  stroke: #fff;
}

.path-first {
  stroke-dasharray: 1800;
}

.path-second {
  stroke-dasharray: 300;
}

.path-third {
  stroke-dasharray: 200;
}

.path-fourth {
  stroke-dasharray: 300;
}

.path-fifth {
  stroke-dasharray: 800;
}

.path-sixth {
  stroke-dasharray: 600;
}


@media (max-width: 1260px) {
  #imgL3, #imgR3 {
    display: none; } }
@media (max-width: 1090px) {
  #imgL2, #imgR2 {
    display: none; } }
@media (max-width: 780px) {
  #imgL1, #imgR1 {
    display: none; }

  #macbook {
    margin: 30px 0 0 !important;
    width: 100%;
    height: auto;
    z-index: 4; 
    } }
