html {
  height: 100%;
  margin-left: 140px;
  margin-right: 140px;
}

body {
  height: 100%;
  max-width: 1040px;
  background-color: #202020;
  margin: 0 auto;
}

#contain {
  height:100%;
  position:relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* NAV BAR */

.nav {
  padding: 54px 54px 0 54px;
}

.nav .cont {
  width: 100%;
  position: relative;
  background: transparent;
}

.brand {
  height: 58px;
  float: left;
}

.brand .appicon {
  display: inline-block;
  height: 54px;
  width: 54px;
}

.brand_logo {
  display: inline-block;
  height: 58px;
  line-height: 58px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 58px;
  letter-spacing: 2px;
  vertical-align: middle;
  margin-left: 14px;
  color: #fff;
  text-transform: uppercase;
}

.brand_logo a {
  color: #fff;
  text-decoration: none;
}

.brand_message {
  display: inline-block;
  height: 6px;
  vertical-align: middle;
  line-height: 64px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  color: rgba(32, 32, 32, 0.74);
}

.nav_links {
  display: inline-block;
  float: right;
  margin-top: -16px;
}

.menu {
  display: inline-block;
}

.menu li {
  display: inline-block;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-size: 12px;
  list-style: none;
  padding: 0px;
  text-transform: capitalize;
}

.menu li a {
  color: #fff;
  padding: 0 18px 0 0;
  line-height: 55px;
  text-decoration: none;
}

.menu li a:hover {
  color:#fff;
  text-decoration: none;
}

.appstoreicon {
  display: inline-block;
  width: 162px;
  height: 50px;
  position: relative;
  padding-top: 18px;
  margin-left: 4px;
}

.appstoreicon a {
  background: url(/img/appstoreicon.svg) no-repeat left top;
  font-family: "Montserrat", sans-serif;
  color: white;
  display: block;
  position: absolute;
  width: inherit;
  height: inherit;
  text-decoration: none;
}

.appstoreicon img {
  position: absolute;
  left: 0;
  top: 0;
  width: inherit;
  height: inherit;
}

.appstoreicon span {
  display: block;
  height: inherit;
  line-height: 50px;
  font-size: 14px;
  padding: 0 0 0 26px;
}

/* FADE IN */

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:0.75s;
  -moz-animation-duration:0.75s;
  animation-duration:0.75s;
}

