@font-face {
  font-family: 'StudioPro';
  src: url("font/StudioPro-Regular.eot");
  src: url("font/StudioPro-Regular-.eot#iefix") format("embedded-opentype"), url("font/StudioPro-Regular.woff2") format("woff2"), url("font/StudioPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

/* line 40, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
html {
  font-family: StudioPro;
  font-size: 1vw;
  font-size: 16px;
  background: #FFF; }
  /* line 45, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
  html ::-moz-selection {
    background-color: rgba(0, 0, 0, 0.99); }
  html ::selection {
    background-color: rgba(0, 0, 0, 0.99); }

/* line 49, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
.delay_half {
  -webkit-animation-delay: .5s;
          animation-delay: .5s; }

/* line 52, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
.delay_one {
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }

/* line 55, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
.duration_two {
  -webkit-animation-duration: 2s;
          animation-duration: 2s; }

/* line 58, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
.duration_five {
  -webkit-animation-duration: 5s;
          animation-duration: 5s; }

/* line 61, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
body {
  background: #FFF; }

/* line 81, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
div ::-moz-selection, section ::-moz-selection {
  background-color: rgba(0, 0, 0, 0.99); }
div ::selection, section ::selection {
  background-color: rgba(0, 0, 0, 0.99); }

/* line 87, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
.video_container video {
  position: absolute;
  z-index: 1;
  max-height: 4.25em;
  margin-top: 1.96em;
  max-width: 100%; }

/* line 94, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
.video_container video:-ms-fullscreen, .video_container video:-ms-fullscreen, .video_container video:-moz-full-screen, .video_container video:-webkit-full-screen {
  width: 100%;
  height: 100%;
  max-height: 100% !important; }
.video_container video:fullscreen, .video_container video:-ms-fullscreen, .video_container video:-moz-full-screen, .video_container video:-webkit-full-screen {
  width: 100%;
  height: 100%;
  max-height: 100% !important; }

/* line 99, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
.video_container :-webkit-full-screen video, .video_container video:-webkit-full-screen {
  width: 100%;
  height: 100%;
  max-height: 100% !important; }

/* line 105, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
:-webkit-full-screen video, video:-webkit-full-screen {
  width: 100%;
  height: 100%;
  max-height: 100% !important; }

/* line 110, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
video:-ms-fullscreen, video:-ms-fullscreen, video:-moz-full-screen, video:-webkit-full-screen {
  width: 100%;
  height: 100%;
  max-height: 100% !important; }
video:fullscreen, video:-ms-fullscreen, video:-moz-full-screen, video:-webkit-full-screen {
  width: 100%;
  height: 100%;
  max-height: 100% !important; }

/* line 116, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
h1 {
  font-size: 48px; }

@media screen and (min-width: 500px) {
  /* line 120, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
  html {
    font-size: calc(16px + 8 * ((100vw - 500px) / 1420)); }
  /* line 123, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
  h1 {
    font-size: calc(48px + 66 * ((100vw - 500px) / 1420)); } }

@media screen and (min-width: 1920px) {
  /* line 128, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
  html {
    font-size: 24px; } }

/* line 136, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
p {
  font-size: 1rem; }

/* line 139, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
.ew {
  color: #FFF;
  -webkit-animation: 10s infinite alternate toWhite;
          animation: 10s infinite alternate toWhite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }
  /* line 143, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
  .ew ::-moz-selection {
    color: #000; }
  .ew ::selection {
    color: #000; }

/* line 147, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
.a_n_t_i {
  color: #000;
  -webkit-animation: 10s infinite alternate toblack;
          animation: 10s infinite alternate toblack;
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }
  /* line 151, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
  .a_n_t_i ::-moz-selection {
    color: #FFF; }
  .a_n_t_i ::selection {
    color: #FFF; }

@-webkit-keyframes toblack {
  0% {
    color: #FFF; }
  2% {
    color: #000; }
  100% {
    color: #000; } }

@keyframes toblack {
  0% {
    color: #FFF; }
  2% {
    color: #000; }
  100% {
    color: #000; } }

@-webkit-keyframes toWhite {
  0% {
    color: #000; }
  2% {
    color: #FFF; }
  100% {
    color: #FFF; } }

@keyframes toWhite {
  0% {
    color: #000; }
  2% {
    color: #FFF; }
  100% {
    color: #FFF; } }

/* line 179, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
h1 {
  margin-top: -.41em;
  margin-bottom: .12em;
  line-height: 1.0526315789em; }

/* line 184, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
.coming_soon {
  margin-top: 0.41em; }

/* line 193, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
p, ul, li {
  line-height: 1.111111111em; }

/* line 197, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
.first_line {
  margin-bottom: 0; }

/* line 200, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
.indent {
  margin-left: 1em; }

/* line 203, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
a {
  text-decoration: none;
  color: inherit; }

/* line 207, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
a:hover {
  text-decoration: underline; }

/* line 210, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
.city {
  margin-bottom: 1em; }

/* line 213, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
.inner_container {
  padding: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@-webkit-keyframes slidein {
  from {
    margin-left: -100%; }
  to {
    margin-left: 0%; } }

@keyframes slidein {
  from {
    margin-left: -100%; }
  to {
    margin-left: 0%; } }

/* line 229, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
.anti {
  width: calc((100% / 6) * 4); }
  /* line 231, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
  .anti .type {
    padding-right: 1em; }

/* line 237, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
.contact {
  width: calc((100% / 6) * 2);
  min-height: calc((100vh - 20em));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  /* line 243, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
  .contact ::-moz-selection {
    color: #FFF; }
  .contact ::selection {
    color: #FFF; }
  /* line 246, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
  .contact .contact_details {
    position: fixed;
    bottom: 2.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    /* line 252, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
    .contact .contact_details .city {
      width: 50%; }

/* line 257, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
.info {
  position: fixed;
  background: rgba(0, 0, 0, 0.75);
  padding: .5em;
  bottom: 0;
  right: 0; }

/* line 264, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
small {
  font-size: .6rem;
  color: lightgoldenrodyellow;
  line-height: 1.5em; }

/* line 269, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
section {
  margin: 0 auto;
  color: #000;
  width: 100vw;
  height: 100%;
  min-height: 100vh; }

@media only screen and (max-width: 1200px) {
  /* line 277, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
  .anti {
    width: calc((100% / 6) * 4.25); }
  /* line 280, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
  .contact {
    width: calc((100% / 6) * 1.75); }
    /* line 282, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
    .contact .contact_details {
      position: relative;
      bottom: 0; }
      /* line 285, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
      .contact .contact_details .city {
        width: 100%; } }

@media only screen and (max-width: 800px) {
  /* line 293, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
  .video_container video {
    margin-left: -1.875rem;
    max-height: 7.25em; }
  /* line 297, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
  .video_container video:-ms-fullscreen, .video_container video:-ms-fullscreen, .video_container video:-moz-full-screen, .video_container video:-webkit-full-screen {
    width: 100%;
    height: 100%;
    max-height: 100% !important; }
  .video_container video:fullscreen, .video_container video:-ms-fullscreen, .video_container video:-moz-full-screen, .video_container video:-webkit-full-screen {
    width: 100%;
    height: 100%;
    max-height: 100% !important; }
  /* line 303, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
  h1 {
    margin-bottom: 1em; }
  /* line 306, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
  .coming_soon {
    margin-bottom: 2em; }
  /* line 309, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
  .inner_container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 1.875em; }
  /* line 313, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
  .contact .contact_details {
    position: relative;
    bottom: 0; }
  /* line 318, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
  .anti .type {
    padding-right: 0; }
  /* line 322, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
  .anti, .contact {
    width: 100%; } }

@media only screen and (max-height: 800px) {
  /* line 327, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
  .contact {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    /* line 329, /Users/sindreholm/Sites/anti_splash/assets/style.scss */
    .contact .contact_details {
      margin-top: 2em;
      position: relative;
      bottom: 0; } }
/*# sourceMappingURL=style.css.map */