/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

/*______________________________________*/
/*SMOKE EFFECT*/
#wrap {
  width: 100%;
  position: fixed; }

.viewport {
  position: relative;
  width: 100%;
  height: 2000px;
  overflow: hidden; }

.viewport {
  position: relative;
  width: 100%;
  height: 2000px;
  overflow: hidden; }

.viewport .smoke {
  position: absolute;
  width: 100%;
  height: 1000px;
  background: url("http://i.imgur.com/pVI5HbP.png");
  bottom: 30; }

/*HEADLINE*/
#title {
  height: 500px;
  width: 100%;
  background: url("stuff/titlecrowd.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-attachment: fixed
  /*P.S. amazing solution for responsive background divs!*/ }
  @media screen and (max-width: 888px) {
    #title {
      position: relative;
      padding-bottom: 56%;
      height: 0; } }
  #title #choke {
    margin-left: auto;
    margin-right: auto;
    width: 880px; }
    @media screen and (max-width: 888px) {
      #title #choke {
        padding: 10px;
        width: 95%; } }

/*SUBTLE GIF*/
#retro {
  height: 300px;
  width: 100%;
  background: url("stuff/retro.gif");
  background-repeat: no-repeat;
  background-size: cover; }
  #retro #subhead {
    font-family: "Source Code Pro";
    color: white;
    font-size: 50px;
    text-align: center;
    padding: 100px;
    line-height: 150%; }
    @media screen and (max-width: 925px) {
      #retro #subhead {
        font-size: 30px; } }
    @media screen and (max-width: 1446px) {
      #retro #subhead {
        padding: 50px; } }

/*BODY COPY*/
.bodyCopy {
  font-family: 'Cousine';
  padding: 20px;
  color: white; }

/*FIRST SECTION*/
#body1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #262A22; }
  @media screen and (max-width: 1123px) {
    #body1 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; } }
  #body1 #copy1 {
    width: 50%;
    margin-top: 20px; }
    @media screen and (max-width: 1123px) {
      #body1 #copy1 {
        width: 90%;
        line-height: 150%; } }
  #body1 #map {
    width: 50%;
    height: 500px; }
    @media screen and (max-width: 1123px) {
      #body1 #map {
        width: 100%; } }

/*CITY FIXED*/
#city {
  width: 100%;
  height: 500px;
  background: url(stuff/bikes.jpg);
  background-size: cover;
  background-attachment: fixed; }
  @media screen and (max-width: 1123px) {
    #city {
      height: 300px; } }

/*SECOND SECTION*/
#body2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #262A22; }
  @media screen and (max-width: 1123px) {
    #body2 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; } }
  #body2 #copy2 {
    width: 50%; }
    @media screen and (max-width: 1123px) {
      #body2 #copy2 {
        width: 90%;
        line-height: 150%; } }
    @media screen and (max-width: 1360px) {
      #body2 #copy2 {
        font-size: 15px; } }
  #body2 #video {
    width: 50%;
    height: 600px;
    z-index: 123; }
    @media screen and (max-width: 1123px) {
      #body2 #video {
        width: 100%; } }

/*SMOG SCROLL*/
#planetsmog {
  width: 100%; }
  #planetsmog .earth {
    height: 100vh;
    text-indent: -9999px;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover; }
    #planetsmog .earth:nth-child(2n) {
      box-shadow: inset 0 0 1em #111; }
  #planetsmog #cloud1 {
    background-image: url("stuff/earth1.jpg"); }
  #planetsmog #cloud2 {
    background-image: url("stuff/earth2.jpg"); }
  #planetsmog #cloud3 {
    background-image: url("stuff/earth3.jpg"); }
  #planetsmog #cloud4 {
    background-image: url("stuff/earth4.jpg"); }
  #planetsmog #cloud5 {
    background-image: url("stuff/earth5.jpg"); }

/*THIRD SECTION*/
#body3 {
  width: 100%;
  height: 1000px;
  background: url(stuff/city.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  #body3 #copy3 {
    padding: 75px;
    color: #262A22;
    background: white;
    opacity: 0.7;
    font-size: 17px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
    @media screen and (max-width: 733px) {
      #body3 #copy3 {
        font-size: 15x;
        padding: 25px; } }

/*FOURTH SECTION*/
#body4 {
  width: 100%;
  background: #262A22;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (max-width: 1123px) {
    #body4 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; } }

/*BEFORE AFTER SLIDER*/
#slider {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  z-index: 123; }

.balinks {
  display: none; }

/*NEW BEFORE AFTER SLIDER*/
#newSlider {
  overflow: scroll;
  width: 1004px;
  height: 659px;
  z-index: 123; }
  #newSlider #before {
    background: url(stuff/before.jpg);
    width: 988px;
    height: 659px;
    background-size: cover;
    background-attachment: fixed; }
  #newSlider #after {
    background: url(stuff/after.jpg);
    width: 988px;
    height: 659px;
    background-size: cover;
    background-attachment: fixed; }

/*# sourceMappingURL=style.css.map */