/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    /* ----- loading page ----- */

    .headline {
        font-family: 'osttrola_freeregular';
        color: #f6c004;
        font-size: 200px;
        animation-duration: 2s;
        animation-delay: 0.25s;
    }

    .overline {
        font-size: 30px;
        letter-spacing: 20px;
        margin-left: 10px;
    }

    .subline {
        font-size: 20px;
        margin-top: 100px;
        letter-spacing: 10px;
    }

    /* ----- landing page ----- */

    .noun {
        font-size: 2.5em;
    }

    .pronounciation {
        font-size: 1em;
    }

    .definition {
        font-size: 1.5em;
    }

    .example {
        font-size: 0.9em;
    }

    .simile {
        font-size: 0.9em;
    }

    .client_logos img {
        width: 100px;
        margin: auto;
    }

    /* ----- contact page ----- */

    .contact-mobile {
        display: block;
        padding: 20px;
    }

    .row.halves {
        flex-direction: column;
        height: auto;
        overflow-y: auto;
    }

    .contact-menu-l,
    .contact-menu-r {

        height: auto;
        min-height: 100vh;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .contact-page {
        padding-top: 50px;
    }

    .contact-client {
        width: 90%;
        max-width: 400px;
        margin: 0 auto;
    }

    .project_services {
        text-align: left;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}