@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600");
.wow {
  visibility: hidden;
}

body {
  font-family: 'Open Sans',sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin: 0;
  color: #111;
  background-color: #222;
  overflow-x: hidden;
}

@media (max-width: 1366px) {
  body {
    font-size: 17px;
  }
}
@media (max-width: 800px) {
  body {
    font-size: 16px;
  }

  ul {
    padding-left: 1.5em;
  }
}
section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 25px 10%;
  overflow: hidden;
  background-color: #eee;
}

@media (max-width: 1366px) {
  section {
    padding: 15px 5%;
  }
}
@media (max-width: 800px) {
  section {
    justify-content: flex-start;
    height: auto;
    min-height: 89vh;
    padding: 7vh 5% 4vh;
  }
}
.colspace {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 800px) {
  .colspace.mreverse {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
  }
}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12,
.mcol1, .mcol2, .mcol3, .mcol4, .mcol5, .mcol6, .mcol7, .mcol8, .mcol9, .mcol10, .mcol11, .mcol12,
.scol1, .scol2, .scol3, .scol4, .scol5, .scol6, .scol7, .scol8, .scol9, .scol10, .scol11, .scol12 {
  position: relative;
}

.col1 {
  width: 8.33333% !important;
}

.col2 {
  width: 16.66667% !important;
}

.col3 {
  width: 25% !important;
}

.col4 {
  width: 33.33333% !important;
}

.col5 {
  width: 41.66667% !important;
}

.col6 {
  width: 50% !important;
}

.col7 {
  width: 58.33333% !important;
}

.col8 {
  width: 66.66667% !important;
}

.col9 {
  width: 75% !important;
}

.col10 {
  width: 83.33333% !important;
}

.col11 {
  width: 91.66667% !important;
}

.col12 {
  width: 100% !important;
}

.ml0 {
  margin-left: 0% !important;
}

.ml1 {
  margin-left: 8.33333% !important;
}

.ml2 {
  margin-left: 16.66667% !important;
}

.ml3 {
  margin-left: 25% !important;
}

.ml4 {
  margin-left: 33.33333% !important;
}

.ml5 {
  margin-left: 41.66667% !important;
}

.ml6 {
  margin-left: 50% !important;
}

.ml7 {
  margin-left: 58.33333% !important;
}

.ml8 {
  margin-left: 66.66667% !important;
}

.ml9 {
  margin-left: 75% !important;
}

.ml10 {
  margin-left: 83.33333% !important;
}

.ml11 {
  margin-left: 91.66667% !important;
}

.mt100 {
  margin-top: 1em !important;
}

.mt50 {
  margin-top: 0.5em !important;
}

.mt25 {
  margin-top: 0.25em !important;
}

.mb100 {
  margin-bottom: 1em !important;
}

.mb50 {
  margin-bottom: 0.5em !important;
}

.mb25 {
  margin-bottom: 0.25em !important;
}

