:root {
    --darkest-color: #2f2a30;
    --dark-color: #95181c;
    --light-color: #bca65b;
    --lightest-color: #f7ddc7;
    background-color: #211c21;
}

::selection {
    background: rgba(188, 166, 91, 0.7);
}

@font-face { font-family: "Shine Typewriter"; src: url(https://imgename.neocities.org/fonts/ShineTypewriter.ttf) format("truetype"); }

#image-view {
    display: none;
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 1;
    background-color: #00000081;
   justify-content: center;
    
}

#displayed-image {   
    max-width: 100vw;
    object-fit: contain;
    caret-color: rgba(0, 0, 0, 0);
    border: none;
 }

body {
    width: 100%;
    height: max-content;
    min-height: 100vh;
    margin: 0;
    background-image: radial-gradient(var(--darkest-color), #211c21 110%);
}

.container {
    height: max-content;
    min-height: 100vh;
    margin: 0%; 
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--darkest-color);
    font-family: "Shine Typewriter", Courier, monospace;
    color: var(--lightest-color);
}

#gallery {
    max-width: 52rem;
    padding: 0 18px 0 18px;
    height: max-content;
    min-height: 100vh;
    background-color: var(--lightest-color);
    border-image: url(assets/asset-border2.webp) 50 / 0px 18px 0px 18px round;
    caret-color: rgba(0, 0, 0, 0);
}

.Introduction {
    position: relative;
    padding: 4rem 2rem 2rem 2rem;
    text-align: center;
    background-image: url(assets/asset-header.webp);
    background-size: cover;
}

a {
    text-decoration: none;
}

fieldset {
    text-align: center;
    font-size: 1rem;
    border-color: var(--light-color);
    border-style: dashed;
    padding: 1rem;
}

legend {
    width: 20rem;
    padding: 2px;
    margin-left: calc(50% - 10rem - 2px);
    font-size: xx-large;
}

a.link {
    color: var(--light-color);
    text-decoration: underline;
}

#backhome {
    position: absolute;
    top: 1rem;
    left: 1rem;
    color: #bca65b;
    background-color: #201d209a;
    padding: 0.4em 0.5em 0.4em 0.5em;
    border-style: dashed;
    border-radius: 2px;
    border-width: 2px;
}

.tags-index {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-image: radial-gradient( #5b1417 , var(--darkest-color) 70%);
    padding: 1.5rem 3rem 1.5rem 3rem;
    border-style: solid none solid none;
    border-color: var(--light-color);
} 

.tag-button {
    font-family: "Shine Typewriter";
    background: var(--light-color);
    box-shadow: 0px 0px 6px var(--dark-color);
    margin: 0.2rem;
    padding: 0.3rem 0.4rem 0.3rem 0.4rem;
    font-size: 1.1rem;
    border-radius: 3px;
    outline: transparent;
    border: none;
    transition: background-color 0.15s ease-out, font-size 0.15s ease-out;
}

.tag-button:hover {
    background: fixed;
    background-color: var(--dark-color);
    color: var(--lightest-color);
   
}

.tag-button:active {
    background-color: var(--dark-color);
    color: var(--lightest-color);
}

.tag-button:focus {
    background-color: var(--dark-color);
    color: var(--lightest-color);
}

#image-gallery {
    -webkit-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
    height: max-content;
    padding: 3rem;
    display: flex;
    flex-wrap: wrap;
}

.year-banner {
    flex:auto;
    min-width: 90%;
    height: fit-content;
    padding: 0.7rem 1rem 0.7rem 1rem;
    margin: 1rem 0rem 1rem 0rem;
    font-size: 1.5rem;
    background-image: radial-gradient(var(--dark-color), #483e49 130%);
    border-radius: 3px;
}

img {
    border-radius: 4px;
    border-width: 3px;
    border-style:double;
    border-color:#483e49;
    margin: 5px;

}

.misc{
    height: 100px;
}

.umineko {
    height: 100px;
}

.artfight {
    height: 100px;
}

.oc {
    height: 100px;
}

.castlevania {
    height: 100px;
}

.pkmn {
    height: 100px;
}

