/* Colors */
@import url(https://fonts.googleapis.com/css?family=Quicksand);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:wght@300);
@import url("http://fonts.cdnfonts.com/css/latin-modern-roman");
/* Animate neon flicker */
@keyframes flicker {
  0%, 9.5%, 10.5%, 13.5%, 14.5%, 24.5%, 25.5%, 100% {
    text-shadow: -0.02em -0.02em 0.1em #fff, 0.02em 0.02em 0.1em #fff, 0 0 0.2em #ff00ff, 0 0 0.4em #ff00ff, 0 0 0.6em #ff00ff, 0 0 0.8em #ff00ff, 0 0 0.1em #ff00ff;
    box-shadow: 0 0 0.05em #fff, inset 0 0 0.05em #fff, 0 0 0.2em #00fffb, inset 0 0 0.2em #00fffb, 0 0 0.4em #00fffb, inset 0 0 0.4em #00fffb;
  }
  10%, 14%, 25% {
    text-shadow: none;
    box-shadow: none;
  }
}
html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  min-height: 99%;
  background: #131422;
  color: #d9dfff;
  font-family: Open Sans;
  font-size: 18px;
  position: relative;
  padding-bottom: 80px;
}

header a {
  display: inline-block;
}

header {
  text-align: center;
  margin-top: 10px;
}

.container {
  max-width: 25cm;
}

p, li {
  -webkit-font-smoothing: antialiased;
  font-family: "LMRoman10", Katex_Main, serif;
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 18px;
  }
}
a {
  color: #93e4fd;
}

a:hover {
  text-decoration: none;
}

/* Global stylesheet */
/* 
 font-family: Consolas, Menlo, Monaco, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", Courier, monospace;
*/
pre {
  border-radius: 5px;
  box-shadow: 0 0 2px #cc00ff, 0 0 8px #cc00ff, 0 0 2px #cc00ff;
}

/* Nav */
.top-navigation {
  padding: 0;
  list-style: none;
  margin-left: 1em;
  color: white;
  display: inline-block;
  vertical-align: middle;
}

.top-navigation-item {
  display: inline-block;
  margin-right: 1em;
}

.top-navigation-item a[href] {
  text-decoration: none;
  color: white;
}

.top-navigation > li > a:focus, .top-navigation > li > a:hover {
  background: transparent;
}

.top-navigation-item a[href]:hover {
  text-decoration: underline;
}

.top-navigation-item {
  font-family: "Quicksand", sans-serif;
  text-shadow: -0.02em -0.02em 0.1em #fff, 0.02em 0.02em 0.1em #fff, 0 0 0.2em #ff00ff, 0 0 0.4em #ff00ff, 0 0 0.6em #ff00ff, 0 0 0.8em #ff00ff, 0 0 0.1em #ff00ff;
  font-size: 22px;
  /* font-weight: normal; */
}

h1 {
  font-size: 70px;
  margin: 20px 0 40px 0;
  text-shadow: 5px 0px 2px rgba(255, 0, 255, 0.5), -4px 0px 5px rgba(0, 255, 191, 0.5), 5px 0px 10px rgb(49, 122, 255);
  color: white;
  font-family: Consolas, Menlo, Monaco, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", Courier, monospace;
}

@media (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
}
h2 {
  font-size: 28px;
  text-shadow: 5px 0px 2px #810081, -4px 0px 2px #007d5e, 5px 0px 2px #1247ab;
  font-family: Consolas, Menlo, Monaco, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", Courier, monospace;
  color: rgb(220, 220, 220);
  line-height: 1.3;
}

h2, h3 {
  margin-top: 50px;
}

/* Posts list */
.postslist-item {
  padding: 60px 0;
  border-bottom: 2px solid #348080;
}

.postslist-item:first-child {
  padding-top: 0px;
}

a.post-description {
  color: inherit;
  margin-top: 10px;
  display: block;
}

a.post-description:hover {
  text-decoration: none;
}

.post-thumbnail {
  margin-top: 25px;
  max-height: 200px;
  max-width: 100%;
}

.post-date {
  float: right;
  font-family: "Quicksand", sans-serif;
  font-style: italic;
  color: #fff;
  padding: 0.5em;
  border: 4px solid #fff;
  border-radius: 0.2em;
  text-shadow: -0.02em -0.02em 0.1em #fff, 0.02em 0.02em 0.1em #fff, 0 0 0.2em #ff00ff, 0 0 0.4em #ff00ff, 0 0 0.6em #ff00ff, 0 0 0.8em #ff00ff, 0 0 0.1em #ff00ff;
  box-shadow: 0 0 0.05em #fff, inset 0 0 0.05em #fff, 0 0 0.2em #00fffb, inset 0 0 0.2em #00fffb, 0 0 0.4em #00fffb, inset 0 0 0.4em #00fffb;
  text-shadow: -0.02em -0.02em 0.1em #fff, 0.02em 0.02em 0.1em #fff, 0 0 0.2em #f0f;
  box-shadow: 0 0 0.05em #fff, 0 0 0.2em #00fffb, inset 0 0 0.2em #00fffb;
  border: 2px solid #9afaff;
  color: #ffdaff;
  opacity: 0.9;
  margin-top: 5px;
  display: inline-block;
}

/* Tags */
.post-tag {
  font-family: "Quicksand", sans-serif;
  font-style: italic;
  color: #fff;
  padding: 0.5em;
  border: 1px solid #d4aae1;
  border-radius: 0.2em;
  padding: 2px 10px;
  margin: 5px 3px;
  break-inside: avoid;
  display: inline-block;
}

.post-tag:hover {
  background: #590772;
}

a[href].post-tag,
a[href].post-tag:visited {
  color: inherit;
}

