:root{
    --blue: #2E73E9; 
    --grey: #83aec9;
    --greydient: linear-gradient(to bottom, rgb(255, 255, 255), #d5ebe9ff);
    --darkgreydient: linear-gradient(to bottom, rgba(230, 231, 240, 0.9), #a6c1cb);
    --black: #161B20;
    --greendient: linear-gradient(to bottom, #f7ffed, rgb(196, 247, 135));
    --green: rgb(196, 247, 135);
    --white: #DAEAE6;

}

html {
    background-color: var(--blue);
    image-rendering: crisp-edges;
    font-family: fot-seurat pro db;
    font-size: 12px;
    margin: 0;
    overflow: hidden;
}

body {
    margin: 0;
    padding: 0;
}

footer {
    background-image: var(--greydient);
    margin: 0;
    padding: 0.5em;
    border: double 3px var(--grey);
    box-shadow: 0 0 2px;

}

a {
    color: var(--blue);
    margin: 0;
}

a:hover {
    color: var(--black)
}

table {
  border-collapse: collapse;
  position: relative;
    width: 100%;
}

td, th {
  border: 1px solid var(--white);
  text-align: left;
  vertical-align: top;
  padding: 2px;
}
tr:nth-child(odd) {
  background-color: var(--white);
}
tr:nth-child(even) {
  background-color: white;
}

.sky {
    margin: 0;
    height: 869px;
    overflow: hidden;
    
}
.pole {
    margin: 0;
    margin-bottom: 0;
    height: 874px;
    position: fixed;
    top: 42px;
}

.box {
    background-image: var(--greydient);
    border: solid 2px var(--black);
    box-shadow: 0 1px 2px;
    width: max-content;
    height: max-content;
    justify-self: center;
    margin-top: 100px;
    animation: appear 0.5s forwards;
}

.minibox {
    background-image: var(--greydient);
    border: solid 1px var(--grey);
    box-shadow: inset 0 0 5px var(--grey);
    width: auto;
    height: max-content;
    margin: 8px;
}
.note {
    background-color: white;
    border: solid 1px var(--grey);
    box-shadow: inset 0 0 2px var(--grey);
    width: auto;
    height: max-content;
    margin: 8px;
}

.minibox:hover {
    border: solid 1px var(--black);
}

h1 {
    font-family: fot-seurat pro;
    color: var(--black);
    background-image: var(--greydient);
    border-bottom: solid 1px var(--grey);
    box-shadow: inset 0 0 10px white;
    padding: 0.1em;
    padding-left: 8px;
    margin: 0;
    position: sticky;
    top: 0;
    
}

h2 {
    font-family: fot-seurat pro;
    border-bottom: solid 1px var(--grey);
    color: var(--black);
    padding: 0.1em;
    padding-left: 8px;
    margin: 0;
    
}

p {
    margin: 0;
    padding: 1em;
}

.about {
    margin: 0;
    margin-bottom: 0;
    height: 260px;
    left: 200px;
    top: 70px;
    position: fixed;
}

.oc {
    margin: 0;
    margin-bottom: 0;
    height: 230px;
    top: 100px;
    left: 30px;
    position: fixed;
}

.ocmenu {
    display: grid;
    grid-template-areas:
    'laineart jordanart'
    'otherart otherart';
    padding: 8px;
    border: solid 1px white;
    
}

.jordanart {
    grid-area: jordanart; 
    filter: grayscale(1);
    border: solid 2px rgba(0, 0, 0, 0);
    margin-left: 4px;
    width: 300px;
    height: 300px;
}

.laineart {
    filter: grayscale(1);
    border: solid 2px rgba(0, 0, 0, 0);
    width: 300px;
    height: 300px;
    margin-right: 4px;
}

.otherart {
    margin-top: 8px;
    height: 130px;
    grid-area: otherart;
    border: solid 2px rgba(0, 0, 0, 0);
}

.jordanart:hover, .laineart:hover, .otherart:hover{
    border: solid 2px var(--black);
    filter: grayscale(0);
    transform: scale(1.01)
    
}

.jordanart:hover + .hidelabel, .laineart:hover + .hidelabel{
    display: block;
    color: var(--white);
    font-family: temblores;
    font-size: 80px;
    position: absolute;
    top: -90px;
    right: 4px;
    justify-content: right;
    animation: jump 0.2s forwards;
}

.otherart:hover + .hidelabel {
    display: block;
    color: var(--white);
    font-family: temblores;
    font-size: 80px;
    position: absolute;
    top: -90px;
    right: 4px;
    justify-content: right;
}
    
.laine {
    display: grid;
    border: solid 1px white;
    grid-template-areas:
    'idpic bio'
    'gallery gallery'
    'inventory qna';
    overflow: scroll;
    overflow-x: hidden;
    height: 605px;
}

.idpic {
    grid-area: idpic;
    width: 300px;
}

.bio {
    grid-area: bio;
    width: 300px;
    margin-left: -18px;
    
}

.gallery {
    grid-area: gallery;
    height: 100px;
}

.inventory {
    grid-area: inventory;
    height: 350px;
}

.qna {
    grid-area: qna;
    height: 350px;
    
}

.idpic:hover + .hidelabel, .bio:hover + .hidelabel{
    display: block;
    color: var(--white);
    font-family: temblores;
    font-size: 50px;
    position: absolute;
    top: -60px;
    right: 4px;
    justify-content: right;
    animation: jump 0.2s forwards;
}

.videos {
    margin: 0;
    margin-bottom: 0;
    height: 140px;
    top: 360px;
    left: 210px;
    position: fixed;
}


.events {
    margin: 0;
    margin-bottom: 0;
    height: 220px;
    top: 360px;
    left: 10px;
    position: fixed;
}

.eventmenu {
    display: grid;
    grid-template-areas: 
        'future past'
        'portfolio catalog';
    padding: 8px;
    border: solid 1px white;
}

.future {
    grid-area: future;
    border: solid 2px rgba(0, 0, 0, 0);
        width: 300px;
    height: 300px;
}

.past {
    grid-area: past;
    border: solid 2px rgba(0, 0, 0, 0);
}

.portfolio {
    grid-area: portfolio;
    border: solid 2px rgba(0, 0, 0, 0);
        width: 300px;
    height: 300px;
}

.catalog {
    grid-area: catalog;
    border: solid 2px rgba(0, 0, 0, 0);
        width: 300px;
    height: 300px;

}

.future:hover, .past:hover, .portfolio:hover, .catalog:hover {
    border: solid 2px var(--black);
    transform: scale(1.01)
    
}

.future:hover + .hidelabel, .past:hover + .hidelabel, .catalog:hover + .hidelabel {
    display: block;
    color: var(--white);
    font-family: temblores;
    font-size: 80px;
    position: absolute;
    top: -90px;
    right: 4px;
    justify-content: right;
    animation: jump 0.2s forwards; 
}

.portfolio:hover + .hidelabel {
        display: block;
    color: var(--white);
    font-family: times new roman;
    font-size: 70px;
    position: absolute;
    top: -90px;
    right: 4px;
    justify-content: right;
    animation: jump 0.2s forwards; 
    
}

.guest {
    margin: 0;
    margin-bottom: 0;
    height: 150px;
    top: 550px;
    left: 180px;
    position: fixed;
    animation: sway 3s infinite;
    transform-origin: top;
}

.link {
    margin: 0;
    margin-bottom: 0;
    height: 180px;
    top: 650px;
    left: 50px;
    position: fixed;
}

.cloud {
    position: fixed; 
    image-rendering: pixelated;
    top: 314px;
    overflow: hidden;
    animation: scroll 2000s infinite linear;
}

.image :hover {
    filter: drop-shadow(0 0 2px black);
    animation: highlight 5s linear;
}

.hidelabel {
    display: none;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: var(--white);
}

::-webkit-scrollbar-thumb {
  background: var(--blue);
  box-shadow: inset 0 0 2px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--black);
}

@keyframes scroll {
    0%{transform: translateX(-90%)}
    100%{transform: translateX(100%)}
}

@keyframes highlight {
    0%{ transform: scale(104%); 
        transform: rotate(-2deg)}
    100%{ transform: scale(103%); 
        transform: rotate(-2deg)}
    
}

@keyframes sway {
    0% { transform: rotate(5deg); }
    50% { transform: rotate(-5deg);}
    100% { transform: rotate(5deg);}
}

@keyframes jump {
    0% { transform: translateY(5px); }
    100% { transform: translateY(0); }
}

@keyframes appear {
    0% { transform: scale(0.95); }
    100% { transform: scale(1); }
}