@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Tienne:wght@400;700;900&display=swap');

/*
================================
========= GLOBAL SECTION =======
================================
*/

html {
    scrollbar-width: none;

    --palette-color-white: #f4ddd1;
    --palette-color-wheat: #e8b37b;
    --palette-color-opposite: #9cd762;
    --palette-color-master: #d2632c;
    --palette-color-master-saturate: #a32c0f;
    --palette-color-master-dark: #1b0204;
    --palette-color-light: #642618;
    --palette-color-dark: #24061d;

    --border-radius-up: 25px;
    --border-radius-bot: 10px;

    color: var(--palette-color-white);
    font-family: "Tienne", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1.0px;
    font-size: .75vw;
}

br {
    line-height: 1em;
}

a {
    color: var(--palette-color-white);
    text-decoration: underline;
}

img#icon {
    position: relative;
    display: block;
    width: 1em;
    height: 1em;
    zoom: 2;
}

/*
================================
========= HOME SECTION =========
================================
*/

#body-menu-box {
    border-radius: var(--border-radius-up) var(--border-radius-up) var(--border-radius-bot) var(--border-radius-bot);
    box-shadow: 0 0 10px var(--palette-color-master-saturate);
    border: var(--palette-color-light) 1px solid;

}

#body-menu-box::before {
    content: "";
    z-index: -1;
    border-radius: inherit;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: url(./ressources/img/img_noise2.png), linear-gradient(var(--palette-color-light));
    background-blend-mode: color-burn;
}

#body-menu-box::after {
    content: "";
    z-index: -1;
    border-radius: inherit;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    opacity: 0;

    background-color: var(--palette-color-wheat);
    
}

a#body-menu-box:hover::after {
    opacity: .2;
}

.body {
    position: absolute;
    display: contents;
}

.body-background {
    position: fixed;
    z-index: -10;

    left: -1em;
    top: -1em;
    margin: 0;

    width: 120%;
    height: 120%;

    background-image: url(./ressources/img/img_noise.png);

    background: url(./ressources/img/img_noise.png), linear-gradient(var(--palette-color-dark) 60%, var(--palette-color-master) 100%);
    background-blend-mode: color-burn;
    background-position: 0;
    background-repeat: repeat;

    zoom: 2;

    animation: background-animation 1s infinite;
    animation-timing-function: step-end;
}

.body-background:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(4, 4, 4, 0.03) 50%, rgba(4, 4, 4, 0.5) 100%);
    border-radius: 50;
    position: fixed;
    top: 0;
    left: 0;
}

.body-background-image {
    position: absolute;
    
    top: 0;
    left: 0;

    margin-left: 30%;

    opacity: 0.2;

    width: 50em;
}

.body-header {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
}

.body-header h1 {
    position: relative;
    margin-bottom: 0;

    color: var(--palette-color-white);
    font-family: chinese-rock-rg;
    font-size: 90px;
    
    text-shadow:0 2px 5px var(--palette-color-white);
}

.body-header-socials {
    position: relative;
    display: flex;
    list-style: none;
    margin: auto;
    padding: 0;

    top: 0;
    height: 3em;
    width: 100%
}

.body-header-socials img {
    position: relative;
    top: 0;    
    height: 3em;
    filter: sepia(.5);
}

.body-menu {
    position: absolute;

    left: 5em;
    top: 5em;
}

.body-menu-grid {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
}

.body-menu-grid-list {
    position: relative;
    display: grid;

    list-style: none;

    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
}

.body-menu-grid-list-element {
    position: relative;
    margin: auto;
    padding: 10px;
}

.body-menu-grid-list-element-button {
    position: relative;
    display: inline-flex;

    width: 100%;
    height: 100%;
    background: none;

    text-decoration: none;
    cursor: pointer;
}

.body-menu-grid-list-element-button * {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    margin: auto;

    text-align: center;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}

.body-home {
    position: absolute;
    display: flex;

    top: 100%;
    left: 5em;

    height: 750px;
    width: 100%;
}

.body-home-image {
    position: relative;
    z-index: 15; 
    filter: sepia(.2);
}

.body-home-master {
    position: relative;
    display: block;

    top: 1em;
    left: -4em;

    height: 560px;
    width: 40%;
}

.body-home-master-header {
    position: relative;
    top: 0;
    left: 0;
    height: 150px;

    box-shadow: 0 10px 5px var(--palette-color-master-saturate);
    border-radius: var(--border-radius-up) var(--border-radius-up) 0 0;

}

.body-home-master-header img {
    position: relative;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: top;

    filter: sepia(.2);
    border-radius: var(--border-radius-up) var(--border-radius-up) 0 0;

}

