@media (max-width: 1399px) {
    
}

@media (max-width: 1199px) {
    .crest { position: relative; }
    .crest .marklogo { margin: 0; font-size: 20px; }

    .bar {
        display: flex;
        margin-left: auto;
        margin-top: 5px;
    }

    .bar.active { position: relative; opacity: 2; }

    .crest .routes{
        position: absolute;
        left: 0; right: 0; top: 100%;
        z-index: 1000;
        background: #2C2A4A;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 16px 0;
        margin: 0;
        transform: scaleY(0);
        transform-origin: top;
        opacity: 0;
        pointer-events: none;
        transition: transform .2s cubic-bezier(.2,.8,.2,1), opacity .2s ease;
    }

    .crest .routes.active{
        transform: scaleY(1);
        opacity: 1;
        pointer-events: auto;
    }

    .crest .routes .routes__one { margin: 0 0 12px 0; }
    .crest .routes .routes__one a { color: #FAF9F6; font-size: 18px; text-decoration: none; }

    h1, h2 {
        margin-bottom: 20px;
    }

    .motive .picture {
        height: 500px;
    }

    .motive .picture img {
        width: 200%;
    }

    .motive__info {
        height: 500px;
    }

    .cast__card {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .notes .picture {
        height: 300px;
        margin-bottom: 20px;
    }

    .notes p {
        margin-bottom: 10px;
    }

    .motive__info {
        height: auto;
    }

    .duo-scribe .scribe__input:first-child {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .reach__card {
        margin-bottom: 20px;
    }
    
    .reach .row div:last-child .reach__card {
        margin-bottom: 0;
    }

    .keel .marklogo {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .keel .routes {
        justify-content: center;
    }

    .keel .routes__one {
        margin: 0 10px;
    }

    .motive.page .picture {
        height: 350px;
    }
}

@media (max-width: 575px) {
    section {
        padding: 40px 0;
    }

    .keel .routes__one {
        margin: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .keel .routes__one:last-child {
        margin-bottom: 0;
    }

    .logbook .logbook-one {
        margin-bottom: 40px;
    }

    .logbook .logbook-one .picture {
        width: 100%;
        height: 300px;
        margin-bottom: 10px;
    }

    .motive__info a {
        margin: 0 auto;
    }

    .motive.page .picture {
        height: 300px;
    }
}