/* ---- SITE.CSS ----
   Contains the majority of the CSS used to format the main structure of the website. Default
   formatting is for mobile browsing. Additional media queries in seperate files have been included.
*/
/* -- CSS RESET -- */
/* line 7, ../sass/_formatting.scss */
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%;
  vertical-align: baseline;
}

/* line 8, ../sass/_formatting.scss */
body {
  line-height: 1;
}

/* line 9, ../sass/_formatting.scss */
ol, ul {
  list-style: none;
}

/* line 10, ../sass/_formatting.scss */
strong {
  font-weight: bold;
}

/* line 11, ../sass/_formatting.scss */
em {
  font-style: italic;
}

/* line 12, ../sass/_formatting.scss */
blockquote, q {
  quotes: none;
}

/* line 13, ../sass/_formatting.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* line 14, ../sass/_formatting.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 15, ../sass/_formatting.scss */
:focus {
  outline: none;
}

/* -- HTML5 display-role reset for older browsers -- */
/* line 18, ../sass/_formatting.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* -- Generic styles -- */
/* line 21, ../sass/_formatting.scss */
body {
  font-family: 'Josefin Sans', sans-serif;
  background-color: #002BC6;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  font-weight: 300;
}

/* line 32, ../sass/_formatting.scss */
* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

/* line 38, ../sass/_formatting.scss */
::selection {
  background: #8558a8;
  color: #fff;
}

/* line 39, ../sass/_formatting.scss */
::-moz-selection {
  background: #8558a8;
  color: #fff;
}

/* line 41, ../sass/_formatting.scss */
abbr {
  border-bottom: 1px dotted #545454;
}

/* line 42, ../sass/_formatting.scss */
a abbr {
  border-bottom: none;
}

