@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=JetBrains+Mono");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sen:wght@400..800&family=Material+Symbols+Rounded:FILL@0..1");
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
@font-face {
  font-family: "Popjoy";
  src: url("../assets/fonts/popjoy.otf"); }

html,
body {
  margin: 0;
  padding: 0;
  min-height: 1080px; }

body {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: normal;
  font-size: 14px;
  overflow-y: scroll;
  color: #d0d1d4;
  background-color: #212121;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 8 8'%3E%3Cg fill='%232e2f31' fill-opacity='0.2'%3E%3Cpath fill-rule='evenodd' d='M0 0h4v4H0V0zm4 4h4v4H4V4z'/%3E%3C/g%3E%3C/svg%3E"); }

@keyframes scrollingBG {
  from {
    background-position: 0 0; }
  to {
    background-position: -16px 16px; } }

.bruh {
  width: 220px;
  height: 220px;
  display: block; }

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%; }

p {
  line-height: 1.5em; }

h1 {
  font-size: 22px;
  font-weight: bold;
  background: url("../images/bg/heading2bg.png") no-repeat bottom;
  line-height: 1.5em; }

h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em; }

i {
  font-family: "Material Icons", "Lucida Grande", serif;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
  font-size: 1.5rem; }

/*
li {
       margin-left:-15px;
       background: url("../images/bg/dot.png") no-repeat 0px 5px;
       padding-left:15px;
       margin-top:1em;
}
*/
blockquote {
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.205);
  border-left: 4px solid #00000096;
  margin: 0px;
  padding: 2px 6px 2px 10px;
  quotes: "“" "”" "‘" "’"; }

b {
  text-shadow: 2px 2px 1px #000; }

/*
a {
	color: $color-secondary;

	&:visited {
		color: $color-primary;
	}
	&:hover {
		color: $color-primary;
	}
}
	*/
a {
  color: #92bdff;
  text-decoration: none; }
  a:hover {
    color: #92bdff;
    text-decoration: underline; }

.grid_1,
.grid_2,
.grid_4 {
  background-color: #333;
  outline: #adadad solid 2px; }

.container {
  background-color: #191919;
  outline: #191919 solid 2px;
  border-radius: 0px; }

.content-holder {
  background-color: #191919;
  outline: #191919 solid 2px;
  border-radius: 0px;
  overflow: hidden; }

.header {
  outline: #adadad solid 2px;
  /*-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.38); 
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.38);*/ }

/* Padding divs so content fits */
.pad {
  padding-left: 10px;
  padding-right: 10px; }

.pad_2 {
  padding: 10px;
  background-color: #333; }

#logocnt {
  position: relative;
  width: 100%;
  height: 100%; }

#clicklogo {
  position: relative;
  margin-left: 10px;
  display: block;
  width: 230px;
  height: 230px;
  background: url("../assets/pelly.png") 0px 0px;
  outline: 0;
  background-repeat: no-repeat;
  overflow: hidden; }

.menu-links {
  display: grid;
  grid-auto-flow: row;
  grid-row-gap: 10px; }

.menulink-geocity {
  display: block;
  position: relative;
  height: 31px;
  width: 88px;
  margin-bottom: 10px;
  outline: 0;
  text-decoration: none;
  color: #FFF;
  border-width: 0;
  border-style: hidden; }

/*
.menu-link {
	display:block;
	position:relative;
	height:69px;
	width:200px;
	outline:0;
	text-decoration:none;
	color:#FFF;
	border-width:0;
	border-style:hidden;
	border-radius: $button-rounding;
	outline: $color-border solid 2px;

	&:not(:last-child) {
		margin-bottom:10px;
	}

	&:hover {
		outline: rgb(212, 212, 212) solid 2px;
		outline-offset: 2px;
		border-style: solid;
		text-decoration:none;
	}

	&:visited {
		text-decoration:none;
	}
}
	*/
.THREEDEE-button {
  position: relative;
  background-position: 0px 0px;
  outline: 0;
  margin: 0;
  margin-top: 0px;
  vertical-align: top;
  background-color: #191919;
  border-radius: 4px; }
  .THREEDEE-button .img-container {
    position: relative;
    display: inline-block;
    width: inherit;
    height: inherit;
    z-index: 500;
    background-color: #191919;
    outline: #191919 solid 2px;
    border-radius: 4px; }
    .THREEDEE-button .img-container .visual {
      overflow: hidden;
      transition: transform 0.2s ease;
      background-color: #191919; }
      .THREEDEE-button .img-container .visual .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        background-color: white;
        z-index: -10;
        border-radius: 12px; }
      .THREEDEE-button .img-container .visual .base {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: scale-down; }
      .THREEDEE-button .img-container .visual .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        pointer-events: none;
        opacity: 1;
        mix-blend-mode: overlay;
        border-radius: 4px; }
      .THREEDEE-button .img-container .visual .flash {
        border-radius: 4px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        mix-blend-mode: overlay;
        z-index: 1;
        pointer-events: none;
        transition: opacity 0.2s ease;
        background-color: white;
        opacity: 0; }
    .THREEDEE-button .img-container .hover-outline {
      outline-color: rgba(255, 255, 255, 0); }
  .THREEDEE-button:hover .img-container {
    z-index: 500;
    outline: #191919 solid 2px;
    border-radius: 4px; }
    .THREEDEE-button:hover .img-container .hover-outline {
      outline: #d4d4d4 solid 2px;
      outline-offset: 2px;
      border-radius: 4px; }
    .THREEDEE-button:hover .img-container .visual {
      outline: #191919 solid 2px;
      border-radius: 4px;
      transform: translateY(-4px); }
    .THREEDEE-button:hover .img-container .flash {
      opacity: 0.3; }

