body {
  background-color: #1d1d20;
  color: #fff;
  font-family: "Karla", sans-serif;
  font-style: normal;
  font-weight: 200;
  line-height: 1.8;
  font-size: 0.9rem;
}

::-moz-selection {
  background-color: #c0b4e7;
  color:#fff;
}

::selection {
  background-color: #c0b4e7;
  color:#fff;
}

a {
  transition: all 0.2s ease;
  color: #c0b4e7;
  text-decoration: none;
}

a:hover {
  transition: all 0.2s ease;
  color: #b1b1b1;
  text-decoration: none;
}

textarea {
  background-color: #000;
  color: #fff;
  border: 1px solid #c0b4e7;
  resize: none;
}

/* header */ 

.header {
  margin: 100px auto 0px auto;
  width: 95%;
  text-align: center;
}

.header h1 {
  color: #c0b4e7;
  font-size: 5rem;
  font-family: "Kings", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.header h1 a {
  color: #c0b4e7;
  font-size: 5rem;
  font-family: "Kings", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.header h1 a:hover {
  color: #c0b4e7;
  font-size: 5rem;
  font-family: "Kings", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.header h1 a:active {
  color: #c0b4e7;
  font-size: 5rem;
  font-family: "Kings", sans-serif;
  font-weight: 300;
  font-style: normal;
}

/* menu */ 

.topper-menu {
  margin: -70px auto 100px auto;
  width: 95%;
  text-align: center;
  font-weight: 200;
  line-height: 1.8;
  color: #ebebf0;
}

.topper-menu a {
  display: inline-block;
  padding: 0 10px;
  margin: 0 3px;
  color: #ebebf0;
  background: #212121;
  text-decoration: none;
  border-bottom: 0px;
}

.topper-menu a:hover {
  display: inline-block;
  padding: 0 10px;
  margin: 0 3px;
  color: #212121;
  background: #c0b4e7;
  text-decoration: none;
  border-bottom: 0px;
}

/* content */ 

#content {
  margin: 100px auto 100px auto;
  width: 95%;
  padding: 0px 10px;
  text-align: justify;
}

#content blockquote {
  margin: 0rem;
  background: #212121;
  padding: 2% 5%;
}

#content h1 {
  text-align: left;
  font-size: 2.25rem;
  font-weight: 100;
  color: #c0b4e7;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 110%;
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 0;
  padding-bottom: 0;
}

#content h2 {
  color: #b1b1b1;
  font-style: normal;
  font-weight: 200;
}

#content .blogdata {
  font-size: 0.9rem;
  font-style: italic;
  color: #b1b1b1;
  margin-bottom: 20px;
}

#content .blogbody {
  font-size: 1.01rem;
}

/* blog */ 

.predefined-tags {
  margin: 50px 0 0 0;
  display: flex;
  justify-content: center;
}

.predefined-tags .tag-list-item {
  background-color: #c0b4e7;
  color: #212121;
  padding: 0 10px;
  margin: 0 3px;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.2s ease;
}

.clear-tags {
  margin: 0 0 50px 0;
  display: flex;
  justify-content: center;
}

.clear-tags .tag-clear-item {
  color: #b1b1b1;;
  cursor: pointer;
  font-size: 0.9rem;
  transition: all 0.2s ease;
}

.post {
  margin: 100px 0;
}

.post h1 {
  text-align: left;
  font-size: 2.25rem;
  font-weight: 100;
  color: #c0b4e7;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 110%;
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 0;
  padding-bottom: 0;
}

.post .blogdata {
  font-size: 0.9rem;
  font-style: italic;
  color: #b1b1b1;
  margin-bottom: 20px;
}

.post .blogbody {
  font-size: 1.01rem;
}

.blogbody img {
  border-radius: 10px;
}

.tags {
    font-size: 0.9rem;
    color: #c0b4e7;
    margin: 20px;
    text-align: center;
}

.tag {
    cursor: pointer;
    font-size: 0.9rem;
    color: #fff;
    margin: 0 10px 0 0;
}

.filters {
    color: #fff;
    text-align: center;
    margin: 0 0 100px 0;
    background: #212121;
    padding: 20px;
}

.tags-list {
    display: flex;
    font-size: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    cursor: pointer;
}

.tags-list .tag-list-item {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    justify-content: center;
    cursor: pointer;
}

.tags-list .tag-list-item:hover {
    color: #c0b4e7;
    cursor: pointer;
}

.pagination {
    text-align: center;
    margin: 0;
}

.pagination button {
    font-size: 0.9rem;
    font-weight: 100;
    border: none;
    color: #fff;
    background: #212121;
    padding: 10px 10px;
    margin: 0 3px;
    cursor: pointer;
}

