@font-face {
  font-family: 'red50';
  src: url(/assets/font/redaction50.woff2);
}
@font-face {
  font-family: 'red50b';
  src: url(/assets/font/redaction50bold.woff2);
}
@font-face {
  font-family: 'red50i';
  src: url(/assets/font/redaction50italic.woff2);
}
@font-face {
  font-family: 'pixelout';
  src: url(/assets/font/pixelout.woff2);
}
@font-face {
  font-family: 'StillLifeHelveticaNeue';
  src: url(/project/content/font/StillLifeHelveticaNeue-Medium.woff2);
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url(/project/content/font/helveticaneue-medium.woff2);
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
  background-color: #000;
  color: #101010;
  font-family: red50;
  margin: 0px;
  padding: 0px;
}

h1,h2,h3,h4,h5,h6,p {
  margin: 0px;
  padding: 0px;
}

h1,h2,h3,h4,h5,h6,b {
  font-family: red50b;
}

i {
  font-family: red50i;
}

p {
  font-size: 30px;
}

header {
  width: 1000px;
  margin: auto;
  padding: 50px 0px 10px 0px;
  text-align: center;
  background: url("/assets/img/headerbg.png");
  background-repeat: no-repeat;
  background-position: center;
  color: #efefef;
  font-family: red50b;
  
  
  h1 {
    font-family: pixelout;
    font-size: 100px;
  }
  
  a {
    color: #efefef;
    
    &:hover {
      color: #101010;
    }
  }
}

.stickything {
  float:right;
  
  img {
    height: 30px;
  }
}

.container {
  width: 1000px;
  margin: auto;
  background: #efefef;
}

.inner-cont {
  padding: 10px 20px;
  
  p {
    margin-block-end: 0.8rem;
  }
}

.cont-header {
  border-top: 5px solid #006C00;
  border-bottom: 5px solid #006C00;
  background: #004100;
  color: #efefef;
  background: url("/assets/img/headerbg.png");
  background-repeat: no-repeat;
  background-position: center;
  h1,h2,h3,h4,h5,h6,p,b {
    padding: 0px 20px;
    font-size: 40px;
    display: block;
  }
}

a {
  color: #101010;
  text-decoration: underline underline;
  transition: 0.2s;
}

a:hover {
  color: #efefef;
  text-decoration: none;
  backdrop-filter: invert(100%);
}

ul {
  list-style: '> ';
  font-size: 25px;
}

/* status cafe */
#statuscafe {
    padding: 0.7em;
    background-color: #efefef;
    border: 5px solid #006C00;
    font-size: 20px;
}
#statuscafe-username {
    margin-bottom: 0.5em;
}
#statuscafe-content {
    font-family: red50i;
}

/* blog specific like articles and all that */
author {
  color: #ffffffcc;
  font-family: red50i;
  font-size: 22px;
  margin: 0px;
  padding: 0px 20px;
}

date {
  color: #ffffffcc;
  font-family: red50i;
  font-size: 22px;
  margin: 0px;
  padding: 0px 20px;
}

.blogheader {
  width: 500px;
  margin: 10px 10px;
  position: absolute;
  padding: 50px 0px 0px 0px;
  text-align: center;
  background: url("/assets/img/headerbg.png");
  background-repeat: no-repeat;
  background-position: center;
  color: #efefef;
  font-family: red50b;
  z-index: 2;
  
  
  h1 {
    font-family: pixelout;
    font-size: 100px;
  }
  
  a {
    color: #efefef;
    
    &:hover {
      color: #101010;
    }
  }
}

.blogheader2 {
  padding: 10px 10px;
  background: #efefef;
  color:#101010;
  font-family: red50b;
  h1 {
    font-size: 2rem;
  font-family: red50b;
  }
  p {
    margin-block-end: 0.8rem;
  }
}

.blog-container {
  width: 1000px;
  margin: 20px auto;
  background: #efefef;
  position: relative;
  z-index: 3;
}

/* the microblog part of things because a microblog is better than a blog i guess i just also learned right now that skyrionn is a ginger i cannot believe my goat is washed... */
.microblog-header {
  margin: 10px;
  font-family: red50b;
  display: flex;
}

.microblog-header-logo {
  background: url("/assets/img/headerbg.png");
  background-repeat: no-repeat;
  background-position: center;
  color: #efefef;
  border: 5px solid #006C00;
  height: 125px;
  width: 125px;
  align-content: center;
  text-align: center;
  font-size: 150px;
  font-family: pixelout;
  padding: 10px;
}

.microblog-header-side {
  padding: 10px;
  background: #efefef;
  color: #101010;
  font-family: red50;
  h1 {
    font-size: 50px;
  }
  a {
    font-size: 25px;
  }
  p {
    
  font-size: 25px;
  }
}

.microblog-container {
  max-width: 770px;
  margin-left: 10px;
}

.microblog-post {
  background: #efefef;
  border: 5px solid #505050;
  padding: 10px;
  margin-bottom: 50px;
  p,b {
  font-size: 20px;
  }
  .date {
    font-size: 16px;
    font-family: red50i;
    color: #808080;
  }
}

.youtubevideo {
  width: 700px;
  background: #efefef;
  padding: 10px;
  margin: 10px 0px;
  border: 5px solid #101010;
  display: grid;
  grid-template-columns: repeat(2, 310px);
  transition: 0.2s;
  
  &:hover {
    transition: 0.2s;
    background: #e9edff;
  }
  
  .thumbnail {
    width: 300px;
    display: flex;
    margin-right: 10px;
  }
  .metadata-container-for-the-yt-video {
    display: block;
    width: 350px;
  }
  
  .title {
    font-family: Roboto;
    font-weight: 700;
    font-size: 26px;
  }
  .channel {
    font-family: Roboto;
    font-weight: 500;
    color: #00000080;
  }
  .description {
    font-family: Roboto;
    padding-top: 10px;
    font-style: italic;
    color: #00000080;
  }
}

a.ytembed {
  color: #101010;
  text-decoration: none;
  transition: 0.2s;
}

a:hover.ytembed {
  color: #101010;
}

.microblog-post:target {
  background: #f9efd7;
}
/* Backrooms Font Page */
.container-stilllife {
  width: 1000px;
  margin: auto;
  padding: 50px;
  color: #ada13d80;
  font-family: StillLifeHelveticaNeue;
  h1, h2, h3, h4, h5, h6 {
    font-family: StillLifeHelveticaNeue;
  }
  p, b, a, i {
    font-family: HelveticaNeue;
  }
  h1 {
    font-size: 70px;
  }
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 40px;
  }
  a {
    color: #ada13d80;
  }
}

.still-life {
  background: url(/assets/img/wallpaper.png);
  background-repeat: repeat;
  background-size: 100px;
}

.download-box {
  padding: 10px;
  background-color: #d0c66f80;
  color: #ada13d;
}

#splash {
  background: #000;
  width: 100vw;
  height: 100vh;
  color: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  
  display: flex;
  align-items: center;
  justify-content: center;
}

#splash.gone {
  opacity: 0; visibility: hidden; transition: all 1s;
}

.censored {
  background-color:#101010;
  color:#101010;
  filter: blur(5px);
  transition: 1s;
  padding: 5px;
   -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;
}

.censored::selection{
  background-color:#101010;color:#101010
  
}

.censored:hover {
  filter: blur(0px);
  transition: 1s;
  color:#efefef80;
}