@import url('https://fonts.googleapis.com/css2?family=Cantarell:ital,wght@0,400;0,700;1,400;1,700&family=Mrs+Saint+Delafield&display=swap');

html,
body {
    height: 100%;
}

body {
    min-height: 100vh;
    background: #ccc;
    text-align: center;
    font-family: "Cantarell", sans-serif;
    font-size: 100%;
    color: #000;
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

body#home {
    background-image: url('../images/painting/Lynn-Schirmer-Indexing-2025.jpg');
    background-size: cover;
    background-position: center 35%;
}

body#home .filter {
    background-color: rgba(0, 0, 0, 0.3);
}

img {
    max-width: 100%;
}

/*====================== Typography =====================*/
.page-title h1 {
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase;
}

h3,
h4,
h5 {
    font-weight: normal;
}

.divider {
    padding-bottom: 10px;
    border-bottom: solid 1px #e8e8e8;
}

p {
    line-height: 1.5em;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #999;
}

p a,
td a {
    border-bottom: 1px solid #ccc;
}

article h2 {
    margin-top: 40px;
}

/*=================== home page styles ===================*/

#home #container {
    margin: 0;
    padding: 0 5% 0 5%;
    width: 90%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

#home section,
#home header,
#home footer {
    height: min-content;
}

#home header {
    margin: 0 auto;
    width: fit-content;
}

#home header .main-menu li>a {
    color: #fff;
    text-align: center;
}

#home header .main-menu li>ul>li>a {
    color: #000;
    text-align: left;
}

#home #logo {
    color: #fff;
    z-index: 10;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 4rem;
    line-height: 1.1em;
    font-weight: 800;
    text-shadow: 0px 0px 10px #999;
}

#home .notice {
    margin: 30px auto 0 auto;
    padding: 30px 40px;
    width: fit-content;
    text-align: center;
    font-weight: 600;
    font-size: 1.6rem;
    color: #fff;
    border-radius: 2px;
    text-shadow: 0 0 10px #999;
}

#home .notice h3 {
    margin: 0 0 5px 0;
    text-transform: uppercase;
}

#home .notice p {
    margin: 0;
}

#home .btn,
#error-404 .btn {
    display: block;
    margin: 30px auto 0 auto;
    padding: 10px 20px;
    line-height: 1em;
    color: #fff;
    height: max-content;
    width: fit-content;
    border: 4px solid #fff;
    font-size: 0.6em;
}

#error-404 .btn {
    margin-bottom: 50px;
    color: #000;
    border: 4px solid #000;
    font-size: 1rem;
}

#error-404 #warning {
    font-size: 5rem;
    margin: 0;
}

#home footer p {
    margin: auto;
    text-align: center;
}

/*=================== header ====================*/
a#switch {
    display: none;
}

a#switch:hover,
a#switch svg:hover,
a#switch svg path:hover {
    cursor: pointer;
}

#container {
    margin: 0 auto;
    padding: 0 5% 60px 5%;
    width: 90%;
    min-height: 90vh;
    background: #fff;
}

header {
    margin: 0 0 30px 0;
    padding: 20px 0 0 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    border-bottom: none;
}

#logo {
    margin-bottom: 10px;
    padding-top: 25px;
    font-size: 2rem;
    line-height: 1.1em;
    width: fit-content;
}

/*===========================Main Menu=========================*/

#mobile-menu-toggle {
    position: relative;
    width: 35px;
    height: 35px;
}

#menu-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    width: 34px;
    height: 34px;
    opacity: 0;
    cursor: pointer;
    z-index: 20;
}

.menu-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 34px;
    height: 34px;
    cursor: pointer;
    z-index: 10;
}

#menu-toggle:checked+.menu-btn>span {
    transform: rotate(45deg);
}

#menu-toggle:checked+.menu-btn>span::before {
    top: 0;
    transform: rotate(0deg);
}

#menu-toggle:checked+.menu-btn>span::after {
    top: 0;
    transform: rotate(90deg);
}

#menu-toggle:checked~.main-menu {
    top: 120px;
    height: auto;
}

#home #menu-toggle:checked~.main-menu li>a {
    color: #000;
    text-align: left;
}

.menu-btn>span,
.menu-btn>span::before,
.menu-btn>span::after {
    display: block;
    position: absolute;
    top: 15px;
    left: 0px;
    width: 30px;
    height: 2px;
    background-color: #000;
    transition-duration: .25s;
}