.pagination button:hover {
    font-size: 0.9rem;
    border: none;
    color: #212121;
    background: #c0b4e7;
    padding: 10px 10px;
    margin: 0 3px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.review-block {
      background-color: #212121;
      padding: 12px;
      margin: 0 auto;
      overflow: hidden;
    }

.review-image {
      float: left;
      width: 130px;
      margin-right: 12px;
      border-radius: 5px;
    }

.review-content {
      overflow: hidden; /* Ensures it wraps around the floated image */
    }

.review-header {
      display: grid;
      grid-template-columns: 1fr auto;
      grid-template-rows: auto auto;
      column-gap: 12px;
      align-items: start;
      margin-bottom: 12px;
    }

.review-title {
      margin: 0;
      grid-column: 1;
      grid-row: 1;
      font-size: 1.1em;
      line-height: 110%;
      color: #c0b4e7;
    }

.review-meta {
      font-size: 0.9rem;
      font-style: italic;
      color: #b1b1b1;
      grid-column: 1;
      grid-row: 2;
      line-height: 110%;
    }

.review-rating {
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      color: #fff;
      border-radius: 4px;
      grid-column: 2;
      grid-row: 1 / span 2;
    }

.review-rating.red {
      background-color: #e74c3c;
    }

.review-rating.orange {
      background-color: #e67e22;
    }

.review-rating.green {
      background-color: #2ecc71;
    }

.review-text {
      font-size: 1em;
      line-height: 120%;
    }
    
/* scrapbook */ 

#project-body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1d1d20;
}

.project-container {
  display: flex;
  flex-wrap: wrap;  
  gap: 15px;        
  justify-content: center; 
  align-items: flex-start; 
}

.project {
  width: 242px;
  background-color: #212121;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.project-img {
  width: 100%;
  height: 120px;
  background-size: cover;
  background-position: center;
}

.project-content {
  flex-grow: 1;
  font-size: 0.85rem;
  padding: 10px;
  line-height: 130%;
}

.project-content h3 {
  text-align: left;
  font-size: 1rem;
  font-weight: 100;
  color: #c0b4e7;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 110%;
  font-family: "Cormorant Garamond", serif;
  margin: 0 0 10px 0;
  padding: 0;
}

/* fanfic pages */ 

.fic-container {
  margin-bottom: 50px;
}

.fic-title { 
  font-size: 1.4rem;
  font-weight: 200;
  color: #c0b4e7;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 110%;
}

.fic-title a { 
  color: #c0b4e7;
  border-bottom: 0px;
}

.fic-title a:hover { 
  color: #c0b4e7;
  border-bottom: 0px;
}

.ff-dl { 
  font-size: 0.5rem;
  font-family: "Orbitron", sans-serif;
  font-weight: 100;
  display: inline-block;
  padding: 4px 10px 4px 11px;
  margin: 0px 5px 0px 0px;
  color: #ebebf0;
  letter-spacing: 0.2rem;
  text-align: center;
  background: #2f2f2f;
  text-decoration: none;
  border-bottom: 0px;
}

.ff-dl:hover { 
  display: inline-block;
  padding: 4px 10px 4px 11px;
  margin: 0px 5px 0px 0px;
  color: #fff;
  letter-spacing: 0.2rem;
  text-align: center;
  background: #c0b4e7;
  text-decoration: none;
  border-bottom: 0px;
}

.ff-dl a { 
  color: #ebebf0;
  text-decoration: none;
}

.ff-dl a:hover { 
  color: #fff;
  text-decoration: none;
}

/* fiction */ 

.ff-redirect {
  margin: 0px auto;
  padding: 10px 10px 15px 10px;
  width: 98%;
  text-align: left;
  border-bottom: 1px solid #2f2f2f;
  font-size: 0.8rem;
  text-transform: lowercase;
}

.ff-name {
  margin: 100px auto;
  width: 95%;
  padding: 0px 10px;
  text-align: left;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 200%;
}

.ff-stats {
  margin: 0px auto 100px auto;
  width: 80%;
  padding: 0px 10px;
  text-align: left;
  font-family: "Karla", sans-serif;
  font-size: 0.95rem;
  line-height: 110%;
}

.ff-story { 
  margin: 0px auto 70px auto;
  width: 98%;
  padding: 0px 10px;
  text-align: left;
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-size: 1.1rem;
  line-height: 120%;
}

.ff-after { 
  margin: 50px auto;
  width: 98%;
  text-align: center;
}

.ff-after a {
  display: inline-block;
  padding: 0 10px;
  margin: 0 3px;
  color: #ebebf0;
  background: #212121;
  text-decoration: none;
  border-bottom: 0px;
}

.ff-after a:hover {
  display: inline-block;
  padding: 0 10px;
  margin: 0 3px;
  color: #212121;
  background: #c0b4e7;
  text-decoration: none;
  border-bottom: 0px;
}

/* sitemap */ 

.sm-levelone {
  margin-left: 0;
}

.sm-leveltwo {
  margin-left: 15px;
}

.sm-levelthree {
  margin-left: 30px;
}

.sm-levelfour {
  margin-left: 45px;
}

/* technical stuff idk */ 

#page-container {
  position: relative;
  min-height: 87vh;
}

#content-wrap {
  padding-bottom: 2.5rem;    /* Footer height */
}

#footer {
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 99%;
  height: 2.5rem;            /* Footer height */
  padding: 50px 0px 0px 0px;
}

@media (min-width: 768px) {
  .header {
    width: 500px;
  }
  
  .topper-menu {
    width: 500px;
  }
  
  #content {
    width: 500px;
  }

  .ff-name {
  width: 700px;
  }

  .ff-stats {
  width: 600px;
  }
  
  .ff-summary blockquote {
  width: 700px;
}

  .ff-story { 
  width: 700px;
  }
}

@media (max-width: 768px) {
  .review-image {
      width: 80px;
  }

  .project {
      width: 100%;
      max-width: 400px;
  }

}



