@media (max-width: 1070px) {
    .mdl-layout-title{
        display: none;
    }

    .jme-header.top .logo{
        margin-top: 0px;
        margin-left: -50px;
    }

    .jme-header.top .jme-title{
        top:20px;
        left:70px;
        font-size: 2.5em;
    }

    .content-column.brand-container, .brand{
        display: none;
    }


    body{
        background-position: center;
    }

    .content-column{
        display: flex;
        width:100%;
        flex-direction: column;
        justify-content: flex-start;
        height: 100%;
        margin: 10px;
    }

    .content .title {    
        width: 90%;
    }
    
    .content.intro .title {
        margin-left: auto;
    }
    .graphics .jme-card, .utils .jme-card{
        width: 30%;
    }

    .book{
        height: 150px;
    }


    .jme-card .mdl-card__title{
        /*background-color: #dddddd;*/
    }

    .jme-card{
        width:100%;
        margin: 10px;
    }

    .intro{
        margin-top: 50vh;
    }
    .graphics{
        margin-top: 30vh;
    }

    .utils{
        margin-top: 30vh;
    }

    .footer{
        margin-top: 30vh;
    }
    footer{
        width:100%;
    }

    .footer-content{
        width:141px;
        margin: auto;
    }

    .mdl-mega-footer__drop-down-section{
        width: 30%;
    }

}

@media screen and (max-width: 600px) {
    .row{
        flex-direction: column;
    }

    footer{
        padding-left: 0px !important;
    }

    footer .row{
        flex-direction: row;
    }

    footer div{
        text-align: center;
    }

    .content-column{
        margin:0;
    }

    .jme-card{
        width: 90% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .top nav a button {
        margin-top: 90px;
    }

    .jme-header.top .jme-title{
        top:15px;
    }

    .jme-header .jme-title{
        left: 144px;
    }

    .mdl-layout__header-row{
        padding: 0 16px 0 16px;
    }

    .top .mdl-layout__header-row{
        padding: 0 16px 0 72px;
    }

}