@media (max-width: 1366px) {
  .mcol1 {
    width: 8.33333% !important;
  }

  .mcol2 {
    width: 16.66667% !important;
  }

  .mcol3 {
    width: 25% !important;
  }

  .mcol4 {
    width: 33.33333% !important;
  }

  .mcol5 {
    width: 41.66667% !important;
  }

  .mcol6 {
    width: 50% !important;
  }

  .mcol7 {
    width: 58.33333% !important;
  }

  .mcol8 {
    width: 66.66667% !important;
  }

  .mcol9 {
    width: 75% !important;
  }

  .mcol10 {
    width: 83.33333% !important;
  }

  .mcol11 {
    width: 91.66667% !important;
  }

  .mcol12 {
    width: 100% !important;
  }

  .mml0 {
    margin-left: 0% !important;
  }

  .mml1 {
    margin-left: 8.33333% !important;
  }

  .mml2 {
    margin-left: 16.66667% !important;
  }

  .mml3 {
    margin-left: 25% !important;
  }

  .mml4 {
    margin-left: 33.33333% !important;
  }

  .mml5 {
    margin-left: 41.66667% !important;
  }

  .mml6 {
    margin-left: 50% !important;
  }

  .mml7 {
    margin-left: 58.33333% !important;
  }

  .mml8 {
    margin-left: 66.66667% !important;
  }

  .mml9 {
    margin-left: 75% !important;
  }

  .mml10 {
    margin-left: 83.33333% !important;
  }

  .mml11 {
    margin-left: 91.66667% !important;
  }

  .mmt50 {
    margin-top: 0.5em !important;
  }
}
@media (max-width: 800px) {
  .scol1 {
    width: 8.33333% !important;
  }

  .scol2 {
    width: 16.66667% !important;
  }

  .scol3 {
    width: 25% !important;
  }

  .scol4 {
    width: 33.33333% !important;
  }

  .scol5 {
    width: 41.66667% !important;
  }

  .scol6 {
    width: 50% !important;
  }

  .scol7 {
    width: 58.33333% !important;
  }

  .scol8 {
    width: 66.66667% !important;
  }

  .scol9 {
    width: 75% !important;
  }

  .scol10 {
    width: 83.33333% !important;
  }

  .scol11 {
    width: 91.66667% !important;
  }

  .scol12 {
    width: 100% !important;
  }

  .sml0 {
    margin-left: 0% !important;
  }

  .sml1 {
    margin-left: 8.33333% !important;
  }

  .sml2 {
    margin-left: 16.66667% !important;
  }

  .sml3 {
    margin-left: 25% !important;
  }

  .sml4 {
    margin-left: 33.33333% !important;
  }

  .sml5 {
    margin-left: 41.66667% !important;
  }

  .sml6 {
    margin-left: 50% !important;
  }

  .sml7 {
    margin-left: 58.33333% !important;
  }

  .sml8 {
    margin-left: 66.66667% !important;
  }

  .sml9 {
    margin-left: 75% !important;
  }

  .sml10 {
    margin-left: 83.33333% !important;
  }

  .sml11 {
    margin-left: 91.66667% !important;
  }

  .smt50 {
    margin-top: 0.5em !important;
  }

  .smt100 {
    margin-top: 1em !important;
  }

  .smt200 {
    margin-top: 2em !important;
  }

  .smb50 {
    margin-bottom: 0.5em !important;
  }

  .smb100 {
    margin-bottom: 1em !important;
  }

  .smb200 {
    margin-bottom: 2em !important;
  }
}
p, h1, h2, h3, h4, .center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.default-anim {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

h1 {
  font-size: 2.4em;
  font-weight: 300;
  margin: 0.5em 0;
}

@media (max-width: 1366px) {
  h1 {
    font-size: 1.8em;
  }
}
@media (max-width: 800px) {
  h1 {
    font-size: 1.65em;
  }
}
h3 {
  font-weight: 300;
  font-size: 1.6em;
  margin: 0.8em 0 0.4em 0;
}

@media (max-width: 1366px) {
  h3 {
    font-size: 1.3em;
  }
}
img {
  max-width: 100%;
}

header {
  position: fixed;
  width: 100%;
  height: 5vh;
  top: 0;
  z-index: 100;
  background-color: #111;
  text-align: center;
  opacity: 0;
  margin-top: -5vh;
  padding: 2px;
  overflow: hidden;
}
header img {
  max-height: 98%;
}

@media (max-width: 1366px) {
  header {
    height: 4vh;
  }
}
body.scrolled header {
  opacity: 1;
  margin-top: 0;
}

#s1 {
  background-color: #111111;
  color: #eeeeee;
}
#s1 .subtitle {
  margin-top: -10vh;
  margin-bottom: 0;
}

@media (max-width: 800px) {
  #s1 .subtitle {
    margin-top: -3vh;
  }
}
#s2 {
  background-color: #dddddd;
}

