/**
 * Minified by jsDelivr using clean-css v5.3.2.
 * Original file: /npm/modern-normalize@3.0.1/modern-normalize.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
*, ::after, ::before {
  box-sizing: border-box;
}

html {
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
}

body {
  margin: 0;
}

b, strong {
  font-weight: bolder;
}

code, kbd, pre, samp {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: currentcolor;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}


header {
  padding: 1.5em 0 1em 0;
  background: #181818;
  border-bottom: 2px solid #2a2a2a;
  display: flex;
  justify-content: center;
}

footer {
  background: #181818;
  border-top: 2px solid #2a2a2a;
  color: #414141;
  font-size: 0.85em;
  text-align: center;
  padding: 1em 0;
}
footer .links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer .links a {
  color: #868686;
  padding: 0 0.5em;
  transition: transform 0.25s ease;
}
footer .links a:hover {
  color: #a9d094;
  text-decoration: none;
  transform: scale(1.05);
}
footer .links a.current-page {
  color: #a9d094;
}

#projects {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.project {
  font-size: 0.8em;
  text-align: center;
  color: #a6a6a6;
}

.project p {
  margin: 5px 0 0 0;
}

.project a {
  height: 135px;
  width: 135px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease;
  display: flex;
  border-radius: 20px;
}

.project a:hover {
  text-decoration: none;
  filter: brightness(110%);
}

.project a .logo {
  flex: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 120px 120px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
}

.project a .text {
  flex: 2;
  color: #fff;
  font-family: sans-serif;
  font-weight: bold;
  margin: auto 2em auto 0;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.project a .name {
  font-size: 1.4em;
  margin: 0.35em 0;
}

.project a .description {
  font-size: 0.85em;
  margin: 0;
}

#project-rs {
  background: #46869b;
}

#project-rs .logo {
  background-image: url("../images/RuneScape-Wiki-logo.png");
}

#project-osrs {
  background: #5e5247;
}

#project-osrs .logo {
  background-image: url("../images/Old-School-RuneScape-Wiki-logo.png");
}

#project-rsc {
  background: #153e13;
}

#project-rsc .logo {
  background-image: url("../images/RuneScape-Classic-Wiki-logo.png");
}

#project-mc {
  background: #5d8855;
}

#project-mc .logo {
  background-image: url("../images/Minecraft Wiki logo.png");
}

#project-lol {
  background: #3875a6;
}

#project-lol .logo {
  background-image: url("../images/League of Legends Wiki logo.png");
  background-size: 110px auto;
}

#project-bs {
  background: #63514b;
}

#project-bs .logo {
  background-image: url("../images/Brighter Shores Wiki logo.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  #project-rs .logo {
    background-image: url("../images/RuneScape-Wiki-logo@2x.png");
  }
  #project-osrs .logo {
    background-image: url("../images/Old-School-RuneScape-Wiki-logo@2x.png");
  }
  #project-rsc .logo {
    background-image: url("../images/RuneScape-Classic-Wiki-logo@2x.png");
  }
  #project-ptrs .logo {
    background-image: url("../images/Pt-BR-RuneScape-Wiki-logo@2x.png");
  }
  #project-mc .logo {
    background-image: url("../images/Minecraft Wiki logo@2x.png");
  }
  #project-lol .logo {
    background-image: url("../images/League of Legends Wiki logo@2x.png");
  }
  #project-bs .logo {
    background-image: url("../images/Brighter Shores Wiki logo@2x.png");
  }
}
@media only screen and (min-width: 450px) and (max-width: 600px) {
  .project a {
    padding: 0 0.15em;
  }
}
@media only screen and (max-width: 535px) {
  #projects {
    align-items: normal;
  }
}
.post-col h5 {
  font-size: 16px;
  font-weight: 600;
}
.post-col h6 {
  font-size: 0.7em;
  font-weight: normal;
}
.post-col a {
  transition: all 0.2s ease;
  border: 1px solid transparent;
}
.post-col a:hover {
  border: 1px solid #4d4c4c;
  text-decoration: none;
}

.row.home-row {
  flex-wrap: unset;
}
.row.home-row::before {
  content: "";
  border: 1px solid #2a2a2a;
}
.row.home-row #projects {
  order: -1;
}
.row.home-row .blog-container {
  flex-grow: 1;
  max-width: 400px;
}
@media only screen and (max-width: 985px) {
  .row.home-row .blog-container {
    padding: 0;
    margin: 0;
  }
}

@media only screen and (max-width: 900px) {
  .home-row {
    flex-direction: column;
  }
}
.discord {
  color: #8E97F8;
}
.discord img {
  width: 15px;
}

.blog-all-posts {
  display: block;
  font-size: 0.9em;
  text-align: right;
}

.blog-subtitle {
  font-size: 0.9em;
  background: #343434;
  padding: 0.25em 0.5em;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #4d4c4c;
}

.author {
  color: #969696;
}

.blog-content img {
  max-width: 100%;
}

.post-col p {
  color: #8f8f8f;
  font-size: 0.75em;
  line-height: 1.5em;
  border-top: 1px solid #4d4c4c;
  margin: 0.25em 0 0 0;
  padding: 0.5em 0 0 0;
}

.all-posts-list {
  max-width: 700px;
}
.all-posts-list .card {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}
.all-posts-list .card-body {
  flex-basis: 50%;
  flex-grow: 1;
}
.all-posts-list .card-img {
  max-width: 200px;
  margin: auto;
  flex-basis: 100%;
}
.all-posts-list .card-img img {
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.blog-post h1 {
  margin-bottom: 0.5em;
}

body {
  background: #1c1c1c;
  color: #cecece;
  margin: auto;
  font-family: "Noto Sans", "Georgia", "Palatino", serif;
  font-size: 1em;
  line-height: 1.5em;
}

.badge {
  background: #343434;
  padding: 0.5em 1em;
  border-radius: 5px;
  font-size: 0.8em;
  border: 1px solid #4d4c4c;
}

.outer-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.inner-container {
  flex-grow: 1;
  display: flex;
  padding: 2em;
  max-width: 1200px;
  margin: auto;
}

a {
  color: #a9d094;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #c5e0b7;
}

hr {
  margin: 2em 0;
  border: 1px solid #2a2a2a;
}

h1 {
  color: #afafaf;
}

h2, h3, h4, h5, h6 {
  color: #e4baa5;
}

h2, h3, h4, h5, h6 {
  margin-top: 1.5em;
}

h1 {
  font-weight: 600;
  font-size: 1.8em;
  display: flex;
  line-height: 1.2em;
}

p {
  margin-top: 0;
}

.card h2, .card h3, .card h4, .card h5, .card h6 {
  margin-top: 0;
  color: white;
}

h1::after {
  content: "";
  width: 100%;
  border-bottom: 2px dashed #2a2a2a;
  position: relative;
  top: -14px;
  margin-left: 1em;
  flex-basis: 0;
  flex-grow: 1;
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1em;
}

.card {
  display: block;
  background: #272727;
}
.card .card-body {
  padding: 1em 1em;
}
.card .card-button {
  padding: 0.5em 1em;
  background: #222;
  font-size: 0.75em;
  text-align: center;
  border-top: 1px solid #3c3c3c;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
}
.card .card-title {
  margin: 0;
}
.card .card-subtitle {
  margin: 0;
  color: #8f8f8f;
}

.error-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.error-container .error-page {
  text-align: center;
  color: #FFF;
}
.error-container .error-page a {
  color: #6cd5ff;
}
.error-container .cloudflare {
  font-size: 12px;
  line-height: 1.25em;
  text-align: left;
}
.error-container .cloudflare h1 {
  font-size: inherit;
  font-weight: 600;
}
.error-container .cloudflare ul {
  list-style-type: none;
  padding: 0;
}

.error-image {
  margin-bottom: 1em;
}
.error-image img {
  border-radius: 5px;
}

pre,
code {
  color: #a3a3a3;
  background: #343434;
  padding: 0.25em;
  border-radius: 5px;
}

.toc,
#markdown-toc {
  background: #343434;
  padding: 0 0 0.25em;
  border-radius: 5px;
  margin-bottom: 2em;
  font-size: 0.8em;
  border: 1px solid #4d4c4c;
  width: fit-content;
  list-style: none;
  line-height: 1.75em;
}
.toc a,
#markdown-toc a {
  color: #a7a7a7;
}
.toc li,
#markdown-toc li {
  padding: 0 1em;
}
.toc::before,
#markdown-toc::before {
  content: "Contents";
  padding: 0.1em 1em;
  border-bottom: 1px solid #4d4c4c;
  display: block;
  color: #969696;
  background: #232222;
  border-radius: 5px 5px 0 0;
}

@media only screen and (max-width: 535px) {
  .toc,
  #markdown-toc {
    width: 100%;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}

.text-center {
  text-align: center;
}

.cf-error-details {
  background: #181818;
  padding: 1em;
  border-radius: 5px;
  margin-bottom: 1em;
  color: #757474;
  border: 1px solid #2a2a2a;
  font-size: 0.9em;
}
.cf-error-details h1 {
  display: none;
}

/*# sourceMappingURL=main.css.map */