@font-face {
    font-family: "CormorantGaramond";
    src: url(CormorantGaramond-VariableFont_wght.ttf);
}

@font-face {
    font-family: "CormorantGaramond-Italic";
    src: url(CormorantGaramond-Italic-VariableFont_wght.ttf);
}

* {
    padding: 0;
    margin: 0;
}

html {
    font-family: "CormorantGaramond", sans-serif;
    font-size: 16px;
}

.header {
    align-content: center;
    padding-bottom: 50px;
    padding-top: 20px;
    padding-left: 20px;
    margin: 0;
}

.sitenav > ul {
    display: flex;
    list-style: none;
    font-size: 1.8rem;
    gap: 2.5rem;
    color: #757575;
    position: relative;
}

.sitenav > ul > li > a {
    color: #757575;
    text-decoration: none;
}

.sitenav > ul > li > a:hover {
    color: black;
    cursor: pointer;
    transition: 0.25s ease-in-out
}

ul li ul.dropdown {
    list-style: none;
    text-decoration: none;
    display: none;
    opacity: 0;
    transition-property: display opacity;
    transition-duration: 0.25s;
    transition-behavior: allow-discrete;
    position: relative;
}

.photography_subitem {
    padding-top: 5px;
}

.photography_subitem a {
    text-decoration: none;
    color: #757575;
}

.photography_subitem a:hover {
    color: black;
    transition: 0.25s ease-in-out;
}

ul li:hover ul.dropdown {
    display: block;
    visibility: visible;
    opacity: 1;
    @starting-style {
        opacity: 0;
    }
    z-index: 1;
}

.mobile-header {
    display: none;
    justify-content: center;
    justify-items: center;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 20px;
    margin: 0;
}

.mobilenav > ul > li > a {
    color: #757575;
    text-decoration: none;
}

ul li ul.mobile-dropdown {
    list-style: none;
    text-decoration: none;
    display: none;
    opacity: 0;
    transition-property: display opacity;
    transition-duration: 0.25s;
    transition-behavior: allow-discrete;
    position: relative;
}

#toggle:checked ~ .mobile-dropdown {
        display: block;
        visibility: visible;
        opacity: 1;
        @starting-style {
            opacity: 0;
        }
        z-index: 1;
    }

.mobilenav > ul > li > a:focus {
    color: black;
    cursor: pointer;
    transition: 0.25s ease-in-out
}

.hamburger {
    height: 1.5rem;
    padding-left: 10px;
    overflow: visible;
}

.mobilenav_header {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.mobilenav_sublist {
    list-style: none;
    text-decoration: none;
}

.mobilenav > ul {
    display: flex;
    list-style: none;
    font-size: 1.8rem;
    gap: 2.5rem;
    color: #757575;
    position: relative;
}

.mobilenav > ul > li > ul > li > a {
    color: #757575;
    list-style: none;
    text-decoration: none;
}

.mobilenav > ul > li > ul > li > a:hover {
    color: black;
    cursor: pointer;
    transition: 0.25s ease-in-out
}

.mobilenav > ul > li > ul.mobile-dropdown {
    list-style: none;
    justify-items: center;
}

a, a:visited {
    color: #757575;
}

.d-none {
    display: none;
}

@media (max-width:768px) {
    .header {
        display: none;
    }
    .mobile-header {
        display: flex;
    }
}

img {
    border-radius: 1rem;
}

iframe {
    border-radius: 10px;
    border: none;
}

.bio-flexbox {
    display: flex;
    width: 99vw;
    height: 100vh;
    justify-content: center;
    gap: 20px;
    padding-bottom: 20px;
    overflow: visible;
}

.bio-figure {
    margin-top: 0;
}

.headshot {
    width: auto;
    height: 110vh;
    box-shadow: 5px 5px 10px #757575;
}

.bio-caption, .contact_caption {
    padding-top: 10px;
    color: #757575;
}

.about {
    width: 50%;
    height: auto;
    font-size: 1.7rem;
    padding-left: 20px;
    padding-bottom: 20px;
    overflow: visible;
}

.about h2 {
    font-size: 3.5rem;
}

.about p {
    margin: 0 0 1.2em 0;
}

@media (max-width: 768px){
    .bio-flexbox {
        width: 99vw;
        height: auto;
        flex-direction: column;
        align-items: center;
    }
    .bio-figure {
        height: auto;
        max-width: 100%;
    }
    .bio-figure img {
        display: block;
        height: auto;
        max-width: 90%;
        margin: 0 auto;
    }
    .bio-figure figcaption {
        text-align: center;
    }
    .about h2 {
        text-align: center;
    }
    .about {
        width: 90%;
    }
}

.portrait-gallery {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 90vw;
    margin: auto;
}

.portrait-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 20px;
}