@media screen and (max-width: 768px) {
  .post-date {
    float: none;
    font-size: 18px;
  }

  .post-tags {
    text-align: center;
    display: block;
  }
}
/* Direct Links / Markdown Headers */
.direct-link {
  font-family: sans-serif;
  text-decoration: none;
  font-style: normal;
  margin-left: 0.1em;
}

a[href].direct-link,
a[href].direct-link:visited {
  color: transparent;
}

a[href].direct-link:focus,
a[href].direct-link:focus:visited,
:hover > a[href].direct-link,
:hover > a[href].direct-link:visited {
  color: #aaa;
}

table {
  margin: 1em 0;
}

table td,
table th {
  padding-right: 1em;
}

/*




 */
.grid-wrapper {
  position: absolute;
  width: 100%;
  height: 120%;
  left: 0;
  bottom: 0px;
  perspective: 200px;
  z-index: -1;
  pointer-events: none;
  max-width: 100%;
  overflow-x: hidden;
}

.grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow-x: hidden;
  margin-top: -50px;
  transform: rotateX(45deg);
}

.line {
  position: absolute;
  background: rgba(87, 193, 232, 0.35);
  -webkit-backface-visibility: hidden;
}

.vertical .line {
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(top, rgba(255, 255, 255, 0), rgba(87, 193, 232, 0.35));
}
.vertical .line:nth-child(1) {
  left: 10%;
}
.vertical .line:nth-child(2) {
  left: 20%;
}
.vertical .line:nth-child(3) {
  left: 30%;
}
.vertical .line:nth-child(4) {
  left: 40%;
}
.vertical .line:nth-child(5) {
  left: 50%;
  display: none;
}
.vertical .line:nth-child(6) {
  left: 60%;
}
.vertical .line:nth-child(7) {
  left: 70%;
}
.vertical .line:nth-child(8) {
  left: 80%;
}
.vertical .line:nth-child(9) {
  left: 90%;
}
.vertical .line:nth-child(10) {
  left: 100%;
  margin-left: -1px;
}

.horizontal .line {
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  z-index: 2;
}
.horizontal .line:nth-child(1) {
  top: 10%;
  opacity: 0.2;
}
.horizontal .line:nth-child(2) {
  top: 20%;
  opacity: 0.3;
}
.horizontal .line:nth-child(3) {
  top: 30%;
  opacity: 0.4;
}
.horizontal .line:nth-child(4) {
  top: 40%;
  opacity: 0.5;
}
.horizontal .line:nth-child(5) {
  top: 50%;
  opacity: 0.6;
}
.horizontal .line:nth-child(6) {
  top: 60%;
  opacity: 0.7;
}
.horizontal .line:nth-child(7) {
  top: 70%;
  opacity: 0.8;
}
.horizontal .line:nth-child(8) {
  top: 80%;
  opacity: 0.9;
}
.horizontal .line:nth-child(9) {
  top: 90%;
  opacity: 0.95;
}
.horizontal .line:nth-child(10) {
  top: 100%;
  margin-top: -1px;
  opacity: 1;
}
.horizontal .line:nth-child(11) {
  opacity: 0.05;
}

section {
  margin-top: 20px;
}
section > p:first-child:first-letter, section > img:first-child + p:first-letter, section > figure:first-child + p:first-letter {
  float: left;
  font-size: 52px;
  font-family: "Quicksand", sans-serif;
  font-style: italic;
  color: #fff;
  padding: 0.5em;
  border: 4px solid #fff;
  border-radius: 0.2em;
  text-shadow: -0.02em -0.02em 0.1em #fff, 0.02em 0.02em 0.1em #fff, 0 0 0.2em #ff00ff, 0 0 0.4em #ff00ff, 0 0 0.6em #ff00ff, 0 0 0.8em #ff00ff, 0 0 0.1em #ff00ff;
  box-shadow: 0 0 0.05em #fff, inset 0 0 0.05em #fff, 0 0 0.2em #00fffb, inset 0 0 0.2em #00fffb, 0 0 0.4em #00fffb, inset 0 0 0.4em #00fffb;
  border: 1px solid #9afaff;
  color: #ffdaff;
  margin-right: 10px;
  padding: 25px;
  line-height: 39px;
}

#page404 {
  position: relative;
  padding-bottom: 100px;
}
#page404 h1 {
  position: absolute;
  left: calc(50% - 1em);
  top: 20%;
}
#page404 img {
  max-width: 100%;
}

.intro-image {
  float: left;
  max-width: 30%;
  max-height: 600px;
}

.intro-image.full-size {
  float: none;
  max-width: 100%;
  max-height: 600px;
}

@media screen and (max-width: 768px) {
  .intro-image {
    float: none;
    max-width: 100%;
  }
}
.intro-figure {
  float: left;
  max-width: 30%;
  margin-right: 20px;
  margin-bottom: 10px;
}
.intro-figure img {
  max-width: 100%;
  max-height: 600px;
}
.intro-figure figcaption {
  text-align: center;
  font-style: italic;
  font-size: 16px;
  color: #93e4fd;
}

.intro-figure.full-size {
  float: none;
  text-align: center;
  max-width: 100%;
}
.intro-figure.full-size img {
  max-width: 100%;
  max-height: 600px;
}

@media screen and (max-width: 768px) {
  .intro-figure {
    float: none;
    max-width: 100%;
  }
}
footer {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}
footer img {
  max-height: 1.4em;
  margin-left: 3px;
  margin-right: 3px;
}
footer a {
  margin-left: 10px;
}

.safari-fix {
  -webkit-backface-visibility: hidden;
}

iframe {
  max-width: 100%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=index.css.map */