#home .menu-btn>span,
#home .menu-btn>span::before,
#home .menu-btn>span::after {
    background-color: #fff;
}

.menu-btn>span::before {
    content: '';
    top: -8px;
}

.menu-btn>span::after {
    content: '';
    top: 8px;
}

.main-menu {
    position: absolute;
    top: -2000px;
    left: 0;
    width: 100%;
    z-index: 10;
    margin: 0;
    box-sizing: border-box;
    transition-duration: .25s;
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.4);
}

.main-menu a {
    font-size: 0.9em;
}

.main-menu>ul {
    padding: 0;
    list-style-type: none;
}

.main-menu>ul>li {
    margin: 0;
    padding: 0;
    text-align: left;
}

.main-menu>ul>li>a:hover {
    color: #666;
}

.main-menu>ul>li a {
    display: block;
    padding: 5px 30px 5px 0;
}

#home .main-menu>ul>li {
    margin: 0px;
}

/*------- Dropdown menu -----------*/
ul.dropdown {
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
}

ul.dropdown li {
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #ccc;
}

ul.dropdown li svg {
    vertical-align: top;
}

ul.dropdown li a {
    display: block;
    margin: 0 30px;
    padding: 10px 0;
    outline: 0;
    font-size: 1.1em;
    color: #000;
    text-align: left;
}

ul.dropdown li last-child {
    border-bottom: none;
}

#container ul.dropdown li a:hover,
ul.dropdown li.nav-path-selected a {
    border-bottom: none;
}

ul.dropdown ul {
    list-style-type: none;
    margin: 0 0 10px 30px;
}

ul.dropdown ul li {
    border-bottom: none;
}

ul.dropdown ul li a {
    padding: 7px 0;
    text-transform: none;
}

/*======================== Text following or inside flex section ===========================*/

article {
    margin: 0;
    padding: 0;
    width: 100%;
}

aside,
article>div {
    margin: 30px auto;
    text-align: left;
    width: 100%;
    max-width: 700px;
}

aside img {
    margin: 30px auto;
}

#about-bio article>div {
    text-align: left;
    max-width: 700px;
}

/*========================== Landing pages layout =======================*/

.card {
    margin: 0 auto 30px auto;
    padding: 0;
    width: 100%;
    text-align: center;
}

.card h2 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1rem;
}

.card-image {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.card-image:hover {
    opacity: 0.8;
}

#color {
    background-image: url('../images/painting/Lynn_Schirmer_Green_Woman_2023.jpg');
}

#monochrome {
    background-image: url('../application/files/3614/2800/9645/Revenant-Final-2013.jpg');
}

#obsessives {
    background-image: url('../images/drawing/obsessives/2022-2024/lynn-schirmer-5x8-2022-01.jpg');
}

#life-size {
    background-image: url('../application/files/5014/2647/1358/marthas.jpg');
}

#duos {
    background-image: url('../application/files/5014/2802/0216/rotating_quad.jpg');
}

#drawing-archive-card {
    background-image: url('../application/files/8714/8376/4204/dec-16-3-w.jpg');
}

#bio-card {
    background-image: url('../images/lynn-schirmer-biopic-2022.jpg');
}

#cv-card {
    background-image: url('../application/files/7214/6290/4881/bg-May2016FTwButoh.jpg');
}

#projects .card {
    height: auto;
    padding: 0 30px;
}

/*========================== Thumbnail layout & Light Gallery =======================*/

#lightbox {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#lightbox>h3 {
    width: 100%;
}

.thumbnail {
    margin: 1rem;
    position: relative;
}

.zoom-icon {
    display: none;
    position: absolute;
    top: calc(50% - 24px);
    left: calc(50% - 12px);
    z-index: 10;
}

.thumbnail:hover .zoom-icon {
    display: block;
}

.thumbnail img {
    max-width: 100%;
}

.thumbnail a:hover img {
    opacity: 0.7;
}

.thumb-ex-small {
    max-width: 110px;
}

.thumb-small {
    max-width: 250px;
}

.thumb-medium-small {
    max-width: 350px;
}

.thumb-medium {
    max-width: 450px;
}

.thumb-square {
    max-width: 400px;
}

.thumb-large {
    max-width: 550px;
}

.thumb-wide {
    max-width: 90%;
}

.info p {
    font-size: 0.9em;
}

/*========================== Components ===========================*/

.exhibition {
    margin: 50px auto;
    padding-bottom: 30px;
    border-bottom: solid 1px #ccc;
}