.portrait-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portrait img:hover, .landscape img:hover, .cosplay img:hover {
    transform: scale(1.05);
    transition: 0.25s ease-in-out;
}

.portrait img, .landscape img, .cosplay img {
    transform: scale(1.0);
    transition: transform 0.25s ease-in-out;
}

@media(max-width:768px){
    .portrait-gallery{
        flex-direction: column;
    }
}

.portrait, .landscape, .cosplay {
    max-width: 700px;
    overflow: hidden;
    border-radius: 1rem;
}

.landscape-gallery {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 90vw;
    margin: auto;
}

.landscape-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 20px;
}

.landscape-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width:768px){
    .landscape-gallery{
        flex-direction: column;
    }
}

.cosplay-gallery {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 90vw;
    margin: auto;
}

.cosplay-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 20px;
}

.cosplay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width:768px){
    .cosplay-gallery{
        flex-direction: column;
    }
}

.featured-video {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 90%;
    max-height: 80vh;
    margin: auto;
    padding-bottom: 20px;
}

.featured-video iframe {
    aspect-ratio: 16/9;
    min-width: 0;
    object-fit: cover;
}

.video-gallery {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 90%;
    margin: auto;
    padding-bottom: 20px;
}

.video-column {
    margin: auto;
    width: 100%;
}

.video-embed {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 0px;
    margin: auto;
}

.video-embed iframe {
    aspect-ratio: 16/9;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width: 768px) {
    .featured-video {
        flex-direction: column;
    }
    .video-gallery {
        flex-direction: column;
    }
}

.contact_box {
    display: flex;
    width: 90vw;
    max-width: 1440px;
    margin: auto;
    align-items: flex-end;
}

.contact_call-to-action {
    display: block;
    font-size: 7rem;
    width: 90vw;
    padding: 10px 0 20px 0;
    margin: auto;
}

.contact_form {
    width: 50%;
    margin-bottom: 10px;
}

.contact_form h2 {
    margin-bottom: 10px;
}

.contact_form input {
    width: 90%;
    height: 2rem;
    margin-bottom: 10px;
    background-color: #fafafa;
    border-style: solid;
    border-color: #bfbfbf;
}

.form_name {
    display: flex;
    gap: 10px;
    width: 90%;
}

.form_email input {
    display: block;
}

.form_subject input {
    display: block;
}

.form_message input {
    display: block;
    height: 10rem;
}

.contact_form ::placeholder {
    color: #bfbfbf;
    font-style: italic;
    padding-left: 5px;
}

.form_submit {
    background-color: #272727;
    color: #ffffff;
    width: 15%;
    height: 5%;
    border-radius: 50px;
    border-style: none;
    font-family: "CormorantGaramond";
    font-size: clamp(1rem, 1.5rem, 2.5rem);
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.form_submit:hover {
    cursor: pointer;
}

.contactphoto_figure {
    width: 50%;
    padding-bottom: 20px;
}

.contactphoto {
    width: 100%;
    box-shadow: 5px 5px 10px #757575;
}

@media (max-width: 768px) {
    .contact_box {
        display: flex;
        flex-direction: column;
        width: 90vw;
        height: auto;
    }

    .contact_form {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
        text-align: center;
    }

    .form_name {
        flex-direction: column;
        width: 100%;
        gap: 0;
    }

    .first_name input, .last_name input {
        width: 100%;
    }

    .form_email input, .form_message input, .form_subject input {
        width: 100%;
        margin: 0 auto;
    }
    .pricing_figure {
        width: 100%;
    }
    .form_submit {
        width: 100%;
        margin: 10px auto 10px auto;
    }
    .contactphoto_figure {
        width: 100%;
    }
    .contactphoto_figure figcaption {
        text-align: center;
    }
}