.fade-in.one {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.fade-in.two {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay:0.6s;
  animation-delay: 0.6s;
}

.fade-in.three {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.fade-in.four {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.fade-in.five {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

/* CONTENT SECTION 1 */

.content_section_1 {
  width: 100%;
  position: relative;
  background: transparent;
  height: 100%;
  width: 100%;
}

.tutorial {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.header-1 {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.app_copy {
  width: 100%;
  margin-top: 90px;
}

.content_section_1 .app_copy h1 {
  display: block;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  line-height: 48px;
  width: 720px;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

.content_section_1 .text-divider {
  display: inline-block;
  height: 3px;
  width: 180px;
  background-color: #202020;
  margin-top: 18px;
}

.product_images {
  margin-top: 72px;
}

.product_images #image-1 {
  display: inline-block;
}

.product_images #image-2 {
  display: inline-block;
}

.product_images #image-3 {
  display: inline-block;
}

/* DIVIDER */

.divider {
  display: inline-block;
  margin: 0 auto;
  height: 1px;
  width: 100%;
  background-color: #eeeeee;
}

/* FOOTER */

.footer {
  display: inline-block;
  width: 100%;
  padding: 0 54px 30px 54px;
}

.footer .footcont {
  width: 100%;
  background: transparent;
}

.copyright {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.copyright_message li {
  display: inline-block;
  height: 9px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #fff;
}

.copyright_message li a {
  color: #fff;
  line-height: 55px;
  text-decoration: none;
}

.copyright_message li a:hover {
  text-decoration: none;
}

.mobile_footer_menu {
  display: none;
}

.mobile_footer_menu li {
  display: inline-block;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-size: 12px;
  list-style: none;
  padding: 0px;
  text-transform: capitalize;
}

.mobile_footer_menu li a {
  color: #fff;
  padding: 0 0 0 18px;
  line-height: 55px;
  text-decoration: none;
}

.mobile_footer_menu li a:hover {
  color:#202020;
  text-decoration: none;
}

.footer_menu li {
  display: inline-block;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-size: 12px;
  list-style: none;
  padding: 0px;
  text-transform: capitalize;
}

.footer_menu li a {
  color: #fff;
  padding: 0 0 0 18px;
  line-height: 55px;
  text-decoration: none;
}

.footer_menu li a:hover {
  color:#202020;
  text-decoration: none;
}

/* ---- PRIVACY CSS ---- */

.privacy {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.privacy-1 img {
  display: block;
  margin: 0 auto;
  width: 14%;
  margin-top: 100px;
}

.about h2 {
  margin: 8px auto;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  width: 60%;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #fff;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

.privacytext h2 {
  display: block;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 36px;
  width: 70%;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  margin-top: 24px;
  -webkit-font-smoothing: antialiased;
}

.privacytext h3 {
  display: block;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.25px;
  text-align: center;
  color: #fff;
  max-width: 440px;
  padding-bottom: 72px;
  -webkit-font-smoothing: antialiased;
}

.privacytext h4 {
  display: block;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.25px;
  color: #fff;
  max-width: 440px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 36px;
}

.privacytext p {
  display: block;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.25px;
  color: #fff;
  max-width: 440px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 36px;
}

.privacytext h5 {
  display: block;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.25px;
  color: #fff;
  max-width: 440px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 36px;
}

/* ----------- Desktop Responsiveness ----------- */

@media only screen and (min-width : 800px) and (max-width: 1260px) {

/* ---- Home ---- */
  html {
    margin-left: 0px;
    margin-right: 0px;
  }

  body {
    width: 800px;
  }

  .nav {
    padding: 54px 72px 0 72px;
  }

  .appstoreicon {
    padding-top: 20px;
  }

  .divider {
    height: 1px;
  }

  .content_section_1 {
    height: 898px;
  }

  .content_section_1 .header-1 {
    float: none;
    margin-right: 0px;
  }

  .content_section_1 .header-1 .app_copy {
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .content_section_1 .header-1 .app_copy h1 {
    margin: 0 auto;
    text-align: center;
    margin-top: 72px;
  }

  .content_section_1 .header-1 .app_copy .text-divider {
    display: none;
  }

  .content_section_1 .header-1 .app_copy h2 {
    margin: 0 auto;
    text-align: center;
    margin-top: 14px;
  }

  .content_section_1 .tutorial {
    float: none;
    margin-left: 0px;
  }

  #device {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 18px;
  }

}

@media only screen and (min-width : 400px) and (max-width: 799px) {

/* ---- Home ---- */
  html {
    margin-left: 0px;
    margin-right: 0px;
  }

  body {
    width: 400px;
  }

  .nav {
    padding: 30px 18px 0 18px;
  }

  .nav .nav_links .menu {
    display: none;
  }

  .nav .nav_links {
    margin-top: 4px;
  }

  .appstoreicon {
    padding-top: 0px;
  }

  .button_container {
    color: #fff;
    background-color: #202020;
    height: 34px;
  }

  .divider {
    height: 1px;
  }

  .content_section_1 {
    height: 864px;
  }

  .content_section_1 .header-1 {
    float: none;
    margin-right: 0px;
  }

  .content_section_1 .header-1 .app_copy {
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .content_section_1 .header-1 .app_copy h1 {
    margin: 0 auto;
    text-align: center;
    margin-top: 90px;
    font-size: 30px;
    line-height: 44px;
    width: 370px;
    letter-spacing: 0.5px;
  }

  .content_section_1 .tutorial {
    float: none;
    margin-left: 0px;
  }

  .tutorial .bubbles {
    display: block;
    margin: -250px auto;
    text-align: center;
  }

  .tutorial .bubbles img {
    width: 400px;
  }

  #device {
    display: block;
    margin: 0 auto;
  }

  .footer {
    padding: 24px;
  }

  .footer .copyright {
    display: block;
    margin: 0 auto;
    text-align: center;
    float: none;
  }

  .footer .footer_links {
    float: none;
  }

  .footer .footer_links .footer_menu li {
    display: block;
    text-align: center;
  }

  .footer .footer_links .mobile_footer_menu {
    display: block;
  }

  .footer .footer_links .mobile_footer_menu li {
    display: block;
    text-align: center;
  }

  /* ---- PRIVACY ---- */

  .privacy-1 img {
    width: 28%;
  }

  .privacytext h4 {
    width: 80%;
  }

  .privacytext p {
    width: 80%;
  }

}

/* ----------- iPhone 5 & 5S ----------- */

/* Portrait */
@media screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2){
/*---- Home ---- */
  html {
    margin-left: 0px;
    margin-right: 0px;
  }

  body {
    width: 100%;
  }

  .nav {
    padding: 24px 2px 0px 2px;
  }

  .nav .nav_links .menu {
    display: none;
  }

  .nav .nav_links {
    margin-top: 4px;
  }

  .nav .brand .brand_logo {
    text-align: left;
    display: inline-block;
    margin-left: 8px;
    font-size: 16px;
  }

  .nav .brand_message {
    display: none;
  }

  .button_container {
    display: none;
  }

  .appstoreicon {
    padding-top: 0px;
  }

  .divider {
    height: 1px;
  }

  .content_section_1 {
    height: 760px;
  }

  .content_section_1 .header-1 {
    float: none;
    margin-top: 54px;
  }

  .content_section_1 .header-1 .app_copy {
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .content_section_1 .header-1 .app_copy h1 {
    margin: 0 auto;
    text-align: center;
    margin-top: 24px;
    font-size: 24px;
    line-height: 36px;
    width: 95%;
    letter-spacing: 0.5px;
  }

  .content_section_1 .tutorial {
    float: none;
    margin-left: 0px;
  }

  .tutorial .bubbles {
    display: block;
    margin: -250px auto;
    text-align: center;
  }

  .tutorial .bubbles img {
    width: 320px;
  }

  #device {
    display: block;
    margin: 0 auto;
  }

  .footer {
    padding: 24px 24px 30px 24px;
  }

  .footer .copyright {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 102%;
  }

  .footer .footer_links {
    float: none;
  }

  .footer .footer_links .footer_menu li {
    display: block;
    text-align: center;
  }

  .footer .footer_links .mobile_footer_menu {
    display: block;
    margin-left: -55px;
  }

  .footer .footer_links .mobile_footer_menu li {
    display: block;
    text-align: center;
  }

  /* ---- PRIVACY ---- */

  .privacy-1 img {
    width: 28%;
  }

  .privacytext h4 {
    width: 80%;
  }

  .privacytext p {
    width: 80%;
  }

}

/* ----------- iPhone 6 ----------- */

/* Portrait */
@media screen and (min-device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
/*---- Home ---- */
  html {
    margin-left: 0px;
    margin-right: 0px;
  }

  body {
    width: 375px;
  }

  .nav {
    padding: 24px 12px 0 12px;
  }

  .nav .nav_links .menu {
    display: none;
  }

  .nav .nav_links {
    margin-top: 4px;
  }

  .nav .brand_message {
    display: none;
  }

  .button_container {
    display: none;
  }

  .brand .brand_logo {
    font-size: 16px;
  }

  .appstoreicon {
    padding-top: 0px;
  }

  .divider {
    height: 1px;
  }

  .content_section_1 {
    height: 828px;
  }

  .content_section_1 .header-1 {
    float: none;
    margin-top: 72px;
  }

  .content_section_1 .header-1 .app_copy {
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .content_section_1 .header-1 .app_copy h1 {
    margin: 0 auto;
    text-align: center;
    margin-top: 54px;
    font-size: 28px;
    line-height: 40px;
    width: 92%;
    letter-spacing: 1px;
  }

  .content_section_1 .header-1 .app_copy .text-divider {
    display: none;
  }

  .content_section_1 .tutorial {
    float: none;
    margin-left: 0px;
  }

  .tutorial .bubbles {
    display: block;
    margin: -250px auto;
    text-align: center;
  }

  .tutorial .bubbles img {
    width: 375px;
  }

  #device {
    display: block;
    margin: 0 auto;
  }

  .footer .copyright {
    display: block;
    margin: 0 auto;
    text-align: center;
    float: none;
  }

  .footer {
    padding: 36px 54px 30px 54px;
  }

  .footer .footer_links {
    float: none;
  }

  .footer .footer_links .footer_menu li {
    display: block;
    text-align: center;
  }

  .footer .footer_links .mobile_footer_menu {
    display: block;
    margin-left: -50px;
  }

  .footer .footer_links .mobile_footer_menu li {
    display: block;
    text-align: center;
  }

  /* ---- PRIVACY ---- */

  .privacy-1 img {
    width: 28%;
  }

  .privacytext h4 {
    width: 80%;
  }

  .privacytext p {
    width: 80%;
  }

}

/* ----------- iPad ----------- */
/* Portrait */
@media screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) {
/*---- Home ---- */
  html {
    margin-left: 0px;
    margin-right: 0px;
  }

  body {
    width: 480px;
  }

  .nav {
    padding: 54px 24px 0 24px;
  }

  .nav .nav_links .menu {
    display: none;
  }

  .nav .nav_links {
    margin-top: 4px;
  }

  .nav .brand_message {
    display: none;
  }

  .button_container {
    display: none;
  }

  .appstoreicon {
    padding-top: 0px;
  }

  .divider {
    height: 1px;
  }

  .content_section_1 {
    height: 850px;
  }

  .content_section_1 .header-1 {
    float: none;
    margin-top: 72px;
  }

  .content_section_1 .header-1 .app_copy {
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .content_section_1 .header-1 .app_copy h1 {
    margin: 0 auto;
    text-align: center;
    margin-top: 54px;
    font-size: 28px;
    line-height: 40px;
    width: 92%;
    letter-spacing: 1px;
  }

  .content_section_1 .header-1 .app_copy .text-divider {
    display: none;
  }

  .content_section_1 .tutorial {
    float: none;
    margin-left: 0px;
  }

  .tutorial .bubbles {
    display: block;
    margin: -290px auto;
    text-align: center;
  }

  .tutorial .bubbles img {
    width: 480px;
  }

  #device {
    display: block;
    margin: 0 auto;
  }

  .footer .copyright {
    display: block;
    margin: 0 auto;
    text-align: center;
    float: none;
  }

  .footer {
    padding: 36px 54px 54px 54px;
  }

  .footer .footer_links {
    float: none;
  }

  .footer .footer_links .footer_menu li {
    display: block;
    text-align: center;
  }

  .footer .footer_links .mobile_footer_menu {
    display: block;
    margin-left: -50px;
  }

  .footer .footer_links .mobile_footer_menu li {
    display: block;
    text-align: center;
  }

  /* ---- PRIVACY ---- */

  .privacy-1 img {
    width: 28%;
  }

  .privacytext h4 {
    width: 80%;
  }

  .privacytext p {
    width: 80%;
  }

}

/* ----------- GALAXY S5 ----------- */

/* Portrait */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
/*---- Home ---- */
  html {
    margin-left: 0px;
    margin-right: 0px;
  }

  body {
    width: 360px;
  }

  .nav {
    padding: 24px 12px 0 12px;
  }

  .nav .nav_links .menu {
    display: none;
  }

  .nav .nav_links {
    margin-top: 4px;
  }

  .nav .brand_message {
    display: none;
  }

  .button_container {
    display: none;
  }

  .appstoreicon {
    padding-top: 0px;
  }

  .divider {
    height: 1px;
  }

  .content_section_1 {
    height: 828px;
  }

  .content_section_1 .header-1 {
    float: none;
    margin-top: 72px;
  }

  .content_section_1 .header-1 .app_copy {
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .content_section_1 .header-1 .app_copy h1 {
    margin: 0 auto;
    text-align: center;
    margin-top: 54px;
    font-size: 28px;
    line-height: 40px;
    width: 92%;
    letter-spacing: 1px;
  }

  .content_section_1 .header-1 .app_copy .text-divider {
    display: none;
  }

  .content_section_1 .tutorial {
    float: none;
    margin-left: 0px;
  }

  .tutorial .bubbles {
    display: block;
    margin: -250px auto;
    text-align: center;
  }

  .tutorial .bubbles img {
    width: 360px;
  }

  #device {
    display: block;
    margin: 0 auto;
  }

  .footer .copyright {
    display: block;
    margin: 0 auto;
    text-align: center;
    float: none;
  }

  .footer {
    padding: 36px 54px 30px 54px;
  }

  .footer .footer_links {
    float: none;
  }

  .footer .footer_links .footer_menu li {
    display: block;
    text-align: center;
  }

  .footer .footer_links .mobile_footer_menu {
    display: block;
    margin-left: -50px;
  }

  .footer .footer_links .mobile_footer_menu li {
    display: block;
    text-align: center;
  }

  /* ---- PRIVACY ---- */

  .privacy-1 img {
    width: 28%;
  }

  .privacytext h4 {
    width: 80%;
  }

  .privacytext p {
    width: 80%;
  }

}

