@font-face {
    font-family: 'Kepler';
    src: url('fonts/Kepler/Kepler\ Std\ Bold\ Display.otf');
    font-weight: bold;
}

@font-face {
    font-family: 'Kepler';
    src: url('fonts/Kepler/Kepler\ Std\ Light.otf');
    font-weight: normal;
}

@font-face {
    font-family: 'Madigan';
    src: url('fonts/Madigan/madigan-light.otf');
    font-weight: normal;
}

@font-face {
    font-family: 'Madigan';
    src: url('fonts/Madigan/madigan-bold.otf');
    font-weight: bold;
}

* {
    font-family: 'Kepler';
    letter-spacing: 0.17px;
}

body {
    width: 100vw;
    height: 100vh;
    margin: 0;
}

li {
    list-style-type: none;
}

.sidebar {
    text-align: right;
    width: 20%;
    display: inline-block;
    vertical-align: top;
    /* font-family: 'Madigan'; */
}

.sidebar-categories {
    /* margin-top: 20%; */
}

.sidebar a {
    text-decoration: none;
    color: black;
    /* font-family: 'Madigan'; */
}

.sidebar ul {
    padding: 0;
}

.sidebar li {
    font-weight: normal;
}

.sidebar h3 {
    font-size: 16px;
}

.sidebar > ul > li {
    font-weight: bold;
    margin-bottom: 14px;
    font-size: 17px;
    /* font-family: 'Madigan'; */
}

.sidebar > ul > li > ul > li {
    font-size: 14px;
    /* margin-bottom: 10px; */
    line-height: 20px;
}

#sidebar-open, #sidebar-open-label {
    display: none;
}

/* Start mobile */
@media (max-width: 768px) {
    .sidebar {
        width: 100%;
    }

    .sidebar-categories {
        /* margin-top: 10%; */
        margin-right: 10%;
    }

    .info .content {
        width: 80%;
    }

    #sidebar-open-label {
        display: block;
    }

    .sidebar-categories {
        display: none;
    }

    .name {
        float: left;
        margin-left: 10%;
    }

    .info .content {
        margin-top: 0%;
        /* margin-left: 50%; */
    }
}

#sidebar-open:checked ~ .sidebar-categories {
    display: block;
}

#sidebar-open-label img {
    cursor: pointer;
    margin-top: 7px;
    margin-right: 5%;
}

/* End mobile */

.info {
    padding-top: 4%;
}

.content {
    display: inline-block;
    width: 70%;
    margin-top: 5%;
    /* margin-left: 14%; */
    font-size: 20px;
    margin-left: 5%; /* center */
}

.content p {
    /* margin-left: auto; */
    /* margin-right: auto; */
}

.photography-content {
    display: inline-block;
    width: 50%;
    margin-top: 1%;
    font-size: 12px;
    white-space: nowrap;
}

#first-photo {
    margin-left: 2%;
}

.photo {
    width: 50vw;
    margin-left: 8vw;
    margin-right: 8vw;
    cursor: zoom-in;
}

#zoom-photo {
    width: 90vw;
    position: fixed;
    /*
        8 from margin-left from photo
        +8 from margin-right from photo
        +70 from zoom-photo
        = 96

        14 left, 7 on each side
    left: 7vw;
    right: 7vw; */

    /* vertical align */
    left: 5vw;
    right: 5vw;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 1;
}

.fade:not(.zoom-photo) {
    opacity: 0.5;
}

#left-arrow {
    cursor: w-resize;
    position: fixed;
    width: 10vw;
    height: 100%;
    left: 0;
    /* left: 250px; */
    /* transform: translateX(-50%); */
}

#right-arrow {
    cursor: e-resize;
    position: fixed;
    width: 10vw;
    height: 100%;
    right: 0;
}

.name a {
    /* position: fixed; */
    /* margin-left: 122px; */
    color: black;
    font-size: 24px;
}

.iframe-container {
    position: relative;
    /* width: 100%; */
    /* height: 100%; */
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

.work-nomination, .work-title, .work-credits, .work-subtitle {
    text-align: center;
}

.work-nomination, .work-credits, .work-subtitle {
    letter-spacing: 1px;
}

.work-nomination {
    font-style: italic;
}

.work-title {
    font-size: 28px;
    font-weight: bold;
}

.work-nomination, .work-credits, .work-subtitle {
    font-size: 15px;
}

.iframe-youtube-container, .iframe-vimeo-container {
    padding-bottom: 39.375%; /* (9 / 16) * 70 */
}

.iframe-nyt-container {
    padding-bottom: 46.8125%; /* (535 / 800) * 70 */
}

.iframe-facebook-container {
    padding-bottom: 39.25%; /* (314 / 560) * 70 */
}

.iframe-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}