@keyframes blah {
  0% {
    outline: #191919 solid 2px;
    border-radius: 4px; }
  100% { } }
  .THREEDEE-button:not(:hover) .img-container .visual {
    animation: blah 0.2s step-end forwards; }

.menu-link {
  display: inline-block;
  width: 200px;
  height: 69px; }

.menu-link .menulink-geocity .textcnt {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 6px;
  padding-right: 6px;
  background: #111;
  border-bottom-right-radius: 5px;
  border-style: inherit;
  font-family: "Varta", serif;
  color: inherit;
  font-weight: bold; }

.links {
  width: 200px;
  display: inline-block;
  background-position: 0px 0px; }

.sociallinks {
  display: flex;
  flex-wrap: nowrap;
  text-align: center;
  max-height: 34px; }

.sociallink {
  position: relative;
  display: inline-block;
  width: 33.5px;
  height: 33.5px;
  margin-right: 8px;
  margin-bottom: 8px; }
  .sociallink .img-container {
    width: 34px;
    height: 34px; }

.socialspacer {
  display: none;
  width: 10px;
  height: 10px; }

.dame {
  padding: 15px 0px;
  /*Popjoy*/
  margin-top: 12px;
  display: block; }

.dame iframe {
  margin: 0 auto;
  border: none;
  display: block; }

