/* FONTS */
@import url("https://use.typekit.net/sqk0ejc.css");
@import url("https://use.typekit.net/sqk0ejc.css");
@import url("https://use.typekit.net/bic1wir.css");


/* GENERAL */
html {
    scroll-behavior: smooth;
}

body {
    background-color: black;
    color: white;
}

* {
    margin: 0px;
}

/* NAV-BAR */
.home-nav,
.home-page-nav {
    display: flex;
    margin: auto;
    justify-content: center;
}

.home-nav {
    padding-top: 2.5vh;
    padding-bottom: 2.5vh;
}

.home-page-nav {
    gap: 7vw;
    padding-bottom: 20vh;
}

.home-nav-item a {
    font-family: "bodega-sans", sans-serif;
    font-size: 72px;
    font-weight: 400;
    letter-spacing: 2px;
    text-decoration: none;
    color: White;
}

.home-nav-item,
.resumeButton,
.contactButton a:hover {
    color: #DB6600;
    transition: ease-in-out 250ms;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    font-weight: 800;
}

#works-menu {
    padding: 1vw;
    border: 1px solid black;
}

.works-Row {
    display: flex;
    padding-bottom: 3vh;
}

.nav-item a {
    margin: auto;
    font-family: "bodega-sans", sans-serif;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.3rem;
    text-align: center;
    color: white;
    text-decoration: none;
    padding: 2.5vh 7.5vw 1.25vh 7.5vw;

}

.nav-item a:hover {
    text-decoration: underline;
    transition: ease-in-out 200ms;
    color: #DB6600;
    text-align: center;
}

/* HEADER */
.work-container {
    background-color: black;
    padding-bottom: 1.5rem;
}

.work-img-placeholder {
    display: flex;
    justify-content: center;
    z-index: 0;
}

.headerImg {
    width: 100vw;
}

.work-title {
    font-family: "bodega-sans", sans-serif;
    font-weight: 800;
    font-size: 7.25vw;
    text-align: center;
    color: white;
    background-color: none;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 35px;
    padding-bottom: 20px;
    z-index: 2;
}

/* CONTENT */
.yapping-container {
    font-family: "arboria", sans-serif;
    background-color: black;
    width: 60vw;
    margin: auto;
}

.heading {
    font-family: "bodega-sans", sans-serif;
    font-size: 5vw;
    font-weight: 500;
    padding-bottom: 1.5vh;
    color: white;
}

.majorHeading {
    font-size: 3.5vw;
    font-weight: 800;
    letter-spacing: .1875vw;
    padding-top: 2.5vh;
    text-align: center;
}

.subHeading {
    font-family: "instrument-sans-variable", sans-serif;
    font-size: 1.25vw;
    text-align: center;
}

.text {
    font-family: "instrument-sans-variable", sans-serif;
    line-height: 2rem;
    font-weight: 300;
    font-size: 24px;
    background-color: black;
    color: white;
    padding: 1rem;
    margin-bottom: 5vh;
}

.desc {
    font-family: "instrument-sans-variable", sans-serif;
    font-size: 2vw;
    color: white;
    padding: 1vw 2vh 1vw 2vh;
    margin: auto;
    text-align: center;
    display: none;
}

#caption {
    font-family: 'instrument-sans-variable', sans-serif;
    padding-top: 1.5vh;
    font-size: 1vw;
    color: white;
}

.placeHolderContainer,
.placeHolderContainerVertical {
    margin-top: 3vh;
    margin-bottom: 3vh;
    display: flex;
    flex-direction: row;
    gap: 1.5vw;
}

.placeHolderContainerVertical {
    flex-direction: column;
}

/* IMAGE ZOOM*/
.placeHolderContainer img:hover {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 3vh;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    max-height: 90vh;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 80vw;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* The Close Button */
.close {
    position: absolute;
    top: 3vh;
    right: 5vw;
    color: #f1f1f1;
    font-size: 3vw;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #DB6600;
    text-decoration: none;
    cursor: pointer;
}

/* Clear Floats */
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* FOOTER */
.footer {
    font-size: 15px;
    padding: 5rem 5rem 2rem 5rem;
    display: flex;
    background-color: black;
}

.link {
    font-size: 48px;
    color: white;
    font-family: "bodega-sans", sans-serif;
    font-weight: 300;
    color: white;
    letter-spacing: 2px;
    margin: auto;
}

#previous {
    margin-right: 50px;
    text-decoration: none;
}

#next {
    margin-left: 50px;
    text-decoration: none;
}

.link:hover,
#previous:hover,
#next:hover {
    scale: 1.05;
    text-decoration: underline;
    transition: ease-in-out 100ms;
    color: #DB6600;
}

.workTitle_home {
    font-family: 'bodega-sans', sans-serif;
    font-size: 48px;
    color: white;
    background-color: black;
}

.backToTop {
    margin: auto;
    color: white;
    text-align: center;
    justify-content: center;
    padding: 2vw;
}


#footerMobile {
    display: none;
}

#backToTop_button {
    color: white;
    margin: auto;
    text-decoration: none;
}

/* RESPONSIVE DESIGN */
@media only screen and (max-width: 1080px) {

    /* index */
    .home-page-nav {
        max-width: 800px;
        flex-direction: column;
    }

    .home-page-nav a {
        font-size: 48px;
    }

    .nav-item a {
        padding: 10px;
        font-size: 30px;
        margin: 0rem;
    }

    .workTitle_home {
        font-size: 50px;
    }

    .backToTop {
        padding: 5vh;
    }

    .heading {
        padding: 1rem;
    }

    .text {
        font-size: 18px;
        padding: 1rem;
    }


    .worksImage {
        max-width: 85%;
    }

    .work-title {
        font-size: 12vw;
    }

    .yapping-container {
        width: 85vw;
    }

    .heading {
        font-size: 10vw;
    }

    .text {
        font-family: "instrument-sans-variable", sans-serif;
        font-variation-settings: "wght" 400, "wdth" 100;
        font-size: 2.75vw;
        line-height: 2.3rem;
    }

    .continuous {
        margin-bottom: 2.5vh;
    }

    .text-bottom {
        margin-bottom: 5.5vh;
    }

    .subHeading{
        font-size: 3.5vw;
    }

    .placeHolderContainer{
        flex-direction: column;
    }

    .imgPlaceholder img{
        max-width: 60vh;
    }

    .desc{
        font-size: 5vw;
    }

    iframe{
        max-width: 80vw;
        margin: auto;
        text-align: Center;
    }

    /* footer */

    .footer {
        flex-direction: column;
        width: 100%;
        padding: 1vw;
        gap: 5vh;
        margin-top: 7.5vh;
        margin-bottom: 7.5vh;

    }

    #footerDesktop {
        display: none;
    }

    #footerMobile {
        display: flex;
    }

    .link {
        font-size: 7vw;
    }

    #previous,
    #next {
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }
}