.exhibition>div {
    margin: 0 40px;
}

.exhibition .exhibit-info {
    text-align: left;
}

.youtube {
    margin: 40px auto;
    display: flex;
    justify-content: center;
}

.youtube iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
}

#biopic {
    width: 200px;
    height: auto;
}

article>table {
    text-align: left;
}

table td {
    padding: 10px 20px;
}

/*==========================Forms============================*/

form {
    margin: 0 auto;
    text-align: left;
    padding: 30px;
    max-width: 800px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: left;
}

input:not([type="checkbox"], [type="radio"]),
select,
textarea {
    margin-bottom: 15px;
}

input:not([type="checkbox"], [type="radio"], [type="range"], [type="file"]),
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    padding: 10px;
}

input:not([type="checkbox"], [type="radio"]),
select,
textarea {
    width: 100%;
}

[tabindex],
a,
area,
button,
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

input,
select,
textarea {
    background-color: #fff;
    border-color: #ccc;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: 0;
}

input {
    overflow: visible;
}

input,
optgroup,
select,
textarea {
    font-size: 1rem;
    line-height: 1em;
    font-family: inherit;
    letter-spacing: inherit;
}

.required {
    color: red;
    font-weight: normal;
}

input[type="submit"] {
    display: block;
    padding: 10px 20px;
    line-height: 1em;
    color: #000;
    height: max-content;
    width: fit-content;
    border: 4px solid #000;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
}

input[type="submit"]:hover {
    border-color: #ccc;
}


/*========================== footer ===========================*/

#home footer {
    width: 100%;
}

footer {
    clear: both;
    padding: 20px 0 20px 0;
    width: 100%;
    height: 30px;
    text-align: center;
    font-size: 0.9em;
    color: #fff;
    line-height: 1.4em;
    font-weight: 400;
}

footer p {
    font-size: 0.9em;
    padding: 0 30px;
    color: #fff;
}

footer a,
#meta a {
    margin: 0;
    padding: 0;
    text-decoration: underline;
    color: #fff;
    border-bottom: none;
}

footer a:hover,
#meta a:hover {
    color: #ececec;
}

#meta {
    margin: 0 auto;
    padding: 0;
    color: #fff;
}

/*========================== Responsive ===========================*/