.content-title {
  border-radius: inherit;
  height: 120px;
  position: relative;
  font-weight: normal;
  margin-bottom: 2px;
  text-align: center;
  text-shadow: #000 0 0 6px, #000 0 0 6px, #000 0 0 6px, #000 0 0 6px, #000 0 0 6px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .content-title h1 {
    font-size: 55px;
    font-family: "Popjoy"; }
  .content-title a {
    text-decoration: none;
    color: #d0d1d4; }
  .content-title p {
    width: 94.4%;
    text-align: center;
    font-size: 25px;
    margin: auto;
    position: absolute;
    z-index: 10;
    cursor: default;
    text-shadow: -1px 0px 5px black; }

.tabbar {
  position: absolute;
  bottom: 0; }

.tabbar a {
  display: inline-block;
  font-size: 16px;
  padding: 0px 135px;
  background: #111;
  border: 0;
  margin-right: 10px;
  color: #DDD;
  font-weight: bold;
  outline: 0;
  text-decoration: none;
  text-align: center;
  border-left: transparent 2px solid;
  border-right: transparent 2px solid;
  border-top: transparent 2px solid;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.anon a:visited {
  text-decoration: none; }

.tabbar a:hover {
  text-decoration: none;
  color: #92bdff;
  margin-left: 0;
  margin-right: 10px;
  margin-top: 0;
  border-left: #92bdff 2px solid;
  border-right: #92bdff 2px solid;
  border-top: #92bdff 2px solid; }

.tabbar a:visited {
  text-decoration: none; }

.tabbar a.current {
  background: #333;
  text-shadow: 2px 2px 1px #000;
  border-left: #FFF 2px solid;
  border-right: #FFF 2px solid;
  border-top: #FFF 2px solid;
  color: #FFF; }

.tabbar a.current:hover {
  color: #FFF; }

.dl-container {
  padding-top: 10px;
  margin-left: -10px;
  margin-right: -10px;
  text-align: center; }
  .dl-container a {
    display: inline-block;
    width: 152px;
    height: 57px;
    background-position: top;
    outline: 0;
    margin-left: 9px;
    margin-right: 9px; }
    .dl-container a:hover {
      background-position: bottom; }

.article {
  margin-bottom: 2px;
  padding: 20px;
  position: relative;
  background-image: url("../assets/article-bg.png");
  background-position: top;
  background-repeat: repeat-x;
  min-height: 300px;
  background-color: #333;
  border-radius: 0px;
  display: flex;
  flex-direction: column; }
  .article p {
    margin-block: 1.04em; }
  .article .article-info {
    display: flex;
    min-height: 40px; }
    .article .article-info .article-title {
      float: none;
      width: 100%;
      font-size: 21px;
      font-weight: bold;
      padding-right: 20px;
      align-self: center; }
      .article .article-info .article-title .draft {
        background-color: rgba(0, 0, 0, 0.575);
        padding: 4px;
        font-size: 12px;
        color: gray;
        border-radius: 6px; }
    .article .article-info .article-date {
      float: right;
      color: #DDD;
      height: 40px;
      background-color: #191919;
      text-align: center;
      border-radius: 8px 0px 0px 8px;
      margin-left: 10px;
      margin-right: -20px;
      cursor: default;
      padding: 0px; }
    .article .article-info .article-day {
      height: inherit;
      font-size: 20px;
      transform: translateY(-1px);
      font-family: "Popjoy";
      font-weight: normal;
      margin: 0px 20px 0px 12px; }
  .article hr {
    width: 100%;
    border-top: 2px solid rgba(0, 0, 0, 0.219); }
  .article .main-hr {
    border-top: 2px solid #191919; }
  .article .article-body {
    min-height: 258px; }
    .article .article-body img {
      padding: 2px;
      display: block;
      max-width: 99.4%;
      background-color: #0000005e;
      border-radius: 6px; }
    .article .article-body li {
      margin-top: 0.5em; }
    .article .article-body .image-container {
      margin: auto; }
      .article .article-body .image-container img {
        cursor: pointer;
        max-width: calc(100% - 8px);
        border: 2px solid rgba(146, 189, 255, 0.3);
        transition: 0.3s;
        display: block;
        margin: auto; }
        .article .article-body .image-container img:hover {
          border-color: #92bdff; }
    .article .article-body .lightbox {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.85);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 999; }
    .article .article-body .lightbox.hidden {
      display: none; }
    .article .article-body .lightbox-content {
      position: relative;
      text-align: center; }
      .article .article-body .lightbox-content img {
        max-width: 90vw;
        max-height: 80vh;
        margin-bottom: 10px; }
    .article .article-body #view-original {
      display: inline-block;
      color: #fff;
      background: #444;
      padding: 6px 12px;
      text-decoration: none;
      border-radius: 4px; }
      .article .article-body #view-original:hover {
        background: #666; }
    .article .article-body .close {
      position: absolute;
      top: -10px;
      right: -10px;
      color: white;
      font-size: 28px;
      cursor: pointer; }

.scr-resize {
  text-align: center;
  background-color: #222;
  padding-top: 8px;
  padding-bottom: 4px;
  margin: -10px -20px 25px; }

.scr-resize img {
  display: inline-block;
  height: 120px;
  width: 120px;
  margin: 0 3px;
  border: #222 2px solid;
  border-radius: 7px; }

.scr-resize img:hover {
  border: #92bdff 2px solid; }

table {
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  text-indent: initial;
  border-spacing: 2px;
  border-color: grey; }

code {
  display: block;
  white-space: pre-wrap;
  margin: auto;
  font-family: "JetBrains Mono", "Consolas", monospace;
  font-weight: normal;
  page-break-inside: avoid;
  font-size: 12px;
  overflow: auto;
  word-wrap: break-word;
  background-color: #0000005e;
  border-radius: 6px;
  padding: 8px; }

hr {
  border: none; }

.navbarwrap {
  background-color: #191919;
  outline: #191919 solid 2px;
  border-radius: 0px; }

.navbar-content > *:not(:last-child) {
  display: block;
  margin-bottom: 2px; }

/* Pagination */
.pagination {
  margin: 0;
  display: flex;
  background-color: #262626;
  border-radius: 0px; }
  .pagination ul {
    list-style: none; }
  .pagination .pagination-list {
    align-items: center;
    display: flex;
    text-align: center;
    margin: 0;
    padding: 0;
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: 1;
    flex-wrap: wrap; }

.pagination-link, .pagination-next, .pagination-previous {
  background-color: rgba(146, 189, 255, 0.15);
  color: #92bdff !important;
  min-width: 2.5em;
  height: 2.5em;
  font-weight: bolder;
  justify-content: center;
  margin: .25rem;
  text-align: center;
  border-radius: 4px;
  align-items: center;
  display: inline-flex;
  text-decoration: none !important;
  user-select: none; }
  .pagination-link.is-current, .pagination-next.is-current, .pagination-previous.is-current {
    background-color: rgba(146, 189, 255, 0.3);
    color: white; }
  .pagination-link:hover, .pagination-next:hover, .pagination-previous:hover {
    background-color: rgba(146, 189, 255, 0.3);
    color: white; }
  .pagination-link[disabled], .pagination-next[disabled], .pagination-previous[disabled] {
    opacity: .5;
    cursor: not-allowed; }

.pagination-previous {
  order: 2; }

.pagination-next {
  order: 3; }

textarea {
  background-color: #333;
  color: #d0d1d4;
  border: 1px solid #191919; }

center li {
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: 0; }

.comments {
  padding: 20px;
  padding-top: 1px;
  background-color: #333;
  border-radius: 0px; }

.archive-list {
  margin-top: -4px;
  display: flex;
  flex-direction: column;
  gap: 4px; }
  .archive-list details > summary {
    cursor: pointer;
    font-size: 1.1em;
    margin: 0.25em 0; }
    .archive-list details > summary:hover {
      text-decoration: underline; }
  .archive-list li {
    text-decoration: none; }
  .archive-list ul {
    margin: 0;
    padding: 0; }
