@charset "UTF-8";
/*
// xs
property: value;

  @include bigger-than('sm') {
    property: value;
  }
  @include bigger-than('md') {
    property: value;
  }
  @include bigger-than('lg') {
    property: value;
  }
*/
* {
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: calc(20px + (23 - 20) * (100vw - 320px) / (600 - 320));
}
@media (max-width: 320px) {
  html {
    font-size: 20px;
  }
}
@media (min-width: 600px) {
  html {
    font-size: 23px;
  }
}
@media (min-width: 600px) {
  html {
    font-size: calc(23px + (26 - 23) * (100vw - 601px) / (900 - 601));
  }
}
@media (min-width: 600px) and (max-width: 601px) {
  html {
    font-size: 23px;
  }
}
@media (min-width: 600px) and (min-width: 900px) {
  html {
    font-size: 26px;
  }
}
@media (min-width: 900px) {
  html {
    font-size: calc(26px + (28 - 26) * (100vw - 901px) / (1200 - 901));
  }
}
@media (min-width: 900px) and (max-width: 901px) {
  html {
    font-size: 26px;
  }
}
@media (min-width: 900px) and (min-width: 1200px) {
  html {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: calc(28px + (32 - 28) * (100vw - 1200px) / (1500 - 1200));
  }
}
@media (min-width: 1200px) and (max-width: 1200px) {
  html {
    font-size: 28px;
  }
}
@media (min-width: 1200px) and (min-width: 1500px) {
  html {
    font-size: 32px;
  }
}

body {
  font-family: "Laica Regular", Georgia, serif;
  line-height: 1.15rem;
  -webkit-animation: bugfix infinite 1s;
}
body::-webkit-scrollbar {
  width: 0em;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  text-decoration: none;
  color: #0000ff;
}

a:active {
  text-decoration: none;
  color: black;
}

a.mono-link {
  font-family: "Arnold Regular", monospace;
}

a.mono-link:hover {
  font-family: "Arnold Italic", monospace;
  text-decoration: none;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
}

h2 {
  font-family: "Arnold Regular", monospace;
  font-variant-caps: small-caps;
  text-transform: lowercase;
  margin-top: 0.5rem;
  color: #0000ff;
}
@media (min-width: 600px) {
  h2 {
    text-indent: 1.5rem;
  }
}

h2 a, h2 a:hover, h2 a:visited, h2 a:active {
  text-decoration: none;
  color: #0000ff;
}

h2 a:hover {
  font-variant-caps: normal;
}

h2 a:active {
  font-family: "Arnold Italic", monospace;
}

p {
  font-size: 1rem;
  line-height: 1.2rem;
  text-indent: 1.5rem;
  width: 100%;
}
@media (min-width: 900px) {
  p {
    width: 80%;
  }
}

p:first-of-type {
  text-indent: 0;
}

em {
  font-family: "Laica Italic", Georgia, serif;
}

ul {
  list-style: disc outside none;
  margin-left: 1.5rem;
  margin-bottom: 0.5rem;
}

.container {
  margin: 0 auto;
  width: calc(100vw - 1.5rem);
  padding: 1.875rem 0;
}
@media (min-width: 600px) {
  .container {
    width: calc(100vw - 6rem);
    padding: 1.875rem 0;
  }
}
@media (min-width: 900px) {
  .container {
    width: calc(100vw - 9rem);
    padding: 1.875rem 0;
  }
}
@media (min-width: 1200px) {
  .container {
    width: calc(100vw - 12rem);
    padding: 1.875rem 0;
  }
}

img, video {
  width: 100%;
}

.txtImage {
  margin: 0.5rem 0;
}

video {
  background-color: #ccc;
}

#coverCanvas {
  z-index: -1;
  position: fixed;
  left: 0;
  top: 1.5rem;
}
@media (min-width: 600px) {
  #coverCanvas {
    top: 1.5rem;
  }
}
@media (min-width: 900px) {
  #coverCanvas {
    left: 1.5rem;
    top: 1.5rem;
  }
}
@media (min-width: 1200px) {
  #coverCanvas {
    left: 1.5rem;
    top: 1.5rem;
  }
}

/* slideshow */
.post-excerpt {
  margin-bottom: 1.5rem;
}

.animation-title {
  text-indent: 0;
  text-align: center;
}

.animationContainer {
  width: 100%;
}
@media (min-width: 900px) {
  .animationContainer {
    width: calc(50% - 0.75rem);
  }
}
@media (min-width: 1200px) {
  .animationContainer {
    width: calc(50% - 0.75rem);
  }
}

.animationsWrapper {
  margin-top: 1rem;
  width: 100%;
}
@media (min-width: 900px) {
  .animationsWrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

/* NAV */
.grayscale {
  filter: grayscale(100%);
}

nav {
  z-index: 1;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  position: relative;
}

nav > ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

nav > ul > li > a {
  font-family: "Arnold Regular", monospace;
  text-decoration: none;
  font-variant-caps: small-caps;
}

nav > ul > li > a:hover {
  font-variant-caps: normal;
  text-decoration: none;
  color: #0000ff;
}

nav > ul > li > a:visited {
  color: #0000ff;
}

.btn {
  font-size: 0.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 0.5rem 0.42rem 0.5rem;
  /* make sure colors have enough contrast! */
  background-color: white;
}

.mobileHome {
  order: 0;
  display: block;
  height: auto;
  z-index: 3;
}
@media (min-width: 900px) {
  .mobileHome {
    display: none;
  }
}

.mobileHome a:hover {
  text-decoration: none;
}

nav[role=custom-dropdown] label {
  display: none;
  font-family: "Arnold Regular", monospace;
}

/* default checkbox */
input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 3;
  order: 1;
  font-family: "Icons", Arial, sans-serif;
  color: #0000ff;
  font-size: 2.5rem;
}

.blurredLayer {
  z-index: 2;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #0000ff;
  opacity: 0.7;
}

@media (max-width: 900px) {
  nav[role=custom-dropdown] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  nav[role=custom-dropdown] .desktopHome {
    display: none;
  }
  nav[role=custom-dropdown] ul {
    margin: 0;
    display: none;
    height: auto;
  }
  nav[role=custom-dropdown] label {
    display: block;
  }
  nav[role=custom-dropdown] label:after {
    position: relative;
    content: "≡";
  }
  nav[role=custom-dropdown] input:checked ~ label {
    color: white;
  }
  nav[role=custom-dropdown] input:checked ~ .blurredLayer {
    display: block;
  }
  nav[role=custom-dropdown] input:checked ~ ul {
    position: fixed;
    height: 50vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 3;
  }
  nav[role=custom-dropdown] input:checked ~ ul > li {
    width: 60vw;
    font-size: 1rem;
  }
}