    @font-face {
        font-family: 'Champion';
        src: url('optichampion-script.ttf');
    }

    * {
        margin: 0;
        padding: 0;
    }

    /*Logo*/

    .logo {
        background-color: #8d0800;
        height: 101vh;
        width: 100%;
        background-image: url(img/logobg.jpg);
        background-size: contain;
        background-position: left;
        background-repeat: no-repeat;
    }

    .logo h1 {
        font-family: 'Champion';
        color: ivory;
        font-size: 55px;
        margin-left: 550px;
        margin-top: -10px;
        font-weight: lighter;
        padding-top: 20px;
        padding-left: 12rem;
    }

    .logo h2 {
        font-family: 'Champion';
        color: ivory;
        font-size: 60px;
        font-weight: lighter;
        margin-left: 700px;
        margin-top: -20px;
        padding-left: 12rem;
    }

    .logo h3 {
        font-family: 'Champion';
        color: ivory;
        font-size: 45px;
        font-weight: lighter;
        margin-left: 800px;
        margin-top: -60px;
        padding-left: 12rem;
    }

    #big {
        font-family: 'Champion';
        color: ivory;
        font-size: 85px;
        font-weight: lighter;
        letter-spacing: 2px;
        margin-top: -118px;
        margin-left: 730px;
    }

    #small {
        font-family: 'Champion';
        color: ivory;
        font-size: 50px;
        font-weight: lighter;
        margin-top: -75px;
        margin-left: 960px;
    }

    .logo img {
        height: 225px;
        width: 275px;
        top: 0;
        left: 0;
        transform: translate(230%, -15%);
        -webkit-transform: translate(230%, -15%);
        -moz-transform: translate(230%, -15%);
        -ms-transform: translate(230%, -15%);
        -o-transform: translate(230%, -15%);
    }

    /*Navigation Bar*/

    .navbar {
        height: 0vh;
        width: 100%;
    }

    .navbar ul {
        text-align: center;
        transform: translate(0%, -1650%);
        -webkit-transform: translate(0%, -1650%);
        -moz-transform: translate(0%, -1650%);
        -ms-transform: translate(0%, -1650%);
        -o-transform: translate(0%, -1650%);
}

    .navbar li {
        display: inline;
        font-family: 'Pathway Gothic One', sans-serif;
        font-size: 40px;
        color: white;
        padding: 10px;
        cursor: pointer;
        text-shadow: 1px ivory;
    }

    .navbar a,
    .navbar a:visited {
        text-decoration: none;
        color: inherit;
    }

    .navbar a:hover {
        color: yellow;
        background-color: darkgreen;
        font-weight: lighter;
        padding: 2px 4px;
        margin-top: -5px;
        transition: .25s ease-in-out;
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -ms-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .navbar img {
        transform: translate(200%, -75%);
        -webkit-transform: translate(200%, -75%);
        -moz-transform: translate(200%, -75%);
        -ms-transform: translate(200%, -75%);
        -o-transform: translate(200%, -75%);
        height: 900px;
        width: 625px;
}

    /*Trailer Section*/
    .trailer {
        height: 145vh;
        width: 100%;
        background-color: #fff0bd;
    }

    .trailer-title h1 {
        font-family: 'Champion';
        font-size: 65px;
        color: #0a3a04;
        margin: -355px 350px 10px;
    }

    #trailer-banner {
        height: 350px;
        width: 650px;
        padding: 50px 150px;
    }

    #trailer-frame {
        height: 850px;
        width: 1500px;
        margin-top: -150px;
    }

    #french {
        height: 355px;
        width:525px;
        transform: translate(92%, 130%);
        -webkit-transform: translate(92%, 130%);
        -moz-transform: translate(92%, 130%);
        -ms-transform: translate(92%, 130%);
        -o-transform: translate(92%, 130%);
}

    .trailer-text p {
        font-family: 'Champion';
        font-size: 80px;
        float: right;
        text-align: center;
        color: #8D0800;
        transform: translate(-20%,-375%);
        -webkit-transform: translate(-20%,-375%);
        -moz-transform: translate(-20%,-375%);
        -ms-transform: translate(-20%,-375%);
        -o-transform: translate(-20%,-375%);
}

    #open {
        height: 50px;
        width: 50px;
        transform: translate(2475%, -2375%);
        -webkit-transform: translate(2475%, -2375%);
        -moz-transform: translate(2475%, -2375%);
        -ms-transform: translate(2475%, -2375%);
        -o-transform: translate(2475%, -2375%);
}

    #close {
        height: 50px;
        width: 50px;
        transform: translate(3300%, -1825%);
        -webkit-transform: translate(3300%, -1825%);
        -moz-transform: translate(3300%, -1825%);
        -ms-transform: translate(3300%, -1825%);
        -o-transform: translate(3300%, -1825%);
}

    .creme {
        height: 400px;
        width: 450px;
        border-radius: 50%;
        transform: translate(250%, -125%);
        -webkit-transform: translate(250%, -125%);
        -moz-transform: translate(250%, -125%);
        -ms-transform: translate(250%, -125%);
        -o-transform: translate(250%, -125%);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
}

    /*Synopsis Section*/
    .synopsis {
        height: 130vh;
        width: 100%;
        background-image: url(img/eif.jpg);
        background-size: cover;
    }

    .synopsis-container {
        padding-top:100px;
        margin-left: 1100px;
    }

    .synopsis-container h1 {
        font-family: 'Champion';
        font-size: 70px;
        color: #8D0800;
        padding-top: 250px;
    }

    .synopsis-container p {
        font-family: 'Pathway Gothic One', sans-serif;
        font-size: 25px;
        line-height: 30px;
        padding-top: 30px;
    }

    /*Featured Clips Section*/

    .feature-slider {
        height: 120vh;
        width: 100%;
        background-color: darkred;
    }

    .feature-slider h1 {
        font-family: 'Champion';
        font-size: 50px;
        font-weight: lighter;
        text-align: center; 
        color: ivory;
        padding-top: 50px;
    }

    .text-block iframe {
        height: 650px;
        width: 1250px;
        transform: translate(25%,5%);
        -webkit-transform: translate(25%,5%);
        -moz-transform: translate(25%,5%);
        -ms-transform: translate(25%,5%);
        -o-transform: translate(25%,5%);
}

    .thumbnail img {
        height: 155px;
        width: 195px;
    }

    .thumbnail {
        display: inline-block;
        margin: 50px 6px;
        transform: translate(157%,5%);
        -webkit-transform: translate(157%,5%);
        -moz-transform: translate(157%,5%);
        -ms-transform: translate(157%,5%);
        -o-transform: translate(157%,5%);
}

    .thumbnail p {
        text-align: center; 
        font-family: 'Pathway Gothic One', sans-serif; 
        font-size: 22px;
        margin-top: 10px;
        color: ivory;   
    }

    /*Cast Section*/

    .cast {
        height: 135vh;
        width: 100%;
        background-color: lightyellow;
        padding-bottom: -550px;
    }

    .characters img {
        height: 900px;
        width: 900px;
    }

    .cast h1 {
        font-family: 'Champion';
        font-size: 50px; 
        color: darkgreen;
        text-align: center;
        padding-top: 50px; 
    }

    @keyframes crossfade {
        0% {
            background: url(img/theletter.jpg);
            background-size: cover;
        }

        5% {
            background: url(img/theletter.jpg);
            background-size: cover;
        } 

        10% {
            background: url(img/nino.jpg);
            background-size: cover;
        }

        15% {
            background: url(img/lucien.jpg);
            background-size: cover;
        }

        20% {
            background: url(img/joseph.jpg);
            background-size: cover;
        }

        25% {
            background: url(img/amandine.jpg);
            background-size: cover;
        }

        30% {
            background: url(img/georgette.jpg);
            background-size: cover;
        }

        35% {
            background: url(img/gina.jpg);
            background-size: cover;
        }

        40% {
            background: url(img/hipolito.jpg);
            background-size: cover;
        }

        45% {
            background: url(img/madeleine.jpg);
            background-size: cover;
        }

        50% {
            background: url(img/dominique.jpg);
            background-size: cover;
        }

        55% {
            background: url(img/collignon.jpg);
            background-size: cover;
        }

        60% {
            background: url(img/suzanne.jpg);
            background-size: cover;
        }

        65% {
            background: url(img/mrcollignon.jpg);
            background-size: cover;
        }

        70% {
            background: url(img/mrscollignon.jpg);
            background-size: cover;
        }

        75% {
            background: url(img/raphael.jpg);
            background-size: cover;
        }

        80% {
            background: url(img/philomene.jpg);
            background-size: cover;
        }

        85% {
            background: url(img/ticky.jpg);
            background-size: cover;
        }

        90% {
            background: url(img/eva.jpg);
            background-size: cover;
        }

        95% {
            background: url(img/youngamelie.jpg);
            background-size: cover;
        }

        100% {
            background: url(img/raymond.jpg);
            background-size: cover;
        }
    }

    .characters {
        margin-top: 35px;
        margin-left: 520px;
        height: 77%;
        width: 45%;
        position: absolute;
        max-width: 875px;
        max-height: 800px;
        background: grey;
        box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        animation: crossfade 65s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
        -webkit-animation: crossfade 65s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
        border-radius: 4%;
        -webkit-border-radius: 4%;
        -moz-border-radius: 4%;
        -ms-border-radius: 4%;
        -o-border-radius: 4%;
}

    /*Quotable Quotes Section*/

    #quotables {
        position: absolute;
        top: 605%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 850px;
        height: 200px;
        background: ivory;
        border-radius: 15px;
        overflow: hidden;
        border: 2px solid #0a3a04;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
}

    #quotables ul {
        display: flex;
        margin: 0;
        padding: 0;
        width: calc(100% * 4);
        height: 100%;
        padding-left: 0;
        list-style: none;
        -webkit-animation: quotables-slide 61s infinite;
        animation: quotables-slide 61s infinite;
    }

    #quotables ul li {
        display: flex;
        flex-direction: column;
        padding: 16px;
        width: calc(100% / 4);
        flex-shrink: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        box-sizing: border-box;
        line-height: 1.5;
        font-family: 'Pathway Gothic One', sans-serif;
        font-size: 38px;
        text-align: center;
        color: #0a3a04;
    }

    #quotables ul li .quotables-body {
        flex-grow: 1;
        margin: 0;
        quotes: "“""”""‘""’";
    }

    #quotables ul li .quotables-body:before,
    #quotables ul li .quotables-body:after {
        display: inline-block;
        position: relative;
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }

    #quotables ul li .quotables-body:before {
        content: open-quote;
        left: -1px;
    }

    #quotables ul li .quotables-body:after {
        content: close-quote;
        right: -1px;
    }

    #quotables ul li .quotables-profile {
        position: relative;
        white-space: nowrap;
        margin-top: .75rem;
    }

    #quotables ul li .quotables-profile .img-cover {
        position: absolute;
        width: 48px;
        height: 48px;
        border-radius: 1000px;
        box-shadow: 0 7px 10px -2px rgba(94, 114, 128, 0.55);
        transition: all 0.15s ease-in-out;
        background: rgba(0, 0, 0, 0.375);
        opacity: 0;
        z-index: 1;
    }

    #quotables ul li .quotables-profile .img-cover:after {
        content: "\f04b";
        display: inline-block;
        font-family: 'Pathway Gothic One', sans-serif;
        font-size: 18px;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        transition: all 0.15s ease-in-out;
        z-index: 999;
    }

    #quotables ul li .quotables-profile svg {
        position: absolute;
        width: 48px;
        height: 48px;
        top: 0;
        left: 0;
        -webkit-filter: drop-shadow(0 0 4px rgba(51, 165, 255, 0.5));
        filter: drop-shadow(0 0 4px rgba(51, 165, 255, 0.5));
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        overflow: visible;
        z-index: 1;
        -webkit-animation: quotables-progress-svg 15.25s infinite;
        animation: quotables-progress-svg 15.25s infinite;
        pointer-events: none;
}

    #quotables ul li .quotables-profile svg circle {
        -webkit-transform-origin: center;
        transform-origin: center;
        cx: 24;
        cy: 24;
        r: 24;
        stroke-linecap: round;
        fill: none;
        stroke: #33a5ff;
        stroke-width: 4px;
        stroke-dasharray: 150.7964472;
        stroke-dashoffset: 150.7964472;
        -webkit-animation: quotables-progress-circle 15.25s infinite;
        animation: quotables-progress-circle 15.25s infinite;
    }

    #quotables ul li .quotables-profile img,
    #quotables ul li .quotables-profile span,
    #quotables ul li .quotables-profile small {
        float: left;
        white-space: inherit;
        font-family: 'Champion';
        font-size: 35px;
    }

    #quotables ul li .quotables-profile img {
        margin-right: .75rem;
        width: 48px;
        height: 48px;
        border-radius: 1000px;
        box-shadow: 0 7px 10px -2px rgba(94, 114, 128, 0.55);
        transition: all 0.1s ease-in-out;
    }

    #quotables ul li .quotables-profile span {
        vertical-align: middle;
        font-weight: 500;
        color: #0a3a04;
    }

    #quotables ul li .quotables-profile small {
        font-weight: 300;
        color: #94a5b0;
    }

    #quotables ul li .quotables-profile small[data-social]:before {
        display: inline-block;
        margin-right: 10px;
        font-family: 'Pathway Gothic One', sans-serif;
        font-size: inherit;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    #quotables ul li .quotables-profile small[data-social][data-social="facebook"]:before {
        content: '\f082';
        color: #3b5998;
    }

    #quotables ul li .quotables-profile small[data-social][data-social="twitter"]:before {
        content: '\f099';
        color: #1da1f2;
    }

    #quotables ul li .quotables-profile small[data-social][data-social="google"]:before {
        content: '\f0d5';
        color: #ea4335;
    }

    #quotables ul:hover,
    #quotables ul:hover svg,
    #quotables ul:hover circle {
        -webkit-animation-play-state: paused !important;
        animation-play-state: paused !important;
    }

    #quotables ul:hover li .quotables-profile .img-cover {
        opacity: 1;
        transition: all 0.15s ease-in-out;
    }

    #quotables ul:hover li .quotables-profile .img-cover:after {
        content: "\f04c";
    }

    @-webkit-keyframes quotables-slide {

        0%,
        24.5901639344% {
            -webkit-transform: translateX(calc(0 * (100% / 4)));
            transform: translateX(calc(0 * (100% / 4)));
        }

        25%,
        49.5901639344% {
            -webkit-transform: translateX(calc(-1 * (100% / 4)));
            transform: translateX(calc(-1 * (100% / 4)));
        }

        50%,
        74.5901639344% {
            -webkit-transform: translateX(calc(-2 * (100% / 4)));
            transform: translateX(calc(-2 * (100% / 4)));
        }

        75%,
        99.5901639344% {
            -webkit-transform: translateX(calc(-3 * (100% / 4)));
            transform: translateX(calc(-3 * (100% / 4)));
        }

        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
    }

    @keyframes quotables-slide {

        0%,
        24.5901639344% {
            -webkit-transform: translateX(calc(0 * (100% / 4)));
            transform: translateX(calc(0 * (100% / 4)));
        }

        25%,
        49.5901639344% {
            -webkit-transform: translateX(calc(-1 * (100% / 4)));
            transform: translateX(calc(-1 * (100% / 4)));
        }

        50%,
        74.5901639344% {
            -webkit-transform: translateX(calc(-2 * (100% / 4)));
            transform: translateX(calc(-2 * (100% / 4)));
        }

        75%,
        99.5901639344% {
            -webkit-transform: translateX(calc(-3 * (100% / 4)));
            transform: translateX(calc(-3 * (100% / 4)));
        }

        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
    }
    }

    @-webkit-keyframes quotables-progress-svg {
        0% {
            -webkit-filter: drop-shadow(0 0 4px rgba(51, 165, 255, 0.5));
            filter: drop-shadow(0 0 4px rgba(51, 165, 255, 0.5));
        }

        49.1803278689% {
            -webkit-filter: drop-shadow(0 0 4px rgba(64, 184, 169, 0.5));
            filter: drop-shadow(0 0 4px rgba(64, 184, 169, 0.5));
        }

        98.3606557377%,
        99.1803278689% {
            -webkit-filter: drop-shadow(0 0 4px rgba(77, 203, 82, 0.5));
            filter: drop-shadow(0 0 4px rgba(77, 203, 82, 0.5));
        }

        99.1803278689%,
        100% {
            -webkit-filter: drop-shadow(0 0 4px rgba(77, 203, 82, 0.5));
            filter: drop-shadow(0 0 4px rgba(77, 203, 82, 0.5));
        }
    }

    @keyframes quotables-progress-svg {
        0% {
            -webkit-filter: drop-shadow(0 0 4px rgba(51, 165, 255, 0.5));
            filter: drop-shadow(0 0 4px rgba(51, 165, 255, 0.5));
        }

        49.1803278689% {
            -webkit-filter: drop-shadow(0 0 4px rgba(64, 184, 169, 0.5));
            filter: drop-shadow(0 0 4px rgba(64, 184, 169, 0.5));
        }

        98.3606557377%,
        99.1803278689% {
            -webkit-filter: drop-shadow(0 0 4px rgba(77, 203, 82, 0.5));
            filter: drop-shadow(0 0 4px rgba(77, 203, 82, 0.5));
        }

        99.1803278689%,
        100% {
            -webkit-filter: drop-shadow(0 0 4px rgba(77, 203, 82, 0.5));
            filter: drop-shadow(0 0 4px rgba(77, 203, 82, 0.5));
        }
    }

    @-webkit-keyframes quotables-progress-circle {
        0% {
            stroke: #33a5ff;
            stroke-width: 3px;
            stroke-dasharray: 150.7964472;
            stroke-dashoffset: 149.7964472;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
    }

        49.1803278689% {
            stroke-dasharray: 41.887902;
            stroke-dashoffset: 37.4491118;
        }

        98.3606557377%,
        99.1803278689% {
            stroke: #4dcb52;
            stroke-width: 3.5px;
            stroke-dasharray: 150.7964472;
            stroke-dashoffset: 0;
            -webkit-transform: rotate(2340deg);
            transform: rotate(2340deg);
            -moz-transform: rotate(2340deg);
            -ms-transform: rotate(2340deg);
            -o-transform: rotate(2340deg);
    }

        99.1803278689%,
        100% {
            stroke: #33a5ff;
            stroke-width: 0px;
            stroke-dashoffset: 149.7964472;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
    }
    }

    @keyframes quotables-progress-circle {
        0% {
            stroke: #33a5ff;
            stroke-width: 3px;
            stroke-dasharray: 150.7964472;
            stroke-dashoffset: 149.7964472;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
    }

        49.1803278689% {
            stroke-dasharray: 41.887902;
            stroke-dashoffset: 37.4491118;
        }

        98.3606557377%,
        99.1803278689% {
            stroke: #4dcb52;
            stroke-width: 3.5px;
            stroke-dasharray: 150.7964472;
            stroke-dashoffset: 0;
            -webkit-transform: rotate(2340deg);
            transform: rotate(2340deg);
            -moz-transform: rotate(2340deg);
            -ms-transform: rotate(2340deg);
            -o-transform: rotate(2340deg);
    }

        99.1803278689%,
        100% {
            stroke: #33a5ff;
            stroke-width: 0px;
            stroke-dashoffset: 149.7964472;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
    }
    }

    /*Awards Section*/

    .awards {
        height: 100vh;
        width: 100%;
        background-color: #8d0800;
    }

    .awards-img {
        background-image: url(img/awards.jpg);
        background-size: cover;
        background-position: center;
        height: 100vh;
        width: 55%;
    }

    .title-awards {
        font-family: 'Champion'!important;
        font-size: 60px !important;
        font-weight: lighter;
        text-align: right !important;
        color: white;
        margin-top: -55rem !important; 
        margin-right: 21rem !important;
        margin-bottom: 3rem !important;
    }

    .awards-text h1 {
        font-family: 'Pathway Gothic One', sans-serif;
        font-size: 2.5rem;
        text-align: right;
        color: white;
        margin-right: 10rem;
    }

    .awards-text h2 {
        font-family: 'Pathway Gothic One', sans-serif;
        font-size: 2rem;
        text-align: right;
        color: white;
        margin-right: 10rem;
    }

    .awards-text h3 {
        font-family: 'Pathway Gothic One', sans-serif;
        font-size: 1.75rem;
        font-weight: lighter;
        text-align: right;
        color: white;
        margin-right: 10rem;
    }

    /*Fashion Section*/

    .fashion {
        height: 100vh;
        width: 100%; 
        background-color: white; 
    }

    .prev,
    .next {
        cursor: pointer;
        position: absolute;
        top: 770%;
        width: 25px;
        padding: 20px;
        margin-left: 40px;
        margin-right: 40px;
        color: white;
        text-align: center;
        background-color: darkred;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        -webkit-transition: 0.6s ease;
        -moz-transition: 0.6s ease;
        -ms-transition: 0.6s ease;
        -o-transition: 0.6s ease;
}

    .next {
        right: 0;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

    .prev:hover,
    .next:hover {
        background-color: rgb(197, 125, 125);
        color: darkred;
    }

    .fashion-container h1 {
        font-family: 'Champion';
        font-size: 50px;
        text-align: center; 
        color: darkgreen; 
        padding-top: 50px;
    }


    .heart {
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 50px 6px;
        background-color: darkred;
        display: inline-block;
        border-radius: 20%;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-border-radius: 20%;
        -moz-border-radius: 20%;
        -ms-border-radius: 20%;
        -o-border-radius: 20%;
}

    .fashion-img a,
    a:visited {
        text-decoration: none;
    }

    .fashion-img h1 {
        margin-top: -175px;
        margin-bottom: 20px;
        text-align: center;
        text-shadow: 4px 2px 2px ivory; 
    }

    .heart:before,
    .heart:after {
        content: "";
        background-color: darkred;
        border-radius: 50%;
        height: 15px;
        width: 15px;
        position: absolute;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
}

    .heart:before {
        top: -8px;
        left: 0;
    }

    .active {
        border: 6px solid yellow;
        transform: rotate(345deg);
        transition: .5s ease-in-out;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -ms-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        -webkit-transform: rotate(345deg);
        -moz-transform: rotate(345deg);
        -ms-transform: rotate(345deg);
        -o-transform: rotate(345deg);
}
    
    .heart:hover {
        text-shadow: 3px solid #8D0800;
        margin-bottom: 2px;
        transform: scale(1.5), rotate(160deg);
        transition: .5s ease-in-out;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -ms-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        -webkit-transform: scale(1.5), rotate(160deg);
        -moz-transform: scale(1.5), rotate(160deg);
        -ms-transform: scale(1.5), rotate(160deg);
        -o-transform: scale(1.5), rotate(160deg);
}

    .fade {
        -webkit-animation-name: fade;
        -webkit-animation-duration: 2s;
        animation-name: fade;
        animation-duration: 2s;
    }

    @-webkit-keyframes fade {
        from {
            opacity: .4
        }

        to {
            opacity: 1
        }
    }

    @keyframes fade {
        from {
            opacity: .4
        }

        to {
            opacity: 1
        }
    }

    .fashion-img {
        margin-left: 500px;
        margin-top: -12px;
    }

    .fashion-img img {
        height: 700px;
        width: 850px;
    }

    /*Gallery Section*/
    .gallery {
        height: 100vh;
        width: 100%;
        background-color: #edf5c6;
    }

    .gallery-container h1 {
        font-family: 'Champion';
        color: darkgreen; 
        text-align: center;
        font-size: 50px;
        padding-top: 50px;
    }
    .video {
        position: relative;
        padding-top: 4.1%;
        padding-bottom: 51.95%;
        height: 0;
    }

    .video iframe {
        position: absolute;
        top: 0;
        left: 0;
        height: 200%;
        width: 200%;
        min-height: 0;
    }

    .video-gallery {
        margin-left: 170px;
        margin-top: 5em;
        position: relative;
        width: 100%;
    }

    .video-gallery .video {
        animation: 1200ms fadeOut ease;
        animation-fill-mode: both;
        grid-column-start: 1;
        grid-row-start: 1;
        grid-row-end: 7;
        max-height: 19.5em;
        opacity: 0;
        transition: all 300ms ease;
        -webkit-animation: 1200ms fadeOut ease;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
}

    .video-gallery input[type="radio"] {
        font-size: 0;
        height: 0;
        opacity: 0;
        padding: 0;
        position: fixed;
        width: 0;
    }

    .video-gallery input {
        grid-column-start: 1;
        grid-row-start: 1;
    }

    .video-gallery label {
        color: #000000;
        font-size: 1.55em;
        font-weight: 400;
        font-family: 'Pathway Gothic One';
        grid-column-start: 3;
        margin: 0 !important;
        padding: 1rem 0 1rem 3rem;
        position: relative;
        border-bottom: 1px solid #CCCCCC;
    }

    .video-gallery label:last-of-type {
        border: 0 none;
    }

    .video-gallery input[type="radio"]:checked+label {
        color: #E41F35 !important;
    }

    .video-gallery input[type="radio"]:checked+label:before {
        content: "▶";
        left: 0;
        top: 12px;
        position: absolute;
    }

    .grid-row {
        display: block;
        height: 56vw;
        max-height: 19.5em;
        position: relative;
    }

    .grid-row label {
        left: calc(50% + 16px);
        position: relative;
        width: calc(50% - 16px);
    }

    .grid-row .video {
        padding: 0;
        position: absolute;
        top: 0;
        width: 0;
    }

    .grid-row:after {
        content: "";
        clear: both;
        display: table;
    }

    #video-1:checked~.video-1,
    #video-2:checked~.video-2,
    #video-3:checked~.video-3,
    #video-4:checked~.video-4,
    #video-5:checked~.video-5,
    #video-6:checked~.video-6,
    #video-7:checked~.video-7,
    #video-8:checked~.video-8,
    #video-9:checked~.video-9,
    #video-10:checked~.video-10 {
        animation: 1200ms fadeIn ease;
        animation-fill-mode: both;
        opacity: 1;
        width: 50%;
    }

    @keyframes fadeOut {
        0% {
            display: block;
            height: 56vw;
            opacity: 1;
            width: 50%;
        }

        25% {
            display: block;
            height: 56vw;
            opacity: 1;
            width: 50%;
        }

        49% {
            display: block;
            height: 56vw;
            opacity: 0;
            width: 50%;
        }

        50% {
            display: none;
            height: 0;
            opacity: 0;
            width: 0;
        }
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
            width: 0;
        }

        49% {
            display: none;
            height: 0;
            opacity: 0;
            width: 0;
        }

        50% {
            display: block;
            height: 56vw;
            opacity: 0;
            width: 50%;
        }

        100% {
            display: block;
            height: 56vw;
            opacity: 1;
            width: 50%;
        }
    }

    @supports(display: grid) {
        .grid-row {
            align-items: start;
            display: grid;
            grid-column-gap: 16px;
            grid-row-gap: 0;
            grid-template-columns: 1fr 1fr;
            grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
            width: 80%;
        }

        .grid-row label {
            left: auto;
            width: 90%;
        }

        .grid-row .video {
            position: relative;
            width: 100%;
        }

        @keyframes fadeOut {
            0% {
                display: block;
                height: 56vw;
                opacity: 1;
                width: 100%;
            }

            25% {
                display: block;
                height: 56vw;
                opacity: 1;
                width: 100%;
            }

            49% {
                display: block;
                height: 56vw;
                opacity: 0;
                width: 100%;
            }

            50% {
                display: none;
                height: 0;
                opacity: 0;
                width: 0;
            }
        }

        @keyframes fadeIn {
            0% {
                opacity: 0;
                width: 0;
            }

            49% {
                display: none;
                height: 0;
                opacity: 0;
                width: 0;
            }

            50% {
                display: block;
                height: 56vw;
                opacity: 0;
                width: 100%;
            }

            100% {
                display: block;
                height: 56vw;
                opacity: 1;
                width: 100%;
            }
        }
    }

    @media (max-width: 767px) {
        .video-gallery {
            display: flex;
            flex-direction: column;
            height: auto;
            max-height: none;
        }

        .video-gallery label {
            left: auto;
            order: 2;
            width: 100%;
        }

        .video-gallery .video {
            order: 1;
            padding-top: 4.1%;
            padding-bottom: 51.95%;
            position: relative;
            top: auto;
            width: 100%;
        }

        #video-1:checked~.video-1,
        #video-2:checked~.video-2,
        #video-3:checked~.video-3,
        #video-4:checked~.video-4,
        #video-5:checked~.video-5,
        #video-6:checked~.video-6,
        #video-7:checked~.video-7,
        #video-8:checked~.video-8,
        #video-9:checked~.video-9,
        #video-10:checked~.video-10 {
            width: 100%;
        }

        @keyframes fadeOut {
            0% {
                display: block;
                height: 56vw;
                opacity: 1;
            }

            25% {
                display: block;
                height: 56vw;
                opacity: 1;
            }

            49% {
                display: block;
                height: 56vw;
                opacity: 0;
            }

            50% {
                display: none;
                height: 0;
                opacity: 0;
            }
        }

        @keyframes fadeIn {
            0% {
                opacity: 0;
            }

            49% {
                display: none;
                height: 0;
                opacity: 0;
            }

            50% {
                display: block;
                height: 56vw;
                opacity: 0;
            }

            100% {
                display: block;
                height: 56vw;
                opacity: 1;
            }
        }
    }

