/*
// xs
property: value;

  @include bigger-than('sm') {
    property: value;
  }
  @include bigger-than('md') {
    property: value;
  }
  @include bigger-than('lg') {
    property: value;
  }
*/
/* line 20, lib/sass/style.scss */
* {
  box-sizing: border-box;
}

/* line 24, lib/sass/style.scss */
html {
  height: 100%;
  font-size: calc(20px + (23 - 20) * ((100vw - 320px) / (600 - 320)));
}

@media (max-width: 320px) {
  /* line 24, lib/sass/style.scss */
  html {
    font-size: 20px;
  }
}

@media (min-width: 600px) {
  /* line 24, lib/sass/style.scss */
  html {
    font-size: 23px;
  }
}

@media (min-width: 600px) {
  /* line 24, lib/sass/style.scss */
  html {
    font-size: calc(23px + (26 - 23) * ((100vw - 601px) / (900 - 601)));
  }
}

@media (min-width: 600px) and (max-width: 601px) {
  /* line 24, lib/sass/style.scss */
  html {
    font-size: 23px;
  }
}

@media (min-width: 600px) and (min-width: 900px) {
  /* line 24, lib/sass/style.scss */
  html {
    font-size: 26px;
  }
}

@media (min-width: 900px) {
  /* line 24, lib/sass/style.scss */
  html {
    font-size: calc(26px + (28 - 26) * ((100vw - 901px) / (1200 - 901)));
  }
}

@media (min-width: 900px) and (max-width: 901px) {
  /* line 24, lib/sass/style.scss */
  html {
    font-size: 26px;
  }
}

@media (min-width: 900px) and (min-width: 1200px) {
  /* line 24, lib/sass/style.scss */
  html {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  /* line 24, lib/sass/style.scss */
  html {
    font-size: calc(28px + (32 - 28) * ((100vw - 1200px) / (1500 - 1200)));
  }
}

@media (min-width: 1200px) and (max-width: 1200px) {
  /* line 24, lib/sass/style.scss */
  html {
    font-size: 28px;
  }
}

@media (min-width: 1200px) and (min-width: 1500px) {
  /* line 24, lib/sass/style.scss */
  html {
    font-size: 32px;
  }
}

/* line 41, lib/sass/style.scss */
body {
  font-family: "Laica Regular", Georgia, serif;
  line-height: 1.15rem;
  -webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}

/* line 55, lib/sass/style.scss */
body::-webkit-scrollbar {
  width: 0em;
}

/* line 60, lib/sass/style.scss */
a {
  text-decoration: none;
}

/* line 61, lib/sass/style.scss */
a:hover {
  text-decoration: underline;
}

/* line 62, lib/sass/style.scss */
a:visited {
  text-decoration: none;
  color: #0000ff;
}

/* line 63, lib/sass/style.scss */
a:active {
  text-decoration: none;
  color: black;
}

/* line 66, lib/sass/style.scss */
a.mono-link {
  font-family: "Arnold Regular", monospace;
}

/* line 69, lib/sass/style.scss */
a.mono-link:hover {
  font-family: "Arnold Italic", monospace;
  text-decoration: none;
}

/* line 74, lib/sass/style.scss */
canvas {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 80, lib/sass/style.scss */
h2 {
  font-family: "Arnold Regular", monospace;
  font-variant-caps: small-caps;
  text-transform: lowercase;
  margin-top: .5rem;
  color: #0000ff;
}

@media (min-width: 600px) {
  /* line 80, lib/sass/style.scss */
  h2 {
    text-indent: 1.5rem;
  }
}

/* line 89, lib/sass/style.scss */
h2 a, h2 a:hover, h2 a:visited, h2 a:active {
  text-decoration: none;
  color: #0000ff;
}

/* line 94, lib/sass/style.scss */
h2 a:hover {
  font-variant-caps: normal;
}

/* line 98, lib/sass/style.scss */
h2 a:active {
  font-family: "Arnold Italic", monospace;
}

/* line 102, lib/sass/style.scss */
p {
  font-size: 1rem;
  line-height: 1.2rem;
  text-indent: 1.5rem;
  width: 100%;
}

@media (min-width: 900px) {
  /* line 102, lib/sass/style.scss */
  p {
    width: 80%;
  }
}

/* line 113, lib/sass/style.scss */
p:first-of-type {
  text-indent: 0;
}

/* line 117, lib/sass/style.scss */
em {
  font-family: "Laica Italic", Georgia, serif;
}

/* line 121, lib/sass/style.scss */
ul {
  list-style: disc outside none;
  margin-left: 1.5rem;
  margin-bottom: .5rem;
}

/* line 127, lib/sass/style.scss */
.container {
  margin: 0 auto;
  width: calc(100vw - 1.5rem);
  padding: 1.875rem 0;
}

@media (min-width: 600px) {
  /* line 127, lib/sass/style.scss */
  .container {
    width: calc(100vw - 6rem);
    padding: 1.875rem 0;
  }
}

@media (min-width: 900px) {
  /* line 127, lib/sass/style.scss */
  .container {
    width: calc(100vw - 9rem);
    padding: 1.875rem 0;
  }
}

@media (min-width: 1200px) {
  /* line 127, lib/sass/style.scss */
  .container {
    width: calc(100vw - 12rem);
    padding: 1.875rem 0;
  }
}

/* line 148, lib/sass/style.scss */
img, video {
  width: 100%;
}

/* line 152, lib/sass/style.scss */
.txtImage {
  margin: .5rem 0;
}

/* line 156, lib/sass/style.scss */
video {
  background-color: #ccc;
}

/* line 161, lib/sass/style.scss */
#coverCanvas {
  z-index: -1;
  position: fixed;
  left: 0;
  top: 1.5rem;
}

@media (min-width: 600px) {
  /* line 161, lib/sass/style.scss */
  #coverCanvas {
    top: 1.5rem;
  }
}

