/* 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;
}

@font-face {
  font-family: 'muncie';
  src: url("fonts/muncie/muncie-webfont.eot");
  src: url("fonts/muncie/muncie-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/muncie/muncie-webfont.woff2") format("woff2"), url("fonts/muncie/muncie-webfont.woff") format("woff"), url("fonts/muncie/muncie-webfont.ttf") format("truetype"), url("fonts/muncie/muncie-webfont.svg#muncieregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fixedsys';
  src: url("fonts/fixedsys/fsex300-webfont.eot");
  src: url("fonts/fixedsys/fsex300-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/fixedsys/fsex300-webfont.woff2") format("woff2"), url("fonts/fixedsys/fsex300-webfont.woff") format("woff"), url("fonts/fixedsys/fsex300-webfont.ttf") format("truetype"), url("fonts/fixedsys/fsex300-webfont.svg#fixedsys_excelsior_3.01Rg") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #ed1c24;
  overflow-x: hidden;
}

.desktop-style {
  position: fixed;
  z-index: 30;
  width: 100vw;
  height: 100vh;
}
.desktop-style svg {
  width: 100vw;
  height: 100vh;
}

.cell {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.cell .text p {
  font-family: fixedsys;
  color: #ede6ce;
  box-sizing: border-box;
  padding: 30px;
}

#cell1 {
  overflow: hidden;
  position: relative;
  background: black;
}
@media screen and (max-width: 800px) {
  #cell1 {
    height: 50vh;
  }
}
#cell1 .img1 {
  width: 50%;
  position: absolute;
  z-index: 2;
}
#cell1 .img2 {
  position: absolute;
  z-index: 0;
  margin-left: -20%;
  width: 80%;
  margin-top: 15%;
  right: -10%;
}
#cell1 h1 {
  position: absolute;
  font-size: 9rem;
  -webkit-transform: rotate(13deg);
      -ms-transform: rotate(13deg);
          transform: rotate(13deg);
  right: 19%;
  top: 15vw;
  font-family: muncie;
}
#cell1 .highlight {
  color: #ede6ce;
  font-size: 7rem;
}

#cell2 {
  position: relative;
  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;
}
@media screen and (max-width: 800px) {
  #cell2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 200vh;
  }
}
#cell2 #text1 {
  font-family: fixedsys;
  color: #ede6ce;
  box-sizing: border-box;
  padding: 30px;
  width: 50%;
}
@media screen and (max-width: 800px) {
  #cell2 #text1 {
    width: 100%;
  }
}
#cell2 #text-input1 {
  display: none;
}
#cell2 img.home {
  position: absolute;
  z-index: -1;
  top: 30%;
  right: 340px;
  width: 40px;
}
@media screen and (max-width: 800px) {
  #cell2 img.home {
    bottom: 30%;
    top: auto;
    right: 50%;
  }
}
#cell2 img.glass {
  position: absolute;
  z-index: 1;
  width: 250px;
  margin-top: 8%;
  right: -250px;
}
@media screen and (max-width: 800px) {
  #cell2 img.glass {
    margin-top: auto;
    bottom: 12%;
    left: 40%;
    right: auto;
  }
}

.animate-glass {
  -webkit-animation: glass 2s ease;
          animation: glass 2s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (max-width: 800px) {
  .animate-glass {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
}

.animate-home {
  -webkit-animation: home .4s ease;
          animation: home .4s ease;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media screen and (max-width: 800px) {
  @-webkit-keyframes glass {
    from {
      right: -50%;
      bottom: 8%;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    to {
      right: 10px;
      bottom: 6%;
      -webkit-transform: rotate(-40deg);
              transform: rotate(-40deg);
    }
  }
  @keyframes glass {
    from {
      right: -50%;
      bottom: 8%;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    to {
      right: 10px;
      bottom: 6%;
      -webkit-transform: rotate(-40deg);
              transform: rotate(-40deg);
    }
  }
}
@-webkit-keyframes glass {
  from {
    right: -250px;
    margin-top: 8%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    right: 160px;
    margin-top: 10%;
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
}
@keyframes glass {
  from {
    right: -250px;
    margin-top: 8%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    right: 160px;
    margin-top: 10%;
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
}
@-webkit-keyframes home {
  from {
    width: 40px;
    margin-top: 0;
    margin-right: 0;
  }
  to {
    width: 100px;
    margin-top: -30px;
    margin-right: -30px;
  }
}
@keyframes home {
  from {
    width: 40px;
    margin-top: 0;
    margin-right: 0;
  }
  to {
    width: 100px;
    margin-top: -30px;
    margin-right: -30px;
  }
}
#cell3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  background: black;
}
@media screen and (max-width: 800px) {
  #cell3 {
    height: 200vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#cell3 #text2 {
  font-family: fixedsys;
  color: #ede6ce;
  box-sizing: border-box;
  padding: 30px;
  width: 100%;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-fill: auto;
     -moz-column-fill: auto;
          column-fill: auto;
  height: 56%;
}
@media screen and (max-width: 800px) {
  #cell3 #text2 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
#cell3 #text-input2 {
  display: none;
}
#cell3 .skynet1 {
  position: absolute;
  width: 100%;
  top: -32%;
  left: 0;
  margin: 0;
}
#cell3 .skynet2 {
  position: absolute;
  width: 100%;
  top: -30%;
  left: 0;
  margin: 0;
}
#cell3 .skynet3 {
  position: absolute;
  width: 100%;
  top: -30%;
  left: 0;
  margin: 0;
}

.skynet1-animate {
  -webkit-animation: skynet1 .75s ease-out;
          animation: skynet1 .75s ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.skynet2-animate {
  -webkit-animation: skynet2 .75s ease-out .3;
          animation: skynet2 .75s ease-out .3;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.skynet3-animate {
  -webkit-animation: skynet3 .75s ease-out .6;
          animation: skynet3 .75s ease-out .6;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes skynet1 {
  from {
    top: -32%;
  }
  to {
    top: 0;
  }
}

@keyframes skynet1 {
  from {
    top: -32%;
  }
  to {
    top: 0;
  }
}
@-webkit-keyframes skynet2 {
  from {
    top: -30%;
  }
  to {
    top: 37%;
  }
}
@keyframes skynet2 {
  from {
    top: -30%;
  }
  to {
    top: 37%;
  }
}
@-webkit-keyframes skynet3 {
  from {
    top: -30%;
  }
  to {
    top: 8%;
  }
}
@keyframes skynet3 {
  from {
    top: -30%;
  }
  to {
    top: 8%;
  }
}
#cell4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 800px) {
  #cell4 {
    height: 200vh;
  }
}
#cell4 #text3 {
  font-family: fixedsys;
  color: #ede6ce;
  box-sizing: border-box;
  padding: 30px;
  width: 100%;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-fill: auto;
     -moz-column-fill: auto;
          column-fill: auto;
  height: 56%;
}
@media screen and (max-width: 800px) {
  #cell4 #text3 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
#cell4 #text-input3 {
  display: none;
}
#cell4 img.net {
  position: absolute;
  bottom: -50%;
  right: -40%;
  width: 100%;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.animate-net {
  -webkit-animation: net 3s ease-in-out;
          animation: net 3s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes net {
  0% {
    bottom: -50%;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  40% {
    bottom: 10%;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  70% {
    bottom: 8%;
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  100% {
    bottom: 10%;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}

@keyframes net {
  0% {
    bottom: -50%;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  40% {
    bottom: 10%;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  70% {
    bottom: 8%;
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  100% {
    bottom: 10%;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
#cell5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  background: black;
}
#cell5 #text4 {
  font-family: fixedsys;
  color: #ede6ce;
  box-sizing: border-box;
  padding: 30px;
  width: 50%;
}
@media screen and (max-width: 800px) {
  #cell5 #text4 {
    width: 100%;
  }
}
#cell5 #text-input4 {
  display: none;
}
#cell5 .drone1 {
  position: absolute;
  z-index: 3;
  width: 25vw;
  top: 110vh;
}
@media screen and (max-width: 800px) {
  #cell5 .drone1 {
    width: 35vw;
    margin-left: -17.5vw;
    left: 50%;
  }
}
#cell5 .drone2 {
  position: absolute;
  z-index: 2;
  width: 40vw;
  top: 110vh;
  left: 43%;
}
@media screen and (max-width: 800px) {
  #cell5 .drone2 {
    width: 55vw;
    margin-left: -27.5vw;
    left: 50%;
  }
}
#cell5 .drone3 {
  position: absolute;
  z-index: 1;
  width: 50vw;
  top: 110vh;
  left: 38%;
}
@media screen and (max-width: 800px) {
  #cell5 .drone3 {
    width: 70vw;
    margin-left: -35vw;
    left: 50%;
  }
}

@-webkit-keyframes hover1 {
  from {
    top: 10%;
  }
  to {
    top: 11%;
  }
}

@keyframes hover1 {
  from {
    top: 10%;
  }
  to {
    top: 11%;
  }
}
@-webkit-keyframes hover2 {
  from {
    top: 30%;
  }
  to {
    top: 31%;
  }
}
@keyframes hover2 {
  from {
    top: 30%;
  }
  to {
    top: 31%;
  }
}
@-webkit-keyframes hover3 {
  from {
    top: 43%;
  }
  to {
    top: 44%;
  }
}
@keyframes hover3 {
  from {
    top: 43%;
  }
  to {
    top: 44%;
  }
}
.drone1-animate {
  -webkit-animation: drone1 1s ease-out, hover1 1s ease-in-out 1s infinite alternate;
          animation: drone1 1s ease-out, hover1 1s ease-in-out 1s infinite alternate;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}

.drone2-animate {
  -webkit-animation: drone2 1s ease-out .5s, hover2 1s ease-in-out 1.5s infinite alternate;
          animation: drone2 1s ease-out .5s, hover2 1s ease-in-out 1.5s infinite alternate;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}

.drone3-animate {
  -webkit-animation: drone3 1s ease-out 1s, hover3 1s ease-in-out 2s infinite alternate;
          animation: drone3 1s ease-out 1s, hover3 1s ease-in-out 2s infinite alternate;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}

@-webkit-keyframes drone1 {
  from {
    top: 110vh;
  }
  to {
    top: 10%;
  }
}

@keyframes drone1 {
  from {
    top: 110vh;
  }
  to {
    top: 10%;
  }
}
@-webkit-keyframes drone2 {
  from {
    top: 110vh;
  }
  to {
    top: 30%;
  }
}
@keyframes drone2 {
  from {
    top: 110vh;
  }
  to {
    top: 30%;
  }
}
@-webkit-keyframes drone3 {
  from {
    top: 110vh;
  }
  to {
    top: 43%;
  }
}
@keyframes drone3 {
  from {
    top: 110vh;
  }
  to {
    top: 43%;
  }
}
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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