/*Cinematography Section*/

.cinematography {
    height: 85vh; 
    width: 100%;
    background-color: darkred;
}

.cinematography h1 {
    font-family: 'Champion'; 
    font-size: 50px;
    font-weight: lighter;
    color: ivory; 
    text-align: center;
    padding-top: 50px;
}

.cinematography-container {
    display: inline-flex;
    margin: 25px 175px;
}

.vid-box {
    margin: 5px 0 0 75px;
}

.vid-box iframe {
    height: 450px;
    width: 650px;
}

.vid-box h2 {
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 30px; 
    font-weight: lighter;
    text-align: center; 
    color: ivory;
    margin: 25px;
}

/*Production Section*/

.production {
    height: 85vh;
    width: 100%;
    background-color: darkgreen;
}

.production h1 {
    font-family: 'Champion';
    font-size: 50px;
    font-weight: lighter;
    color: ivory;
    text-align: center;
    padding-top: 50px;
}

.production-container {
    display: inline-flex;
    margin: 25px 175px;
}

.vid-production {
    margin: 5px 0 0 75px;
}

.vid-production iframe {
    height: 450px;
    width: 650px;
}

.vid-production h2 {
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 30px;
    font-weight: lighter;
    text-align: center;
    color: ivory;
    margin: 25px;
}

