@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono');

/*  ------------------------------------------------------------------------------------------------------------------

GENERAL

----------------------------------------------------------------------------------------------------------------------   */
article.nocookiesnofun * {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article.nocookiesnofun {
  display: table;
  height: 100vh;
  min-height: 100%;
  width: 100%;
  background-color: #60a3bc;
  vertical-align: middle;
  text-align: center;
  font: 80%/1.6 'Open Sans' !important;
  font-size: 16px;
  color: #fff;
}
section {
  display: table-cell;
  margin: 40px 0 200px;
}
#typed-strings {
  display: none
}
#typed {
  margin: 0 auto;
  text-align: center;
  font-size: 1.4em;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 100px;
  max-width: 320px;
  padding: 30px;
}
#typed .complete {
  display: block;
  color: #3c6382;
  line-height: 1.4;
  text-align: center;
  margin: 40px 0 20px;
  font-size: .8em;
}
.typed-cursor {
  opacity: 1;
  font-weight: 100;
  font-size: 2em;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  -ms-animation: blink 0.7s infinite;
  -o-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
.nocookiesnofun-cookie-removed {
  display: inline-block;
  color: #0a3d62
}
.nocookiesnofun .info {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  padding: 20px;
  background-color: #ced6e0
}
.nocookiesnofun .info p {
  color: #0a3d62;
  font-size: 1em;
}
.nocookiesnofun .info a {
  color: #3c6382
}

/*  ------------------------------------------------------------------------------------------------------------------

MOBILE FIRST

----------------------------------------------------------------------------------------------------------------------   */

@media (min-width: 768px) {
  #typed {
    font-size: 1.8em;
    max-width: inherit
}
}

@media (min-width: 992px) {
  article.nocookiesnofun {
    font: 90%/1.6 'Open Sans' !important;
    color: #fff;
}
  #typed {
    font-size: 2em
}
}

@media (min-width: 1366px) {
  article.nocookiesnofun {
    font: 100%/1.6 'Open Sans' !important
}
  #typed {
    font-size: 2.4em
}
}

@media (max-height: 600px) {
  #typed {
    font-size: 1.4em
}
}





/*  ------------------------------------------------------------------------------------------------------------------

animated

----------------------------------------------------------------------------------------------------------------------   */
@-keyframes blink {
  0% {
    opacity: 1;
}
  50% {
    opacity: 0;
}
  100% {
    opacity: 1;
}
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
