/*******************************/
/* Fonts
/*******************************/

/* MontserratO */
@font-face {
    font-family: 'MontserratO';
    font-style: normal;
    src: url('fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-display: swap;
}

/* OdibeeSans */
@font-face {
    font-family: 'OdibeeSans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/OdibeeSans-Regular.ttf') format('truetype');
    font-display: swap;
}
/* Teko */
@font-face {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Teko-Regular.ttf') format('truetype');
    font-display: swap;
}
/* Splash */
@font-face {
  font-family: 'Splash';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/Splash-Regular.ttf') format('truetype');
  font-display: swap;
}
  
/*******************************/
/* General Stuff
/*******************************/

* {
    font-family: 'MontserratO', 'Roboto', sans-serif;
    outline:none;
    font-weight:500;
    color:#fff;
    text-shadow:1px 1px #000;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body{
    padding:0;
    background:#6f3d86;
    margin:0;
    font-size:15px;
    //overscroll-behavior-y: contain;
    //overflow:hidden;
    //height:100%;
}
#site.mobile{
    font-size:0.8em !important;
}
.NOTNEEDEDANYMORE #site{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    overflow-y:scroll;
}
#banner{
    background-image:url(images/logo.png);
    background-size:contain;
    display: block;
    width: 100%;
    height: 20em;
    background-repeat: no-repeat;
    background-position: 50% 2em;
    image-rendering: pixelated;
}
#menu.content{
    text-align:center;
}
#showAllNews .button,
#menu .button{
    font-weight:bold;
    display:inline-block;
    padding:0.5em 1em;
    cursor:pointer;
}
#showAllNews{
    text-align: center;
}
#menu {
    position: sticky;
    top: -1px;
    z-index: 99;
    background-color: #6f3d86;
    box-shadow: 0 1em 1em 1px #6f3d86;
    backdrop-filter: blur(5px);
    padding:1em 2em;
    max-width:calc(100% - 4em);
    width:100%;
}
#footer{
    margin:5em auto;
    display:block;
}
h1, h1 * {
    font-family: 'Teko';
    font-size: 2.4rem;
    text-decoration:none;
}
h1 a{
    text-decoration:none;
    color:#ff0;
}
h1 a:hover{
    text-decoration:underline;
}
h2{
    font-family: 'Teko';
    font-size: 1.8em;
}
h2 a {
    font-size: 1em;
    font-family: 'TEKO';
    color: #ff0;
}
a.button{
    text-decoration:none;
    border-radius:1em;
    background:#6f3d86;
    transition:all 0.2s ease;
}
a.button:hover{
    background:#588d43;
    box-shadow:0 2px 2px 0 #000;
}
.hidden{
    display:none;
}
.content{
    max-width:50em;
    margin:1em auto;
    text-align:justify;
    padding:1em;
    width:calc(100% - 4em);
}
.highlight{
    text-shadow:1px 1px #000, -1px 1px #000, 1px -1px #000, -1px -1px #000;
    color:#9ad284;
    font-weight:bold;
    transform: rotateZ(5deg) scale(1.5);
    display: inline-block;
    filter: drop-shadow(0.1em 0.1em 0.1em black);
    padding: 0 0.5em;
    font-family: 'Teko';
}
.releaselist{
    text-align:center;
}
#site .releaselist>DIV {
    width: calc(50% - 1em);
    display: inline-block;
    width: calc(33% - 1em);
    display: inline-block;
    min-width: 25em;
    max-width: 50em;
}
#site.portrait .releaselist>DIV {
    width: 100%;
    display: block;
}
.RTitle{
    font-size:1.6em;
}
.RTitle,
.RTitle a{
    font-family: 'Teko';
    font-weight: bold;
    text-decoration: none;
}
.RTitle a:hover{
    color:#ff0;
}
.Rpic {
    display: block;
    width: calc(100% - 2em);
    margin:3em auto 1em
}
.Rpic img,
.blogPic{
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    display: block;
    border-radius: 1em;
    box-shadow: 0 5px 10px 5px #000;
    transition:all 0.2s ease;
}
.blogPic{
    cursor:zoom-in;
}
.Rpic img:hover {
    transform: scale(1.05) translateY(-0.5em);
}
.RDetails span{
    display:inline-block;
    padding-right:1em;
    color: #aaa;
    font-weight: bold;
}
span.RType {
    display: block;
}
IMG.blogPic{
    width:100%;
    margin:2em auto;
}
.pixel{
    image-rendering:pixelated;
}
#fullscreenImg{
    position:fixed;
    top:0em;
    left:0em;
    right:0em;
    bottom:0em;
    background-position:50%;
    background-size:contain;
    background-repeat: no-repeat;
    backdrop-filter: blur(0.5em) saturate(0);
    border: 2em solid transparent;
    z-index:9999;
    cursor:zoom-out;
}
.news h2 {
    margin-bottom:-0.5em;
}
.news h2 .date {
    font-size: 0.4em !important;
    vertical-align: middle;
    cursor:default;
}
.news h2 .date,
.commentName:not(.highlight){
    color: #fff;
    background: #588D42;
    padding: 0.2em 0.5em;
    border-radius: 1em;
    font-size: 0.8em;
    font-weight: bold;
}
.commentName a {
    font-weight: bold;
    text-decoration: none;
}
.commentName.button:hover{
    box-shadow:0 2px 2px 0 #000;
}
span.commentDate {
    padding: 0 0.5em;
    font-size: 0.7em;
    color: #aaa;
}
.comment {
    margin: 2em 0;
}
.achievement {
    display: block;
    text-align: center;
    margin-top: 2em;
}
.achievement SPAN {
    color:#ff0;
    font-weight:bold;
}
p.aka {
    margin
}
pre.code{
    font-family: monospace;
    padding: 1em;
    background: #00000044;
    border-radius: 1em;
    box-shadow: 0 3px 10px 0px #000 inset;
    overflow:auto;
    white-space: pre-wrap;
    max-height: 30em;
}
.quote {
    box-shadow: 0 2px 2px 0 #000;
    padding: 1em 2em;
    border-radius: 1em;
    margin: 1em;
    background: #0002;
    font-style: italic;
}
.NOTIMPLEMENTEDYET {
#site .releaselist>DIV{
    margin: 1em;
}
.Rpic{
    width: 100%;
}
.RHoverInfo {
    position: absolute;
    bottom: 1em;
    background: #fff4;
    border-radius: 1em;
    right: 1em;
    padding: 0.5em 2em;
    box-shadow: 0 5px 5px 0 #000;
}
}

/*******************************/
/* SCROLLBARS
/*******************************/
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: transparent; 
    border-radius:5px;
    margin:1em 0;
}
::-webkit-scrollbar-thumb {
    background: #5fa200; 
    border-radius:5px;
    min-height:3em;
    transition:all 0.2s ease;
}