/*Download Section*/

.download {
    height: 75vh; 
    width: 100%;
    background-color: ivory;
}

.download-container {
    display: inline-grid;
    margin: 5px;
    padding-left: 225px;
}

.download h1 {
    font-family: 'Champion';
    font-size: 50px;
    text-align: center;
    color: darkgreen;
    margin: 50px;
}

.download-block {
    display: inline-flex;
    margin: 20px;
}

.download-block img {
    height: 200px;
    width: 200px;
    border: 4px solid darkgreen;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.block-download img {
    height: 50px;
    width: 100px;
    border: none !important;
    border-radius: none !important;
    -webkit-border-radius: none !important;
    -moz-border-radius: none !important;
    -ms-border-radius: none !important;
    -o-border-radius: none !important;
}

.block-download h2 {
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 40px;
    margin: 10px 25px;
}

.block-download h3 {
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 30px;
    font-weight: lighter;
    margin: 5px 25px;
}

/*Footer Section*/

.footer-credits {
    height: 50vh;
    width: 100%;
    background-color: ivory;
    text-align: center;
}

.footer-container img {
    height: 100px; 
    width: 250px;
    margin-bottom: 30px;
}

.credits-row ul {
    display: inline-flex;
    text-align: center; 
    list-style: none;
}

.credits-row li {
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 27px;
    font-weight: lighter;
    margin: 4px;
    text-transform: uppercase;
}

.credits-row h3 {
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 20px;
    font-weight: bolder;
    margin: 10px 4px;
    text-transform: uppercase;
}

.footer ul {
    display: inline-flex;
    text-align: center;
    list-style: none;
    padding-top: 20px;
}

.footer li {
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 25px;
    font-weight: lighter;
    margin: 4px;
    text-transform: uppercase; 
}

.footer h3 {
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 30px;
    font-weight: bolder;
    margin: 5px 4px;
    text-transform: uppercase;
}