@font-face {
  font-family: "PC Senior";
  src: url(https://otheraeon.neocities.org/alt/fic/homestuck/pcsenior.ttf);
  }

body {
  background: #535353 url("/img/skaiabg.png") fixed;
  background-size:cover;
  font-family: "Courier New", monospace;
  font-size: 0.95em;
  line-height:1.375em;
  color: #000;
  }
  
.main h1, .wrapper:before h1, h2, h3, h4 {
  font-family: "PC Senior", Courier, MONOSPACE;
  text-transform: uppercase;
  text-align: center;
  }
  
.main h1, .wrapper:before h1 {
  letter-spacing:2px;
  color: #4be14e;
  text-shadow: 4px 2px #00a003;
  margin: 0.5em 2.5em;
  padding: 0.75em;
  }
  
.header h1 { /*Suppress standard header.*/
  color: #fff;
  }
  
.main h1 {
  line-height: 115%;
  }
  
hr {
  background: #626262;
  }
  
.fic hr {
  margin: 2em 20%;
  }
  
/*  
.wrapper:before { 
  display:block;
  content: "Fic Archive :: Homestuck";  
  font-family: "PC Senior", Courier, MONOSPACE;
  text-transform: uppercase;
  text-align: center;
  font-size: 2em;
  letter-spacing:2px;
  color: #4be14e;
  text-shadow: 4px 2px #00a003;
  margin: 0.5em auto;
  padding: 0.75em;
  }
*/
  
a {
  font-family: sans-serif;
  font-size: 0.975em;
  letter-spacing: 0.01em;
  }
  
.main a, .footer a {
  color: #0000ff;
  }
  
.header, .main, .nav, .footer {
  border-bottom: 0em #000 solid;
  }
  
.nav {
  font-size: 0.875em;
  padding: 0.05em 0.25em;
  }
  
.nav {
  background: #535353;
  }
  
.footer {
  background: #626262;
  }
  
.nav a, .footer a {
  text-transform: uppercase;
  }
  
.nav a {
  color: #ffb529;
  }
  
.nav a:first-child {
  color: #29ff4a;
  }
  
.nav a:nth-child(2), .nav a:nth-child(3) {
  color: #39d5f6;
  }
  
.nav a:nth-child(4), .nav a:nth-child(5) {
  color: #f7f72a;
  }
  
.main {
  background: none;
  }
  
.wrapper {
  background: #c6c6c6;
  border: 1px solid #323232;
  }
  
.box, .button a {
  background: none;
  border: 1px solid #626262;
  }

.fandom-nav .button a {
  font-weight: bold;
  border-color: #323232;
  }
  
.fandom-nav .button a:hover {
  background: #929292;
  background: rgba(0,0,0,0.1);
  }
  
.metadata {
  line-height: 1.375em;
  }
  

.summary-block blockquote, .box blockquote {
  border-left: 1px solid #626262;
  padding: 0 1em;
  }
  
.summary-block blockquote {
  margin: 0.25em 3em;
  }

.box blockquote {
  margin: 0.25em 2em;
  }
  
.fic blockquote, .generic-pesterlog-wrapper {
  background: #c6c6c6;
  background: none;
  border: 1px dashed #525252;
  }

  
/*Custom thing for certain text*/
.aradia-alt {
  color: #a10000;
  }
  
.optional-black-bg {
  background: none;
  font-size: 1em;
  }
  
  
/*mobile etc*/
@media(max-width:1050px) {
  .main {
    width: 90%;
    }
  }
  
@media(orientation:portrait) {
  body {
    font-size: 0.9rem;
    }
  .wrapper {
    margin-top: 2vw;
    border-top: 1px solid;
    }
  .header {
    }
  .main {
    width: 90%;
    }
  }