:root {
    --white: #fff;
    --grey: #888;
    --black: #000;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    position: relative;
    font-family: 'Inter';
    background-color: var(--black);
    color: var(--white);
}

a {
    text-decoration: inherit;
    color: inherit;
}

.may-pContainer > p:first-of-type {
    margin-top: 0;
}

.may-pContainer > p:last-of-type {
    margin-bottom: 0;
}

.may-nWidth {
    width: 90%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    text-align: left;
}

#mainmenu--desktop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1.5em 3em;
    gap: 6.375em;
}

#mainmenu--desktop a {
    font-size: 1.25em;
    font-weight: normal;
}

#mainmenu--desktop a.may-logo {
    font-size: 3.5em;
    font-weight: 700;
}

#mainmenu--desktop > nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 6.375em;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 5.5em;
    margin-bottom: 5.5em;
}

body > section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1.5em;
}

h1 {
    font-size: 4.5em;
    font-weight: 700;
    line-height: 1.2;
}

section > .may-container {
    display: flex;
    flex-direction: row;
    gap: 2em;
    align-items: flex-start;
}

section > .may-container > .may-card {
    display: flex;
    flex-direction: column;
    gap: 1.125em;
    align-items: center;
    justify-content: flex-start;
}

.may-card .may-imgContainer > img {
    aspect-ratio: 0.78;
    height: 20em;
    object-fit: cover;
}

.may-card .may-imgContainer {
    border-radius: 1.25em;
    overflow: hidden;
}

span {
    font-size: 1.125em;
    font-weight: 300;
    line-height: 1.2;
}

section > .may-pContainer {
    max-width: 800px;
    line-height: 1.4;
}

@media (hover: hover) {
    #collections .may-card:hover .may-container:before {
        box-shadow: 0 0 450px 250px var(--collectionColor);
    }
}

#collections .may-card .may-container:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transition: box-shadow 0.75s ease-out;
    border-radius: 100%;
}

#collections .may-card .may-container {
    position: relative;
}

body.may-faded a,
body.may-faded h1,
body.may-faded h2,
body.may-faded h3,
body.may-faded h4,
body.may-faded h5,
body.may-faded h6,
body.may-faded p,
body.may-faded span,
body.may-faded img {
    opacity: 0;
    transition: opacity 0.3s;
}

body.may-faded .may-selected {
    opacity: 1;
}

body.may-faded .may-selected ::before {
    opacity: 1;
    box-shadow: 0 0 450px 175vw var(--collectionColor)!important;
}

body#srahn {
    --white: #fff;
    --grey: #888;
    --black: #646057;
    font-family: Playfair Display;
    animation: 0.25s ease-out 0s 1 fadeIn;
}

section.may-nWidth.may-centered {
    align-items: center;
    text-align: center;
}

.may-imgDisplay .may-imgContainer {
    /* width: 100% */
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

body.web-comic-reader {
    height: 100vh;
    height: 100dvh;
    margin: 0;
    gap: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    backdrop-filter: brightness(30%) blur(20px);
}

body.web-comic-reader section#reader {
    align-items: center;
    height: 100%;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 1.5em;
}

body.web-comic-reader section#reader > img {
    max-height: 90%;
    width: 90%;
    object-fit: contain;
}

.may-centered h1 {
    text-align: center;
}

@media (max-width:849px) {
    #mainmenu--desktop a {
        display: none;
    }

    #mainmenu--desktop a.may-logo {
        display: inherit;
    }
}

.may-imgContainer > img {
    display: block;
}

@media (max-width:849px) {
    #mainmenu--desktop {
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }
}

@media (max-width:559px) {
    section > h1 {
        font-size: 3.5em;
    }
}

body#srahn p {
    /* font-family: Playfair */
}

.may-imgDisplay {
    flex-direction: column;
    align-items: center;
    display: flex;
    gap: 1.5em;
}

.may-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3em;
}

.may-collection-lore {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    height: 100%;
    justify-content: center;
}

h2 {
    font-size: 3em;
    font-weight: 700;
    line-height: 1.2;
}

.may-grid-custom1 {
    grid-template-columns: 7.27fr 10fr;
}

.may-imgDisplay img {
    max-height: 90vh;
    border-radius: 1.25em;
    max-width: 100%;
}

.may-grid-custom2 {
    width: fit-content;
    grid-template-columns: 6.5fr 10fr;
    max-width: 90%;
}

.may-grid-custom3 {
    grid-template-columns: 17.2fr 10fr;
}

@media (max-width:999px) {
    .may-grid-2 {
        grid-template-columns: 1fr;
        text-align: justify;
    }

    .may-grid-2 h2 {
        text-align: center;
    }

    body {
        gap: 3em;
    }
}