.body-home-master-container {
    position: relative;
    display: grid;
    padding: 1em;
    margin-left: 3em;

    grid-template-columns: 1fr 1fr;
}

.body-home-master-container-notes {
    position: relative;
    background-image: url(./ressources/img/img_paper.png);

    width: 265px;
    height: 148px;

    padding: 10px;
    margin: 2em;

    overflow: scroll;
    overflow-x: hidden;

    color: var(--palette-color-light);
}

.body-home-master-container-notes h1 {
    text-align: center;
}

.body-home-master-container-notes-list {
    position: relative;
    display: list-item;

    list-style: none;
    padding: 5px;
}

.body-home-master-container-notes-list li {
    position: relative;
    display: flex;
}

.body-home-master-container-notes-list li i {
    font-size: small;
}

.body-home-master-container-notes-list li::before {
  content: "\200B";
}

.body-home-master-container-notes-list * {
    display: inline;
    padding: 0;
}

.body-home-master-container-notes-list p {
    margin-right: 1em;
    text-decoration: underline;
    color: var(--palette-color-master);
}

.body-home-master-container-fanlist h1 {
    text-align: center;
    font-size: medium;
    margin-bottom: 0;
}

.body-home-master-container-ontop {
    
    position: relative;
    display: grid;
    padding: 1em;
    margin-left: 3em;

    grid-template-rows: 1fr 1fr;
}

.body-home-container-favorite-websites {
    padding: 1em;
}

.body-home-container-favorite-websites-grid {
    position: relative;
    display: grid;

    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.body-footer {
    position: absolute;
    top: 180%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
}

.body-footer p {
    color: var(--palette-color-white);
    text-align: center;
    
}

/*
================================
=== STRANGE THINGS SECTION =====
================================
*/

.body-st {
    position: absolute;
    width: 60%;
    height: 550px;
    right: 3em;
    top: 10em;
}

.body-st-title {
    position: relative;
    display: flex;

    justify-content: right;
}

.body-st-title * {
    margin: 15px;
}

.body-st-title h1 {
    position: relative;
    margin-top: -.5em;

    color: var(--palette-color-white);
    font-family: chinese-rock-rg;
    font-size: 90px;
    text-align: right;
    
    text-shadow:0 2px 5px var(--palette-color-white);
}

.body-st-container{
    display: flex;
}

.body-st-container-side img {
    position: relative;
    height: 450px;
    filter: blur(.5px) brightness(15);
}

.body-st-container-main {
    position: relative;
    width: 100%;
    height: 100%;

    padding: 10px;
}

.body-st-container-main-element {
    position: relative;
    top: 0;
    left: 0;

    padding: 5px;

    background: url("./ressources/img/img_noise2.png"), linear-gradient(#403748);
    background-size: cover;
    background-blend-mode: color-burn;

    border: solid 1px #403748;
    border-radius: 10px;
    margin: 5px;
}

.body-st-container-main-element-title {
    position: relative;
    display: inline-flex;
    width: 98%;

    margin: 5px;
    
    user-select: none;
    text-decoration: none;
    cursor: pointer;

    align-items: baseline;

    border: var(--palette-color-master) 2px dotted;
}

.body-st-container-main-element-title p {
    font-size: 17px;
}

.body-st-container-main-element-title * {   
    color: var(--palette-color-white);
    font-family: chinese-rock-rg;
    font-size: x-large;
    font-weight: 400;
    text-align: left;

    padding: 0;
    margin: 5px;
}

.body-st-container-main-element-content {
    position: relative;
    height: 320px;

    padding: .5em;
    margin: 1em;

    background: url("./ressources/img/img_paper2.png"), linear-gradient(var(--palette-color-master));
    background-blend-mode: difference;

    border: #403748 2px dotted;
    border-radius: var(--border-radius-bot);

    overflow: scroll;
}

.body-st-container-main-element-content * {
    color: var(--palette-color-light);
}

.body-st-container-main-element-content iframe {
    margin: auto;
    position: relative;
    left: 5em
}

.body-st-container-main-element-close {
    display: none;
}


.body-st-container-main-element-open {
    display: block;

}

.markdown {
    letter-spacing: .4px;
}

@keyframes background-animation {
    0% {
        background-position: 0 0;
    }

    25% {
        background-position: 75% 75%;
    }

    50% {
        background-position: 50% 50%;
    }

    75% {
        background-position: 25% 25%;
    }

    100% {
        background-position: 0 0;
    }
}

@font-face {
    font-family: chinese-rock-rg;
    src: url(./ressources/chinese\ rocks\ rg.otf);
}