#s3 {
  background-color: #eedddd;
}
#s3 .huge {
  font-size: 3.5em;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 800px) {
  #s3 .huge {
    font-size: 2em;
    line-height: 1em;
  }
}
#s4 {
  background-color: #222299;
  color: #eeeeee;
}
#s4 > h1, #s4 > p {
  z-index: 10;
}
#s4 .style {
  font-family: "Comic Sans MS", cursive, sans-serif;
  margin: 0.3em 0 2.5em 0;
  font-size: 5em;
  text-shadow: 7px 7px 0 #ff00ff;
  z-index: 10;
}
#s4 #gif1, #s4 #gif2, #s4 #gif3, #s4 #gif4, #s4 #nppt {
  position: absolute;
}
#s4 #gif1 {
  width: 13%;
  top: 15%;
  left: 15%;
}
#s4 #gif2 {
  width: 13%;
  top: 60%;
  left: 44%;
}
#s4 #gif3 {
  width: 13%;
  top: 52%;
  left: 20%;
  transform: rotate(-20deg);
}
#s4 #gif4 {
  width: 7%;
  top: 30%;
  left: 70%;
}
#s4 #nppt {
  display: block;
  top: 65%;
  left: 65%;
  max-width: 30%;
  background-color: #000000;
  font-family: "Times New Roman", Times, serif;
  transform: rotate(7deg);
}
#s4 #nppt table {
  margin: 5px;
  border: 1px solid #ff0000;
  color: #eeeeee;
  font-size: 0.9em;
}
#s4 #nppt td {
  padding: 0.1em;
  border: 1px solid #ffffff;
}

@media (max-width: 1366px) {
  #s4 #gif1 {
    width: 15%;
    top: 11%;
    left: 10%;
  }
  #s4 #gif2 {
    width: 15%;
    top: 62%;
    left: 43%;
  }
  #s4 #gif3 {
    width: 15%;
    top: 57%;
    left: 13%;
  }
  #s4 #gif4 {
    width: 10%;
    top: 28%;
    left: 80%;
  }
  #s4 #nppt {
    left: 62%;
    max-width: 35%;
  }
}
@media (max-width: 800px) {
  #s4 {
    height: 100vh;
  }
  #s4 .style {
    margin: 1.5em 0 1.5em 0;
    font-size: 3em;
    text-shadow: 4px 4px 0 #ff00ff;
  }
  #s4 #gif1 {
    width: 23%;
    top: 27%;
    left: 10%;
  }
  #s4 #gif2 {
    width: 34%;
    top: 50%;
    left: 51%;
  }
  #s4 #gif3 {
    width: 15%;
    top: 52%;
    left: 13%;
  }
  #s4 #gif4 {
    width: 10%;
    top: 28%;
    left: 80%;
  }
  #s4 #nppt {
    top: auto;
    bottom: 2%;
    left: 10%;
    max-width: 80%;
  }
}
#s5 {
  background-color: #000000;
  color: #eeeeee;
}
#s5 .huge {
  font-size: 2.5em;
  font-weight: 700;
  margin: 0;
}

#s6 {
  background-color: #eedddd;
}

#s7 {
  background-color: #882222;
  color: #eeeeee;
}
#s7 .huge {
  font-size: 2.5em;
  font-weight: 700;
  margin: 0;
}
#s7 .transport p {
  margin: 0.1em 0;
  margin-left: 10%;
  width: 80%;
  text-align: left;
}
#s7 .transport small {
  width: 80%;
  margin-bottom: 1em;
  margin-left: 10%;
  padding-left: 4em;
  font-size: 0.7em;
  font-style: italic;
}

@media (max-width: 800px) {
  #s7 .transport p {
    margin-left: 20%;
  }
}
#s8 {
  background-color: #dddddd;
}
#s8 .big {
  font-size: 2em;
  font-weight: 700;
  margin: 0;
}
#s8 .medium {
  font-size: 1.5em;
  margin: 0;
}
#s8 .huge {
  font-size: 5em;
  font-weight: 900;
  margin: 0;
  margin-bottom: -0.3em;
}
#s8 .check {
  margin-right: 0.4em;
  margin-bottom: -0.2em;
  width: 0.7em;
}

@media (max-width: 800px) {
  #s8 .huge {
    font-size: 3.5em;
    line-height: 1em;
    margin-bottom: -0.3em;
  }
}
#s9 {
  background-color: #111111;
  color: #eeeeee;
}
#s9 small {
  padding-left: 0.25em;
  font-size: 0.7em;
  vertical-align: text-top;
}
#s9 .big {
  font-size: 1.25em;
}

#s99 .huge {
  font-size: 3.5em;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
#s99 a {
  color: #000;
}
#s99 a:hover {
  color: #f00;
}
#s99 .final {
  margin-top: 5em;
  font-size: 0.7em;
  font-style: italic;
}
#s99 .final strong {
  text-decoration: underline;
}

@media (max-width: 800px) {
  #s99 .huge {
    font-size: 2em;
  }
}

/*# sourceMappingURL=site.css.map */