@media (min-width: 900px) {
  /* line 161, lib/sass/style.scss */
  #coverCanvas {
    left: 1.5rem;
    top: 1.5rem;
  }
}

@media (min-width: 1200px) {
  /* line 161, lib/sass/style.scss */
  #coverCanvas {
    left: 1.5rem;
    top: 1.5rem;
  }
}

/* slideshow */
/* line 186, lib/sass/style.scss */
.post-excerpt {
  margin-bottom: 1.5rem;
}

/* line 190, lib/sass/style.scss */
.animation-title {
  text-indent: 0;
  text-align: center;
}

/* line 195, lib/sass/style.scss */
.animationContainer {
  width: 100%;
}

@media (min-width: 900px) {
  /* line 195, lib/sass/style.scss */
  .animationContainer {
    width: calc(50% - 0.75rem);
  }
}

@media (min-width: 1200px) {
  /* line 195, lib/sass/style.scss */
  .animationContainer {
    width: calc(50% - 0.75rem);
  }
}

/* line 206, lib/sass/style.scss */
.animationsWrapper {
  margin-top: 1rem;
  width: 100%;
}

@media (min-width: 900px) {
  /* line 206, lib/sass/style.scss */
  .animationsWrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

/* NAV */
/* line 220, lib/sass/style.scss */
.grayscale {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

/* line 224, lib/sass/style.scss */
nav {
  z-index: 1;
  padding: .5rem 0;
  margin-bottom: 1rem;
  position: relative;
}

/* line 231, lib/sass/style.scss */
nav > ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-evenly;
}

/* line 237, lib/sass/style.scss */
nav > ul > li > a {
  font-family: "Arnold Regular", monospace;
  text-decoration: none;
  font-variant-caps: small-caps;
}

/* line 243, lib/sass/style.scss */
nav > ul > li > a:hover {
  font-variant-caps: normal;
  text-decoration: none;
  color: #0000ff;
}

/* line 253, lib/sass/style.scss */
nav > ul > li > a:visited {
  color: #0000ff;
}

/* line 257, lib/sass/style.scss */
.btn {
  font-size: .7rem;
  /* default for <button>, but useful for <a> */
  display: inline-block;
  text-align: center;
  text-decoration: none;
  /* invisible border (will be colored on hover/focus) */
  border: 1px solid #0000ff;
  border-radius: 1rem;
  /* size comes from text & padding (no width/height) */
  padding: 0.24rem .5rem 0.42rem .5rem;
  /* make sure colors have enough contrast! */
  background-color: white;
}

/* line 277, lib/sass/style.scss */
.mobileHome {
  -webkit-box-ordinal-group: 1;
          order: 0;
  display: block;
  height: auto;
  z-index: 3;
}

@media (min-width: 900px) {
  /* line 277, lib/sass/style.scss */
  .mobileHome {
    display: none;
  }
}

/* line 288, lib/sass/style.scss */
.mobileHome a:hover {
  text-decoration: none;
}

/* line 293, lib/sass/style.scss */
nav[role="custom-dropdown"] label {
  display: none;
  font-family: "Arnold Regular", monospace;
}

/* default checkbox */
/* line 299, lib/sass/style.scss */
input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* line 305, lib/sass/style.scss */
label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 3;
  -webkit-box-ordinal-group: 2;
          order: 1;
  font-family: 'Icons', Arial, sans-serif;
  color: #0000ff;
  font-size: 2.5rem;
}

/* line 317, lib/sass/style.scss */
.blurredLayer {
  z-index: 2;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #0000ff;
  opacity: .7;
}

@media (max-width: 900px) {
  /* line 333, lib/sass/style.scss */
  nav[role="custom-dropdown"] {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  /* line 338, lib/sass/style.scss */
  nav[role="custom-dropdown"] .desktopHome {
    display: none;
  }
  /* line 342, lib/sass/style.scss */
  nav[role="custom-dropdown"] ul {
    margin: 0;
    display: none;
    height: auto;
  }
  /* line 348, lib/sass/style.scss */
  nav[role="custom-dropdown"] label {
    display: block;
  }
  /* line 352, lib/sass/style.scss */
  nav[role="custom-dropdown"] label:after {
    position: relative;
    content: "\2261";
  }
  /* line 357, lib/sass/style.scss */
  nav[role="custom-dropdown"] input:checked ~ label {
    color: white;
  }
  /* line 361, lib/sass/style.scss */
  nav[role="custom-dropdown"] input:checked ~ .blurredLayer {
    display: block;
  }
  /* line 365, lib/sass/style.scss */
  nav[role="custom-dropdown"] input:checked ~ ul {
    position: fixed;
    height: 50vh;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: justify;
            justify-content: space-between;
    z-index: 3;
  }
  /* line 377, lib/sass/style.scss */
  nav[role="custom-dropdown"] input:checked ~ ul > li {
    width: 60vw;
    font-size: 1rem;
  }
}
