﻿
@media (max-width: 1200px) {

    body {
        text-align: center;
        font-size: 0.75em;
    }


    /*****************************************************/
    /*                                                   */
    /*   Home Page - Section 1                           */
    /*                                                   */
    /*****************************************************/

    .home_section1 div {

    }


    .home_section1 {
        margin: 0 auto;
        vertical-align: middle;
        margin: 1em;
    }

    .home_section1_body {
        position: relative;
        top: auto;
        bottom: auto;
        font-size: 2em;
    }

    .home_section1_image {
        width: 10em;
    }

    .home_section1_intro {
        margin-bottom: 0.5em;
        padding-left: 1.3em;
    }

    .home_section1_middle {
        padding-left: 0.5em;
        margin-left: 1em;
        margin-right: 1em;
        padding-left: 0.5em;
        padding-top: 0.25em;
        padding-bottom: 0.25em;
    }


    .home_section1_tail {
        margin-top: 1em;
        font-size: .65em;
        padding-left: 1em;
        padding-right: 1em;
    }

    .home_section1_tail_end {
        width: 100%;
        margin: 0;
    }

    img.home_section1_tail_end {
        display: none;
    }

    hr.home_section1_tail_end {
        display: block;
        margin-top: 2em;
        border-bottom: dashed 2px white;
    }

    .sw_blockFrame01 {
        padding-right: 0.35em;
    }


    /*****************************************************/
    /*                                                   */
    /*   Home Page - Section 2                           */
    /*                                                   */
    /*****************************************************/
    .home_section2_intro {
        margin-top: 2em;
    }

    .home_section2_itemBlock a{
        text-decoration: none;
    }



    .home_section2_block_5 {
        text-align: center;
        margin: 0 auto;
        border: dashed 2px white;
        padding: 1em;
        color: #FFF430;
        margin-top: 2em;
        width: 10em;
        display: block;
        font-size: 1.5em;
        font-family: 'Gloria Hallelujah';
        border-radius: 15em;
        text-decoration: none;
    }

        .home_section2_block_5::after {
            content: "Read the \A Case Study";
            white-space: pre-wrap;
            text-decoration: none;
        }

    .home_section2_itemBlock {
        border-bottom: dashed 1px white;
        margin-left: 2em;
        margin-right: 2em;
        padding-bottom: 4em;
    }

    .home_section2_itemBlockContainer > div:last-of-type {
        border-bottom: none;
    }


    .project-placeholder-block {
        border: solid 0.25em #9C59D1;
    }


    .home_section2_outro {
        display: none;
    }



    .email-mask {
        left: -2em;
        margin: 0 auto;
    }


    .small-menu {
        display: block;
    }

    .sw_small_header {
        display: block;
        width: 100%;
    }




    .small-menu {
        z-index: 1000000;
        font-weight: bold;
        width: 100%;
        background: #f1f1f1;
        position: fixed;
        text-align: center;
        font-size: 1.5em;
        top: 0rem;
        width: 20rem;
        right: 0;
        font-family: 'Space Grotesk';
        background-color: #262020;
    }

        .small-menu ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
            list-style-image: none;
            border-top: solid 1px #dddddd;
        }

        .small-menu li {
            display: block;
            padding: 1em 0 1em 0;
            border-bottom: #dddddd 1px solid;
            margin-bottom: 0;
        }

            .small-menu li:hover {
                display: block;
                background: #999;
                padding: 1em 0 1em 0;
                border-bottom: #dddddd 1px solid;
                cursor: pointer;
                color: black;
            }

        .small-menu ul li a {
            text-decoration: none;
            margin: 0px;
            color: #eeeeee;
        }

            .small-menu ul li a:hover {
                color: #000000;
                text-decoration: none;
            }

        .small-menu a {
            text-decoration: none;
            color: #666;
        }

            .small-menu a:hover {
                text-decoration: none;
                color: #666;
            }

            .menu-logo {
                width: 75%;
                margin-right: 5em;
            }


    .hamburger {
        background: none;
        position: fixed;
        top: 0;
        right: 0;
        line-height: 45px;
        padding: 0.5em;
        color: #999;
        border: 0;
        font-size: 2.4em;
        font-weight: bold;
        cursor: pointer;
        outline: none;
        z-index: 10000000000000;
        display: block;
    }

    .cross {
        background: none;
        position: fixed;
        top: 0.2em;
        right: 0;
        padding: 7px 15px 0px 15px;
        color: #999;
        border: 0;
        font-size: 5em;
        line-height: 65px;
        font-weight: bold;
        cursor: pointer;
        outline: none;
        z-index: 10000000000000;
        display: block;
    }


    .case-study-image-item {
        width: 100%;
    }

    .caseStudy_content_bigImage {
        width: 100%;
    }

}