/* line 44, ../sass/_formatting.scss */
a {
  color: #1e6de4;
  text-decoration: none;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* line 52, ../sass/_formatting.scss */
a:hover {
  text-decoration: none;
}

/* line 55, ../sass/_formatting.scss */
.hideme {
  opacity: 0;
}

/* line 58, ../sass/_formatting.scss */
.ninja {
  display: none !important;
}

/* line 59, ../sass/_formatting.scss */
.clear {
  clear: both;
}

/* line 60, ../sass/_formatting.scss */
.sink {
  clear: both !important;
  display: block !important;
  height: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* line 61, ../sass/_formatting.scss */
.no-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* line 62, ../sass/_formatting.scss */
.no-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* line 63, ../sass/_formatting.scss */
.no-wrap {
  white-space: nowrap !important;
}

/* line 64, ../sass/_formatting.scss */
.bold, .strong {
  font-weight: 500;
}

/* line 65, ../sass/_formatting.scss */
.pull-margin {
  margin-bottom: -6px !important;
}

/* line 66, ../sass/_formatting.scss */
.push-bottom {
  padding-bottom: 20px;
}

/* line 67, ../sass/_formatting.scss */
.push-bottom-30 {
  padding-bottom: 30px;
}

/* line 68, ../sass/_formatting.scss */
.push-bottom-40 {
  padding-bottom: 40px;
}

/* line 69, ../sass/_formatting.scss */
.push-bottom-50 {
  padding-bottom: 50px;
}

/* line 70, ../sass/_formatting.scss */
.push-top {
  padding-top: 20px;
}

/* line 71, ../sass/_formatting.scss */
.push-top-30 {
  padding-top: 30px;
}

/* line 72, ../sass/_formatting.scss */
.push-top-40 {
  padding-top: 40px;
}

/* line 73, ../sass/_formatting.scss */
.push-top-50 {
  padding-top: 50px;
}

@media (min-width: 766px) {
  /* line 74, ../sass/_formatting.scss */
  .push-right {
    padding-right: 30px;
  }
}

@media (min-width: 766px) {
  /* line 79, ../sass/_formatting.scss */
  .push-left {
    padding-left: 30px;
  }
}

/* line 85, ../sass/_formatting.scss */
.large-text {
  font-size: 14px;
  line-height: 22px;
}

/* line 86, ../sass/_formatting.scss */
.larger-text {
  font-size: 16px;
  line-height: 24px;
}

/* line 87, ../sass/_formatting.scss */
.text-center {
  text-align: center !important;
}

/* line 89, ../sass/_formatting.scss */
.formatted {
  font-size: 20px;
  line-height: 28px;
  font-weight: 200;
}

/* line 90, ../sass/_formatting.scss */
.formatted a {
  color: #4a70bb;
}

/* line 91, ../sass/_formatting.scss */
.formatted > h1 {
  font-size: 68px;
  color: white;
  line-height: 1.279;
}

/* line 93, ../sass/_formatting.scss */
.formatted > h3 {
  font-size: 68px;
  color: #bebebe;
  line-height: 1.279;
}

/* line 94, ../sass/_formatting.scss */
.formatted > p {
  margin: 0 0 30px;
  font-size: 16px;
  font-weight: 300;
}

/* line 95, ../sass/_formatting.scss */
.formatted > ul {
  list-style-type: disc;
  margin: 0 0 16px;
  padding: 0 0 0 15px;
}

/* line 96, ../sass/_formatting.scss */
.formatted > li > ul {
  padding: 8px 0 0 15px;
}

/* line 97, ../sass/_formatting.scss */
.formatted > ol {
  list-style-type: decimal;
  margin: 0;
  padding: 0 0 0 18px;
}

/* line 98, ../sass/_formatting.scss */
.formatted > li > ol {
  list-style: lower-alpha;
  margin: 0 0 16px;
  padding: 8px 0 0 18px;
}

/* line 99, ../sass/_formatting.scss */
.formatted > img {
  display: inline-block;
  margin: 0 0 16px;
}

/* line 100, ../sass/_formatting.scss */
.edit-class-Rule, .formatted > hr {
  border: none;
  border-top: 1px dotted #cfcfcf !important;
  clear: both !important;
  height: 16px !important;
  margin: 16px 0 0 !important;
  padding: 0 !important;
}

/* line 101, ../sass/_formatting.scss */
.edit-class-Rule hr {
  display: none;
}

/* line 102, ../sass/_formatting.scss */
.formatted > *:first-child {
  margin-top: 0;
  padding-top: 0;
}

/* line 103, ../sass/_formatting.scss */
.formatted > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 105, ../sass/_formatting.scss */
.no-mobile {
  display: none;
}
@media (min-width: 480px) {
  /* line 105, ../sass/_formatting.scss */
  .no-mobile {
    display: inline;
  }
}

/* line 112, ../sass/_formatting.scss */
.no-tablet {
  display: none;
}
@media (min-width: 480px) {
  /* line 112, ../sass/_formatting.scss */
  .no-tablet {
    display: none;
  }
}
@media (min-width: 960px) {
  /* line 112, ../sass/_formatting.scss */
  .no-tablet {
    display: inline;
  }
}

/* line 122, ../sass/_formatting.scss */
.hideme {
  opacity: 0;
}

/* line 126, ../sass/_formatting.scss */
.inner {
  margin: 0 auto;
  padding: 0 10px;
  text-align: left;
  width: 300px;
  position: relative;
}
@media (min-width: 480px) {
  /* line 126, ../sass/_formatting.scss */
  .inner {
    width: 460px;
  }
}
@media (min-width: 768px) {
  /* line 126, ../sass/_formatting.scss */
  .inner {
    width: 748px;
  }
}
@media (min-width: 960px) {
  /* line 126, ../sass/_formatting.scss */
  .inner {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  /* line 126, ../sass/_formatting.scss */
  .inner {
    width: 1040px;
  }
}

/* line 147, ../sass/_formatting.scss */
.padded {
  padding: 0 0;
}
@media (min-width: 480px) {
  /* line 147, ../sass/_formatting.scss */
  .padded {
    padding: 0 50px;
  }
}
@media (min-width: 768px) {
  /* line 147, ../sass/_formatting.scss */
  .padded {
    padding: 0 60px;
  }
}
@media (min-width: 960px) {
  /* line 147, ../sass/_formatting.scss */
  .padded {
    padding: 0 70px;
  }
}

/*page structure*/
/* -- Home page -- */
/* line 5, ../sass/_home.scss */
body.active .background {
  background: linear-gradient(270deg, #ffffff, #3bbef1, #67ba77, #93b1d6, #ffffff);
  background-size: 1000% 1000%;
  -webkit-animation: Background 2s ease infinite;
  -moz-animation: Background 2s ease infinite;
  animation: Background 2s ease infinite;
  @-webkit-keyframes Background {
    /* line 14, ../sass/_home.scss */
    0% {
      background-position: 0% 50%;
    }

    /* line 15, ../sass/_home.scss */
    50% {
      background-position: 100% 50%;
    }

    /* line 16, ../sass/_home.scss */
    100% {
      background-position: 0% 50%;
    }
}

  @-moz-keyframes Background {
    /* line 19, ../sass/_home.scss */
    0% {
      background-position: 0% 50%;
    }

    /* line 20, ../sass/_home.scss */
    50% {
      background-position: 100% 50%;
    }

    /* line 21, ../sass/_home.scss */
    100% {
      background-position: 0% 50%;
    }
}

  @keyframes Background {
    /* line 24, ../sass/_home.scss */
    0% {
      background-position: 0% 50%;
    }

    /* line 25, ../sass/_home.scss */
    50% {
      background-position: 100% 50%;
    }

    /* line 26, ../sass/_home.scss */
    100% {
      background-position: 0% 50%;
    }
}

}

/* line 31, ../sass/_home.scss */
.background {
  height: 100vh;
  width: 100vw;
  border: 25px solid white;
  background-color: #f0f0f1;
}
/* line 37, ../sass/_home.scss */
.background .shader {
  height: 100vh;
  width: 100vw;
  max-height: 100%;
  max-width: 100%;
  background-image: url("../img/shader.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
/* line 46, ../sass/_home.scss */
.background .shader #header {
  color: #1e6de4;
  width: 100%;
  position: relative;
  padding: 20px;
}
/* line 52, ../sass/_home.scss */
.background .shader #header .logo {
  width: 80px;
  height: 40px;
  float: left;
  cursor: pointer;
}
/* line 58, ../sass/_home.scss */
.background .shader #header .logo span {
  opacity: 0.4;
}
/* line 63, ../sass/_home.scss */
.background .shader #header .info {
  font-size: 14px;
  line-height: 13px;
  text-align: right;
  float: right;
  border-bottom: 1px solid #1e6de4;
}
/* line 74, ../sass/_home.scss */
.background .shader #main #start {
  text-align: center;
  width: 300px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -100px 0 0 -150px;
  -webkit-text-shadow: 24px 24px 30px 0px rgba(0, 0, 0, 0.15);
  -moz-text-shadow: 24px 24px 30px 0px rgba(0, 0, 0, 0.15);
  text-shadow: 24px 24px 30px rgba(0, 0, 0, 0.35);
}
/* line 89, ../sass/_home.scss */
.background .shader #main #start h1 {
  width: 150px;
  line-height: 45px;
  margin: 0 auto;
  color: #1e6de4;
  font-size: 36px;
  border-bottom: 3px solid #1e6de4;
  letter-spacing: 10px;
  margin-top: 68px;
}
/* line 102, ../sass/_home.scss */
.background .shader #main #what {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  color: #1e6de4;
  height: 300px;
  width: 240px;
  margin: -150px 0 0 -120px;
}
/* line 115, ../sass/_home.scss */
.background .shader #main #what h1 {
  font-size: 29px;
  line-height: 0.9;
}
/* line 120, ../sass/_home.scss */
.background .shader #main #what p {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 15px;
  font-weight: 500;
}
/* line 126, ../sass/_home.scss */
.background .shader #main #what p.small {
  font-size: 12px;
  margin-top: 10px;
  line-height: 1;
}
/* line 132, ../sass/_home.scss */
.background .shader #main #what p.close {
  font-size: 18px;
  line-height: 1;
  margin-top: 30px;
}
/* line 137, ../sass/_home.scss */
.background .shader #main #what p.close span {
  border-bottom: 1px solid #1e6de4;
  line-height: 17px;
}
/* line 143, ../sass/_home.scss */
.background .shader #main #what p a {
  text-decoration: underline;
}
/* line 146, ../sass/_home.scss */
.background .shader #main #what p a.close-what {
  text-decoration: none;
}
@media (min-width: 665px) {
  /* line 102, ../sass/_home.scss */
  .background .shader #main #what {
    height: 80px;
    width: 560px;
    height: 300px;
    margin: -150px 0 0 -280px;
  }
  /* line 159, ../sass/_home.scss */
  .background .shader #main #what h1 {
    font-size: 68px;
    line-height: 0.9;
  }
  /* line 164, ../sass/_home.scss */
  .background .shader #main #what p {
    font-size: 21px;
    line-height: 1.2;
    margin-top: 15px;
    font-weight: 500;
  }
  /* line 170, ../sass/_home.scss */
  .background .shader #main #what p.small {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1;
  }
  /* line 176, ../sass/_home.scss */
  .background .shader #main #what p.close {
    font-size: 18px;
    line-height: 1;
    margin-top: 30px;
  }
  /* line 181, ../sass/_home.scss */
  .background .shader #main #what p.close span {
    border-bottom: 1px solid #1e6de4;
    line-height: 17px;
  }
}
/* line 191, ../sass/_home.scss */
.background .shader #main #eye_area {
  display: none;
  text-align: center;
  width: 300px;
  height: 90px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -45px 0 0 -150px;
}
/* line 203, ../sass/_home.scss */
.background .shader #main #eye_area .eye-closed {
  position: absolute;
  width: 140px;
  height: 92px;
  left: 50%;
  top: 50%;
  margin: -14px 0 0 -70px;
}
/* line 212, ../sass/_home.scss */
.background .shader #main #eye_area .eye-open {
  position: absolute;
  width: 140px;
  height: 92px;
  left: 50%;
  top: 50%;
  margin: -59px 0 0 -70px;
}
/* line 225, ../sass/_home.scss */
.background .shader #footer {
  bottom: 25px;
  padding: 20px;
  position: absolute;
  width: calc(100% - 25px);
  height: 120px;
}
@media (min-width: 665px) {
  /* line 225, ../sass/_home.scss */
  .background .shader #footer {
    height: 80px;
  }
}
/* line 237, ../sass/_home.scss */
.background .shader #footer .controls {
  position: absolute;
  height: 50px;
  width: 95px;
  padding: 17px;
  top: 0;
  background-color: #fff;
  -webkit-box-shadow: 15px 11px 40px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 15px 11px 40px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 15px 11px 40px 0px rgba(0, 0, 0, 0.15);
}
/* line 249, ../sass/_home.scss */
.background .shader #footer .controls .sound {
  width: 15px;
  height: 15px;
  background-image: url("../img/volume-full.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  margin-left: 5px;
  cursor: pointer;
}
/* line 261, ../sass/_home.scss */
.background .shader #footer .controls .player {
  width: 15px;
  height: 15px;
  background-image: url("../img/play.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  margin-left: 20px;
  cursor: pointer;
}
/* line 274, ../sass/_home.scss */
.background .shader #footer .credits {
  color: #1e6de4;
  font-size: 14px;
  bottom: 20px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: -20px;
  right: 0;
  max-width: 400px;
  text-align: center;
}
/* line 286, ../sass/_home.scss */
.background .shader #footer .credits a {
  border-bottom: 1px solid #1e6de4;
}
/* line 291, ../sass/_home.scss */
.background .shader #footer .share {
  float: right;
  margin-right: 25px;
}
/* line 295, ../sass/_home.scss */
.background .shader #footer .share div {
  float: left;
  margin-left: 10px;
}
/* line 299, ../sass/_home.scss */
.background .shader #footer .share div.twitter {
  padding-top: 5px;
}
/* line 302, ../sass/_home.scss */
.background .shader #footer .share div.twitter .btn {
  position: relative;
  height: 20px;
  display: inline-block;
  padding: 1px 8px 1px 6px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  background-color: #1b95e0;
  border-radius: 3px;
  box-sizing: border-box;
  font: normal normal normal 11px/18px "Helvetica Neue", Arial, sans-serif;
  text-align: left;
  white-space: nowrap;
  text-decoration: none;
  outline: 0;
}
/* line 319, ../sass/_home.scss */
.background .shader #footer .share div.twitter .btn i {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: transparent 0 0 no-repeat;
  background-image: url("../img/twitter.svg");
}
/* line 329, ../sass/_home.scss */
.background .shader #footer .share div.twitter .btn .label {
  margin-left: 3px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
}

