@import url("https://fonts.googleapis.com/css?family=Poiret+One");
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Orbitron");
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
  cursor: url("/img/cursortest.png"), auto; }

h5 {
  margin: 0;
  padding: 0;
  line-height: 1em; }

html {
  cursor: url("/img/cursortest.png"), auto; }

/**
 * Basic styling
 */
body {
  font: lighter 16px/1.5 "Roboto", "Roboto", Arial, sans-serif;
  color: #48ffbc;
  background-color: #525252;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-kerning: normal;
  margin-left: auto;
  margin-right: auto; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px; }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle; }

/**
 * Figures
 */
figure > img {
  display: block; }

figcaption {
  font-size: 14px; }

/**
 * Lists
 */
ul, ol {
  margin-left: 30px; }

li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Headings
 */
h1, h3, h4 {
  font-size: 4em;
  font-family: "Orbitron" !important;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 3px; }

h2 {
  font-size: 4em;
  font-family: "Orbitron" !important;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 3px;
  word-wrap: break-word; }

h6 {
  font-weight: 400;
  font-size: 4em;
  font-family: "Poiret One" !important;
  text-transform: uppercase;
  font-weight: 700; }

h5 {
  font-size: 3em;
  font-family: "Orbitron" !important;
  text-transform: uppercase;
  font-weight: 200; }

/**
 * Links
 */
