@font-face {
    font-family: 'monument_extendedregular';
    src: url('/fonts/monumentextended-regular-webfont.woff') format('woff'), url('/fonts/monumentextended-regular-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'monument_extendedblack';
    src: url('/fonts/monumentextended-black-webfont.woff2') format('woff2'), url('/fonts/monumentextended-black-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'monument_extendedlight';
    src: url('/fonts/monumentextended-light-webfont.woff2') format('woff2'), url('/fonts/monumentextended-light-webfont.woff') format('woff');
    font-weight: lighter;
    font-style: normal;
}

* {
    font-family: 'monument_extendedlight', sans-serif;
    text-transform: uppercase;

}

html {
    height: -webkit-fill-available;
}

body {
    min-height: 100vh !important;
    min-height: -webkit-fill-available;
    min-height: -moz-available;
    min-height: fill-available;
}

body {
    background-color: #000;
    overflow: hidden;
}


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

a:hover {
    text-decoration: none;
    color: #C51919;
}

h1 {
    color: #fff;
    font-family: 'monument_extendedblack', sans-serif;
}

.f-black {
    font-family: 'monument_extendedblack', sans-serif;
}

header, .content, footer {
    width: 100%;
    padding: 5em;
}

/* header a {
    line-height: 3em;
} */

header a h1 {
    font-size: 3em;
    /* line-height: 3em; */
    display: contents;
    transition: font-size .5s ease-in-out;
}

header a.back {
    font-size: 1.8em;
    float: right;
}

.content {
    height: 100%;
}

footer a p {
    font-family: 'monument_extendedblack', sans-serif;
    margin-bottom: 0.25rem;
}

ul.nav li {
    width: fit-content;
    /* line-height: 3em; */
}

ul.nav h2 {
    display: inline;
}

ul.nav span {
    float: right;
    transition: transform .5s ease-in-out;
    margin-left: 8px;
}

ul.nav a:hover span {
    transform: rotate(180deg);
}

a.bio {
    font-size: 3rem;
    color: #C51919;
    transition: transform .5s ease-in-out;
    float: left;
    margin-left: 45%;
}

a.bio:hover {
    color: #C51919;
    transform: rotate(180deg);
}

span.bio {
    opacity: 0;
    font-size: 3em;
    color: #c51919;
    margin-left: 10px;
    transition: all .5s ease-in-out;
}

/* ----- BIO --------------------- */

#div-bio {
    background-color: #C51919;
    color: #fff;
    position: absolute;
    height: 100vh;
    width: 50%;
    top: 0;
    padding: 5em;
    -webkit-transform: translate3d(0, 0px, 0px);
    transform: translate3d(0, 0px, 0px);
    visibility: hidden;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    right: -50%;
}

#div-bio h2 {
    font-size: 2.25rem;
    display: flex;
}

#div-bio>div {
    margin-right: 3em;
    width: 100%;
}

/* #div-bio>a {
    position: absolute;
    top: 5em;
    right: 5em;
} */

#div-bio a:hover {
    color: #000;
}

#div-bio a.bio {
    color: #fff;
    font-size: 2.25rem;
    transition: transform .5s ease-in-out;
    margin-left: 0;
}

#div-bio ul {
    padding-left: 0;
}

#div-bio ul li {
    list-style: none;
}

body.edits a.bio, body.films a.bio, body.photo a.bio {
    visibility: hidden;
}

/* ----- // BIO --------------------- */

.video-overlay {
    position: absolute;
}

.video-overlay.hover-edits, .video-overlay.hover-films {
    max-width: 720px;
    max-height: 405px;
}

.video-overlay video {
    width: 100%;
    display: block;
}

.video-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .4s ease-in;
    z-index: 1;
}

.video-overlay.black::before {
    background: rgba(0, 0, 0, 0.5);
}

.video-overlay.red::before {
    background: rgb(92 0 0 / 50%);
}

.hover-edits, .hover-films, .hover-photo {
    display: none;
}

.hover-edits {
    top: 20%;
    left: 25%;
}

.hover-films {
    bottom: 15%;
    right: 15%;
}

.edits .hover-edits {
    display: block;
}

.films .hover-films {
    display: block;
}

.hover-photo {
    width: 100%;
}

.hover-photo img {
    position: absolute;
}

.photo .hover-photo {
    display: block;
}

.hover-photo-1 {
    top: 18%;
    left: 20%;
    width: 26%;
}

.hover-photo-2 {
    top: 10%;
    right: 5%;
    width: 20%;
}

.hover-photo-3 {
    bottom: 5%;
    right: 30%;
    width: 34%;
}

.video-container {
    width: 60%;
    margin: 0 auto;
}

iframe{
    aspect-ratio: 16 / 9;
	height: 100%;
	width: 100%;
}

/* ------------------------- Gallery ------------------------- */

.gallery {
    padding: 5em;
}

.gallery span {
    font-size: 2.8em;
    margin-right: 1rem;
}

.gallery h4 {
    display: inline-block;
    font-size: 1em;
    line-height: 1.4em;
}

.gallery .video-overlay {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.gallery .video-overlay div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* ------ RESPONSIVE ------------------------------------------------------------------ */

/* small screens and landscape tablets*/
@media only screen and (max-width: 1200px) {
    .gallery img {
        max-width: 80%;
        margin-inline: 0 !important;
    }

    .hover-edits, .hover-films, .hover-photo {
        display: none !important;
    }

    span.bio {
        opacity: 0 !important;
    }
}

/* tablets & phones*/
@media only screen and (max-width: 992px) {
    html {
        height: -webkit-fill-available;
    }

    body {
        min-height: 100vh;
        min-height: -webkit-fill-available;
    }

    header, .content, footer, .gallery {
        padding: 3em;
    }

    #div-bio {
        padding: 3em;
    }

    .gallery img {
        max-width: 100%;
        min-width: 100%;
    }
    .video-container {
        width: 100%;
    }

}

/* landscape phones, less than 768px) */
@media only screen and(max-width: 768px) {
    .gallery span {
        font-size: 2.5em;
        display: block;
    }

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

    .portfolio-item .item {
        margin-bottom: 0;
    }
}

/* phones */
@media only screen and (max-width: 600px) {
    header, .content, footer, .gallery {
        padding: 2em;
    }

    header a h1 {
        font-size: 1.8em;
        text-align: center;
    }

    header a.back {
        font-size: 1.2em;
    }

    a.bio {
        margin-left: 0;
    }

    #div-bio {
        padding: 2em;
    }

    #edits-gallery span {
        display: block;
    }

    .video-overlay.black::before {
        background: transparent;
    }

    .video-overlay.red::before {
        background: transparent;
    }

footer {
    padding-bottom: 125px;
}
#div-bio>div.mt-auto {
    padding-bottom: 80px;
}

}