/* Blink animation */
@keyframes blinker {
  50% {
    opacity: 0.0;
  }
}
/* line 14, ../sass/screen.scss */
body {
  background-color: #161618;
  color: #1dadb0;
  font-family: monospace;
}

/* line 20, ../sass/screen.scss */
hr {
  border-color: #1dadb0;
}

/* line 24, ../sass/screen.scss */
h2 {
  font-size: 15px;
}
/* line 27, ../sass/screen.scss */
h2:before {
  content: '_';
}

/* line 32, ../sass/screen.scss */
a {
  color: #15d5d8;
  text-decoration: none;
}
/* line 36, ../sass/screen.scss */
a:hover {
  text-shadow: 2px 1px 15px #1dadb0;
}
/* line 40, ../sass/screen.scss */
a.blink:before {
  animation: blinker 2s linear infinite;
  content: '\00bb\ ';
}

/* line 47, ../sass/screen.scss */
ul {
  padding: 0;
}

/* line 51, ../sass/screen.scss */
#container {
  max-width: 800px;
  margin: 10px;
}

/* line 58, ../sass/screen.scss */
section pre {
  background-color: #000000;
  border: 1px solid;
  width: calc(100% - 10px);
  padding: 5px;
  white-space: pre-wrap;
}
/* line 65, ../sass/screen.scss */
section pre:hover {
  text-shadow: 2px 1px 15px #1dadb0;
}
/* line 70, ../sass/screen.scss */
section code.shell:before {
  animation: blinker 1s linear infinite;
  content: '\2588\ ';
}

/* Header */
/* line 77, ../sass/screen.scss */
header {
  font-weight: bold;
  text-shadow: 2px 1px 15px #1dadb0;
}
/* line 81, ../sass/screen.scss */
header .makeitqt {
  margin-left: 195px;
  margin-top: -25px;
  font-weight: bold;
  text-shadow: none;
}

/* line 89, ../sass/screen.scss */
section, header {
  padding-left: 5px;
}

/* Information */
/* line 94, ../sass/screen.scss */
#information {
  margin-top: -20px;
}
/* line 97, ../sass/screen.scss */
#information ul {
  list-style: none;
}

/* Shittalk */
/* Connect */
/* Rules */
/* line 110, ../sass/screen.scss */
#featured {
  border-bottom: 1px solid #1dadb0;
}

/* Footer */
/* line 119, ../sass/screen.scss */
footer {
  background-color: #0c0c0c;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  padding-left: 10px;
  margin-bottom: 0;
  z-index: 1030;
}
/* line 129, ../sass/screen.scss */
footer ul > li {
  display: inline;
}
/* line 132, ../sass/screen.scss */
footer ul > li:not(:first-child):before {
  content: '|';
}
