/*
 * responsive.custom.css is for custom media queries that are not set via the
 * theme settings, such as cascading media queries.
 *
 * By default all the other responsive stylesheets used in Adaptivetheme use a
 * "stacking method", however cascading media queries use a waterfall method so
 * you can leverage the cascade and inheritance for all browsers that support
 * media queries, regardless of screen size.
 *
 * @SEE http://zomigi.com/blog/essential-considerations-for-crafting-quality-media-queries/#mq-overlap-stack
 *
 * NOTE: this file loads by default, to disable got to your theme settings and
 * look under the "CSS" settings tab.
 */
/*
 * Really small screens and up
 */
/* @media only screen and (min-width: 220px) {} */
/*
 * Smalltouch sizes and up
 */
/* @media only screen and (min-width: 320px) {} */
/*
 * Smalltouch sizes and down
 */
@media only screen and (min-width: 1160px) {
    #header{
        height: 551px;
    }
    .front #secondary-content-wrapper{
        height: 541px;
    }
}
@media only screen and (max-width: 1079px) {
    .desktop-logo{
        max-width: 480px;
    }
}
@media only screen and (max-width: 1024px) {
    #block-views-home-splash-block{
        top: -60px;
    }
    .splash-title,
    .front h2.block-title{
        font-size: 36px;
    }
    .splash-title .views-field-field-sub-title{
        font-size: 16px;
    }
}

@media only screen and (max-width: 920px) {
    #branding{
        padding: 0 30px;
    }
    #footer{
        padding: 25px 30px;
    }
    .research-list .views-row{
        padding: 0 30px 10px;
        margin-bottom: 40px;
    }
    .research-list .column-1, .research-list .column-2{
        float: none;
        width: 100%;
        padding: 0;
    }
}
@media only screen and (max-width: 768px) {
    body{
        font-size: 12px;
    }
    #header{
        height: 300px;
        background-size: cover;
    }
    .research-list .views-field-title,
    .splash-title,
    .front h2.block-title{
        font-size: 18px;
    }
    .splash-title, .front h2.block-title{
        padding: 15px;
    }
    .splash-title .views-field-field-sub-title{
        font-size: 12px;
    }
    #block-views-home-splash-block{
        top: -35px;
    }
    #block-views-our-research-projects-block{
        top: -26px;
    }
    #mit-logo{
        margin-top: 0;
    }
    #header .desktop,
    #footer .desktop{
        display: none;
    }
    #header .mobile,
    #footer .mobile{
        display: block;
    }
    .footer-branding .mit-info{
        margin-top: 10px;
    }
    .footer-branding .mit-info div{
        float: none;
        margin: 0 0 20px;
    }
    .mit-footer-text.mobile{
        clear: both;
    }
    .mobile-meche{
        float: right;
    }
    .mission-statement .views-row .views-field{
        float: none;
        width: auto;
        padding: 0;
    }
    .mission-statement .views-row .views-field:first-child{
        margin-bottom: 20px;
    }
    .front #content-wrapper{
        padding: 20px 0 36vw;
        background-position: bottom 10vw center;
        background-size: 98%;
    }
    .front #secondary-content-wrapper{
        height: 250px;
        background-size: cover;
    }  
    #header{
        padding-top: 15px;
    }
}

@media only screen and (max-width: 430px) {
    #branding,
    .view-home-mission,
    .research-list .views-row,
    #footer{
        padding-left: 15px;
        padding-right: 15px;
    }
    .mobile-logo{
        max-width: 179px;
    }
}