@media screen and (min-width: 960px) {
    body {
        background-size: cover;
    }

    body#painting {
        background-image: url('../application/files/7214/6290/4881/bg-May2016FTwButoh.jpg');
    }

    body#painting-color {
        background-image: url('../images/page-backgrounds/schirmer-core-2025-5.jpg');
    }

    body#painting-mono {
        background-image: url('../images/page-backgrounds/lynn-schirmer-cascade-mural-2023.jpg');
    }

    body#drawing {
        background-image: url('../application/files/9514/2784/8519/luminous2.jpg');
    }

    body#drawing-obsessives {
        background-image: url('../images/page-backgrounds/lynn-schirmer-exhibition-drawings-2023.jpg');
    }

    body#drawing-life-size {
        background-image: url('../application/files/9514/2784/8519/luminous2.jpg');
    }

    body#drawing-duos {
        background-image: url('../application/files/1514/2784/8091/FOIAbg.jpg');
    }

    body#drawing-archive {
        background-image: url('../application/files/4114/2568/5051/50bg.jpg');
    }

    body#projects,
    body#about-cv {
        background-image: url('../images/page-backgrounds/projects-background-Ours-event-2020.jpg');
    }

    body#projects-didiva {
        background-image: url('../application/files/6014/2568/5061/homebg.jpg');
    }

    body#projects-exhibitions {
        background-image: url('../images/page-backgrounds/Schirmer-CORE-install-2025-web.jpg');
    }

    body#about-bio,
    body#error-404 {
        background-image: url('../images/page-backgrounds/lynn-schirmer-mengeles-infinity-subject.jpg');
    }

    body#about-contact {
        background-image: url('../images/page-backgrounds/may2016-3-butoh-mengele.jpg');
    }

    body#schirmer-news {
        background-image: url('../images/page-backgrounds/IncredibleIntensity-SeattleCityHall2015.jpg');
    }

    body#about {
        background-image: url('../images/page-backgrounds/after-dinner-night-shot.jpg');
    }

    #switch {
        display: block;
        position: fixed;
        top: 10px;
        left: 25px;
        z-index: 10;
        color: #fff;
        font-size: 1.8em;
    }

    body.black a#switch {
        color: #000;
    }

    a#switch:hover {
        color: #ececec;
    }

    #container {
        position: relative;
        margin: 0px 5% 60px 12%;
        padding: 10px 5% 50px 5%;
        width: 70%;
        background: #fff;
        transition: opacity 0.2s linear;
    }

    #container p {
        padding: 0;
        margin: 10px 0;
        line-height: 1.6em;
    }

    header {
        margin: 0 0 50px 0;
        padding: 20px 0 0 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: none;
    }

    .main-menu {
        position: static;
        display: block;
        width: fit-content;
        box-shadow: none;
    }

    .menu-btn,
    #menu-toggle {
        display: none;
    }

    ul#menu {
        margin: 0;
        padding: 0;
    }

    ul.dropdown {
        display: block;
        list-style: none;
        background: transparent;
        padding: 0;
    }

    ul.dropdown li {
        margin: 0;
        padding: 0;
        border-bottom: none;
    }

    .dropdown li {
        position: relative;
        display: block;
        list-style-type: none;
    }

    .dropdown>li {
        display: inline-block;
    }

    ul.dropdown li a {
        display: block;
        margin: 0 0 0 20px;
        padding: 10px 0;
        outline: 0;
        font-size: 1em;
    }

    header ul.dropdown li a:hover,
    header ul.dropdown li:hover a {
        border-bottom: none;
    }

    ul.dropdown li>ul {
        display: none;
        position: absolute;
        top: 100%;
        left: -45px;
        z-index: 1;
        padding: 15px 0;
        width: fit-content;
        background: #fff;
        transition: all 0.2s ease-in-out;
        box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.4);
    }

    .dropdown a,
    .dropdown span {
        display: block;
        text-decoration: none;
        white-space: pre;
    }

    .dropdown li:hover>ul {
        display: block;
    }

    .menu-chevron {
        margin-left: 5px;
    }

    .dropdown li:hover>a .menu-chevron {
        transform-origin: center;
        transform: translate(0, 5px) rotate(180deg);
        opacity: 0.2;
    }

    header ul.dropdown ul li a {
        display: block;
        margin: 0;
        padding: 10px 30px;
        font-size: 0.875em;
        color: #000;
        text-align: left;
        border-bottom: none;
        text-transform: none;
    }

    header ul.dropdown ul li a:hover {
        border-bottom: none;
        color: #666;
    }

    h1#logo {
        text-align: left;
        margin: 0;
        padding: 0;
    }

    h1#logo a {
        font-size: 1.1em;
        color: #000;
        border-bottom: none;
    }

    h1#logo a:hover {
        color: #999;
        border-bottom: none;
    }

    #home #logo {
        font-size: 7rem;
    }

    .main-menu {
        opacity: 1;
        margin: 0 0 0 20px;
        padding: 0;
        background-color: transparent;
    }

    .main-menu ul,
    ul.home {
        margin: 0;
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .main-menu>ul>li {
        padding: 0;
        text-align: right;
    }

    .main-menu>ul>li a {
        display: block;
        font-size: 0.9em;
        font-weight: 800;
    }

    a#switch {
        display: block;
    }

    .card {
        margin: 2%;
        width: 46%;
    }

    #biopic {
        width: 300px;
        height: auto;
        float: right;
        margin-left: 30px;
    }

    #projects section#lightbox {
        align-items: stretch;
    }

    #projects .card {
        padding: 0;
        width: 40%;
    }

    .exhibition {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .exhibit-image {
        width: 30%;
    }

    .exhibit-info {
        width: 60%;
    }

}

@media screen and (min-width: 960px) and (max-width: 77em) {

    a#switch {
        font-size: 1.6em;
        left: 15px;
    }

    #container,
    body.pt11 #container {
        margin: 0px 2% 60px 8%;
        padding: 10px 5% 50px 5%;
        width: 80%;
    }

    .projects {
        margin: 0 auto;
        width: 48%;
        text-align: center;
    }

    #social,
    #signup,
    body.pt11 #social,
    body.pt11 #signup {
        margin-top: 40px;
        float: none;
        width: 100%;
        text-align: left;
    }

}

@media screen and (min-width: 460px) and (max-width: 675px) {

    #home #logo {
        font-size: 4rem;
    }
}

@media screen and (min-width: 675px) and (max-width: 860px) {

    #home #logo {
        font-size: 5rem;
    }
}

@media screen and (min-width: 860px) and (max-width: 1020px) {

    #home #logo {
        font-size: 6rem;
    }
}