a {
  color: #c8ffeb;
  text-decoration: none;
  cursor: url("/img/cursorpointer.png"), pointer; }
  a:visited {
    color: #aeffe1; }
  a:hover {
    color: #FF5E00; }
  .social-media-list a:hover {
    text-decoration: none; }
    .social-media-list a:hover .username {
      text-decoration: underline; }

h5 a {
  color: #48ffbc;
  text-decoration: none; }
  h5 a:visited {
    color: #aeffe1; }
  h5 a:hover {
    color: #FF5E00; }

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - (30px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }
  @media screen and (max-width: 800px) {
    .wrapper {
      max-width: -webkit-calc(800px - (30px));
      max-width: calc(800px - (30px));
      padding-right: 15px;
      padding-left: 15px; } }

/**
 * Clearfix
 */
.wrapper:after, .footer-col-wrapper:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  vertical-align: middle; }
  .icon > svg path {
    fill: #d3d3d3; }

.social-media-list .icon {
  padding-right: 5px; }
.social-media-list li + li {
  padding-top: 5px; }

/*
 * Sidebar
 *
 * Flexible banner for housing site name, intro, and "footer" content. Starts
 * out above content in mobile and later moves to the side with wider viewports.
 */
.sidebar {
  text-align: center;
  padding: 2rem 1rem;
  font-family: 'Poiret One';
  background-color: #222222;
  margin: 1rem;
  border-radius: 5px;
  border: 5px;
  border-color: #464646; }
  .sidebar:visited {
    color: #48ffbc; }

@media (min-width: 48em) {
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 18rem;
    text-align: left; }
    .sidebar:visited {
      color: #48ffbc; } }
/* Sidebar links */
.sidebar a {
  color: #48ffbc;
  text-decoration: none; }
  .sidebar a:visited {
    color: #aeffe1; }
  .sidebar a:hover {
    color: #FF5E00; }

.sidebar h5 {
  text-shadow: 1px 1px #222222, -1px 1px #222222, 1px -1px #222222, -1px -1px #222222; }
  .sidebar h5:hover {
    text-shadow: 2px 4px rgba(0, 255, 255, 0.25), -2px 2px rgba(255, 0, 0, 0.4), -2px -2px rgba(0, 255, 0, 0.4);
    color: #FF5E00; }

/* Sidebar nav */
.sidebar-nav {
  margin-bottom: 1rem; }

.sidebar-nav-item {
  display: block;
  line-height: 1.75;
  border: solid 5px #686868;
  background-color: #686868;
  border-radius: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 5px;
  float: center; }

a.sidebar-nav-item:hover,
a.sidebar-nav-item:focus {
  color: #FF5E00;
  border: solid 5px #333333;
  background-color: #333333; }

.sidebar-nav-item.active {
  font-weight: bold; }

/* Sticky sidebar
 *
 * Add the `sidebar-sticky` class to the sidebar's container to affix it the
 * contents to the bottom of the sidebar in tablets and up.
 */
@media (min-width: 48em) {
  .sidebar-sticky {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    left: 1rem; } }
.content {
  padding-top: 4rem;
  padding-bottom: 4rem; }

@media (min-width: 48em) {
  .content {
    max-width: 38rem;
    margin-left: 20rem;
    margin-right: 2rem; } }
@media (min-width: 64em) {
  .content {
    margin-left: 22rem;
    margin-right: 4rem; } }
/**
 * Site header
 */
.site-header {
  font-family: 'Poiret One';
  color: #48ffbc;
  line-height: 1;
  border: solid 5px #333333;
  border-radius: 5px;
  background-color: #686868;
  text-transform: uppercase; }

.site-title {
  font-size: 26px;
  font-family: "Yukarimobile";
  font-size: 3em;
  letter-spacing: 2px;
  line-height: 54px;
  margin-bottom: 0;
  width: 90%; }
  .site-title, .site-title:visited {
    color: #48ffbc; }

.site-nav {
  float: right;
  line-height: 54px; }
  .site-nav .nav-trigger {
    display: none; }
  .site-nav .menu-icon {
    display: none; }
  .site-nav .page-link {
    color: #48ffbc;
    line-height: 1.5; }
    .site-nav .page-link:not(:last-child) {
      margin-right: 20px; }
  @media screen and (max-width: 600px) {
    .site-nav {
      position: absolute;
      top: 9px;
      right: 15px;
      background-color: #525252;
      border: 1px solid #464646;
      border-radius: 5px;
      text-align: right; }
      .site-nav label[for="nav-trigger"] {
        display: block;
        float: right;
        width: 36px;
        height: 36px;
        z-index: 2;
        cursor: pointer; }
      .site-nav .menu-icon {
        display: block;
        float: right;
        width: 36px;
        height: 26px;
        line-height: 0;
        padding-top: 10px;
        text-align: center; }
        .site-nav .menu-icon > svg path {
          fill: #333333; }
      .site-nav input ~ .trigger {
        clear: both;
        display: none; }
      .site-nav input:checked ~ .trigger {
        display: block;
        padding-bottom: 5px; }
      .site-nav .page-link {
        display: block;
        padding: 5px 10px;
        margin-left: 20px; }
        .site-nav .page-link:not(:last-child) {
          margin-right: 0; } }

/**
 * Site footer
 */
.site-footer {
  margin: 10px;
  background-color: #494949;
  padding-top: 20px;
  border: 5px solid #686868;
  border-radius: 5px;
  position: relative; }

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px; }

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0; }

.footer-col-wrapper {
  font-size: 15px;
  color: #d3d3d3;
  margin-left: -15px; }

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px; }

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - (30px / 2)); }

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - (30px / 2)); }

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - (30px / 2)); }

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - (30px / 2)); }

  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
/**
 * Page content
 */
.page-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #333333;
  overflow: auto;
  padding: 18px 50px;
  position: relative;
  margin: 15px;
  border-radius: 5px;
  padding-top: 4rem;
  padding-bottom: 4rem; }

.page-content a[href^="/audios/"] {
  font-family: 'Poiret One';
  color: #48ffbc;
  border: solid 5px #686868;
  background-color: #686868;
  border-radius: 5px;
  text-transform: uppercase;
  margin: 5px; }
  .page-content a[href^="/audios/"]:hover {
    color: #FF5E00;
    border: solid 5px #222;
    background-color: #222; }

.page-content audio {
  color: #686868;
  margin-bottom: 10px;
  margin-top: 5px;
  border: solid 5px #48ffbc;
  background-color: #48ffbc;
  border-radius: 5px;
  width: 90%; }

@media (max-width: 48em) {
  .nexta span {
    display: none; }

  .nexta:after {
    content: 'Next'; }

  .preva span {
    display: none; }

  .preva:after {
    content: 'Previous'; } }
@media (min-width: 48em) {
  .page-content {
    max-width: 38rem;
    margin-left: 20rem;
    margin-right: 2rem; } }
@media (min-width: 64em) {
  .page-content {
    margin-left: 22rem;
    margin-right: 4rem; } }
.page-heading {
  font-size: 32px;
  color: #48ffbc;
  border: solid 5px #686868;
  background-color: #686868;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 5px; }

.post-list {
  margin-left: 0;
  list-style: none; }
  .post-list > li {
    margin-bottom: 30px; }

.post-meta {
  font-size: 14px;
  color: #d3d3d3; }

.post-link {
  display: block;
  font-size: 24px; }

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
  font-family: 'Poiret One';
  color: #48ffbc;
  border: solid 5px #333333;
  background-color: #686868;
  border: solid 5px #686868;
  border-radius: 5px;
  text-transform: uppercase; }

.post-title {
  font-size: 42px;
  letter-spacing: 1px;
  line-height: 1;
  padding: 10px; }
  @media screen and (max-width: 800px) {
    .post-title {
      font-size: 36px; } }

.post-content {
  margin-bottom: 30px; }
  .post-content h2 {
    font-size: 32px; }
    @media screen and (max-width: 800px) {
      .post-content h2 {
        font-size: 28px; } }
  .post-content h3 {
    font-size: 26px; }
    @media screen and (max-width: 800px) {
      .post-content h3 {
        font-size: 22px; } }
  .post-content h4 {
    font-size: 20px; }
    @media screen and (max-width: 800px) {
      .post-content h4 {
        font-size: 18px; } }

.PageNavigation a {
  font-family: 'Poiret One';
  color: #48ffbc;
  border: solid 5px #686868;
  background-color: #686868;
  border-radius: 5px;
  text-transform: uppercase;
  margin: 5px; }

.PageNavigation img {
  font-family: 'Poiret One';
  color: #48ffbc;
  border: solid 5px #686868;
  background-color: #686868;
  border-radius: 5px;
  text-transform: uppercase;
  margin: 5px;
  outline: none; }

.prev:hover a {
  color: #FF5E00;
  border: solid 5px #222;
  background-color: #222; }

.prev:hover img {
  color: #FF5E00;
  border: solid 5px #222;
  background-color: #222; }

.next:hover a {
  color: #FF5E00;
  border: solid 5px #222;
  background-color: #222; }

.next:hover img {
  color: #FF5E00;
  border: solid 5px #222;
  background-color: #222; }

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff; }
  .highlighter-rouge .highlight {
    background: #eef; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }
