html {
    overflow: hidden;
    scrollbar-width: none;
    scroll-behavior: smooth;
    }

body {
    margin: 0;
    background-size: cover;
}

form {
    display: flex;
}

img {
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

p, h1, h2, h3, h4, h5, h6 {
    color: whitesmoke;
    font-family:'Courier New', Courier, monospace;
    font-weight: lighter;
    margin: 0;
}

.button {
    background-color: rgba(0, 0, 0, 0);
    border: solid white ;
    width: fit-content;
    aspect-ratio: 1 / 1;
    align-content: center;
    cursor: pointer;
    transition: .7s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.button:hover {
    border-color: aqua;
}

.buttongraphic {
    display: block;
    margin: auto;
    aspect-ratio: 1 / 1;
    width: 80%;
}

.cont {
    background-color: rgb(6, 6, 6);
    width: calc(100vw - clamp(10vh, 35vw, 50vh));
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -100;
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-color: rgba(179, 179, 179, 0.5) transparent;
    scrollbar-width: thin;
    padding: clamp(7vh, 5vw, 10vh) calc(clamp(7vh, 5vw, 10vh) / 2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-wrap: wrap;
}

.cont.noRes {
    font-size: clamp(2vw, 2vw, 3vh);
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.cont.noRes h1 {
    text-align: center;
}

.cont.noRes  .refr {
    width: clamp(5vh, 5vw, 10vh);
    height: clamp(5vh, 5vw, 10vh);
    border: 3px solid white;
}

.cont.noRes .refr:hover {
    background-color: rgba(255, 255, 255, 0.20);
}

.details {
    width: calc(90vw - clamp(10vh, 35vw, 50vh));
    justify-self: center;
    border: 2px solid rgb(15, 15, 15);
}

.details tr td {
    border: none;
    text-wrap: wrap;
}

.details tr td h3 {
    font-size: calc(clamp(3vh, 3vw, 5vh) / 1.3);
}

.details tr td h3.data {
    padding-left: 2vw;
}

.details tr td.filler{
    border: none;
    width: 2vw;
}

.details tr :not(.filler) {
    width: calc(clamp(10vh, 35vw, 50vh) / 1.4);
}

.desc {
    justify-self: center;
    text-align: center;
    margin-top: 5vh;
    font-size: clamp(3vh, 3vw, 5vh);
}

div.filler {
    background-color: rgb(30, 30, 30);
    width: clamp(10vh, 35vw, 50vh);
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -100;
}

.list {
    margin: 0;
    padding: 0 0;
}

.list div {
    height: 8vh; 
    background-size: cover;
    background-position: center;
    transition: .7s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.list div li {
    background-color: rgb(30, 30, 30);
    margin: auto;
    list-style: none;
    height: 8vh;
    border-left: 5px solid white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.153);
    align-content: center;
    transition: .7s cubic-bezier(0.075, 0.82, 0.165, 1);
    cursor: pointer;
    padding-left: 2.5vw;
    transition: .7s cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-tap-highlight-color: transparent;
}

.list div li * {
    text-transform: capitalize;
    font-size: clamp(3vh, 5vw, 4vh);
}

.list div li p {
    color: rgb(255, 255, 255);
    font-size: clamp(1vh, 2.5vw, 3vh);
}

.list div li.currentPage {
    background-color: rgb(35, 35, 35);
    border-left: 5px solid aqua;
}

.list div li:hover {
    background-color: rgba(35, 35, 35, 0.8);
    border-left: 5px solid aqua;
    padding-left: 3vw;
    text-shadow: 3px 3px 2px black;
}

.sidemenu.noRes {
    font-size: clamp(2.5vw, 3vw, 5vh);
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 1vh;
}

.sidemenu.noRes * {
   color: rgb(87, 86, 86);
}

.sidemenu {
    background-color: rgb(30, 30, 30);
    width: clamp(10vh, 35vw, 50vh);
    height: calc(100vh - clamp(7vh, 5vw, 10vh));
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
    scrollbar-width: none;
    z-index: 0;
    padding-bottom: 8vh;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.SMscroll {
    background-color: rgba(154, 154, 154, 0.468);
    height: 10%;
    width: .8vw;
    position: absolute;
    top: 0;
    margin-top: clamp(7vh, 5vw, 10vh);
    left: clamp(10vh, 35vw, 50vh);
    transform: translateX(-100%);
    transition: .1s linear;
    z-index: 1;
    border-radius: 1vw;
}

.SMscroll:hover {
    background-color: rgba(154, 154, 154, 0.516);
    width: clamp(2vh, 2vw, 3vh);
    cursor: grab;
    border-radius: 0;
}

.SMscroll:active {
    background-color: rgba(154, 154, 154, 0.6);
    width: clamp(2vh, 2vw, 3vh);
    cursor: grabbing;
    border-radius: 0;
}

.thumbnail {
    width: calc(100vw - clamp(10vh, 35vw, 50vh));
    height: clamp(30vh, 30vw,  50vh);
    background-image: url("");
    background-size: cover;
    background-position: center;
    margin-bottom: 4vh;
    margin-left: calc(clamp(7vh, 5vw, 10vh) / -2);
}

.thumbnail .overlay {
    width: calc(100vw - clamp(10vh, 35vw, 50vh));
    height: clamp(30vh, 30vw,  50vh);
    background-image: linear-gradient(to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 70%,
    rgba(0, 0, 0, 0.8) 100%);
}

.title {
    justify-self: center;
    text-transform: uppercase;
    letter-spacing: 1vw;
    font-size: clamp(4vh, 7vw, 10vh);
}

.menu {
    position: sticky;
    background-image: linear-gradient(0deg,
    rgba(14, 14, 14, 0.8) 0%,
    rgba(0, 0, 0, .8) 100%);
    backdrop-filter: blur(8px);
    width: 100dvw;
    height: clamp(7vh, 5vw, 10vh);
    padding: 1vh clamp(1vh, 2vw, 3vh);
    align-content: center;
    display: flex;  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    overflow: hidden;
}

.menu h3.logo {
    font-variant: small-caps;
    font-family: Arial, Helvetica, sans-serif;
    justify-self: left;
    scale: .7 1;
    position: relative;
    margin-top: auto;
    cursor: pointer;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

img.logo {
    margin: 0 1vw;
    height: calc(clamp(7vh, 5vw, 10vh) - 2vh);
    aspect-ratio: 2 / 1;
    cursor: pointer;
    margin-left: auto;
    margin-right: 0;
    translate: .8vw 0;
    align-self: center;
    margin-left: auto;
}