/* line 345, ../sass/_home.scss */
.animated {
  animation-duration: 2.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  /* line 352, ../sass/_home.scss */
  0% {
    transform: scale(1);
  }

  /* line 353, ../sass/_home.scss */
  50% {
    transform: scale(1.1);
  }

  /* line 354, ../sass/_home.scss */
  100% {
    transform: scale(1);
  }
}

/* line 356, ../sass/_home.scss */
.pulse {
  animation-name: pulse;
  animation-duration: 4s;
}

/* line 4, ../sass/_page.scss */
#page a {
  color: #1967DD;
  text-decoration: underline;
}
/* line 9, ../sass/_page.scss */
#page .background {
  width: 100%;
  border: 25px solid white;
  background-color: #F1F1F1;
  height: 100%;
  min-height: 1200px;
}
/* line 16, ../sass/_page.scss */
#page .background .header {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
/* line 21, ../sass/_page.scss */
#page .background .header .logo {
  float: left;
}
/* line 26, ../sass/_page.scss */
#page .background .header .cta {
  float: right;
  margin-top: 47px;
}
/* line 30, ../sass/_page.scss */
#page .background .header .cta a {
  color: #1967DD;
  text-decoration: underline;
}
@media (min-width: 960px) {
  /* line 38, ../sass/_page.scss */
  #page .background .headline {
    padding-left: 30%;
  }
}
/* line 45, ../sass/_page.scss */
#page .background .headline h1 {
  font-size: 48px;
  color: #000000;
  line-height: 53px;
  font-weight: 800;
}
@media (min-width: 480px) {
  /* line 45, ../sass/_page.scss */
  #page .background .headline h1 {
    font-size: 62px;
    line-height: 65px;
  }
}
@media (min-width: 768px) {
  /* line 45, ../sass/_page.scss */
  #page .background .headline h1 {
    font-size: 72px;
    line-height: 75px;
  }
}
@media (min-width: 960px) {
  /* line 45, ../sass/_page.scss */
  #page .background .headline h1 {
    font-size: 97px;
    line-height: 100px;
  }
}
/* line 68, ../sass/_page.scss */
#page .background .content .author {
  padding-top: 30px;
}
@media (min-width: 960px) {
  /* line 68, ../sass/_page.scss */
  #page .background .content .author {
    border: none;
    float: left;
    width: 30%;
    padding-right: 93px;
    padding-top: 100px;
  }
}
/* line 86, ../sass/_page.scss */
#page .background .content .author p {
  font-size: 16px;
  line-height: 1.2;
  float: left;
}
@media (min-width: 480px) {
  /* line 86, ../sass/_page.scss */
  #page .background .content .author p {
    width: 273px;
  }
}
@media (max-width: 960px) {
  /* line 96, ../sass/_page.scss */
  #page .background .content .author img {
    display: none;
  }
}
@media (min-width: 960px) {
  /* line 104, ../sass/_page.scss */
  #page .background .content .post {
    float: left;
    width: 70%;
  }
}
/* line 118, ../sass/_page.scss */
#page .background .content .post p {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 25px;
  font-weight: 400;
}
/* line 125, ../sass/_page.scss */
#page .background .content .post .intro {
  margin-top: 30px;
  font-size: 29px;
  line-height: 35px;
}
/* line 131, ../sass/_page.scss */
#page .background .content .post img {
  width: 100%;
}
/* line 135, ../sass/_page.scss */
#page .background .content .post .caption {
  padding-bottom: 20px;
}
/* line 142, ../sass/_page.scss */
#page .background .footer {
  width: 100%;
  margin-top: 204px;
}
/* line 146, ../sass/_page.scss */
#page .background .footer .logo {
  float: left;
}
/* line 151, ../sass/_page.scss */
#page .background .footer .cta {
  float: right;
  margin-top: 47px;
}
/* line 155, ../sass/_page.scss */
#page .background .footer .cta a {
  color: #1967DD;
  text-decoration: underline;
}
