/*----- MEDIAQUERIES BEGIN -----*/

/* Define mobile styles */
@media only screen { }

/* min-width 640px, medium screens */
@media only screen and (min-width: 40em) {

    #footHeadRow {
        background: transparent url("images/bg_footer_medium.png") no-repeat scroll center bottom / 100% auto;
        min-height: 6rem;
    }

    #copyRow a:last-child {
        padding: 0.5rem 0 0.5rem 0.7rem;
    }

}

/* min-width 1024px, large screens */
@media only screen and (min-width: 64em) {

    .off-canvas-wrapper .title-bar {
        display: none;
    }

    header,
    #top,
    #navRow {
        display: block;
    }

    #headRow {
        padding-top: 0;
    }

}

/* min-width 1440px, xlarge screens */
@media only screen and (min-width: 90em) {

    #footHeadRow {
        background: transparent url("images/bg_footer_large.png") no-repeat scroll center bottom / 100% auto;
        min-height: 8rem;
    }

}

/* min-width 1920px, xxlarge screens */
@media only screen and (min-width: 120em) {

}



/*----- MEDIAQUERIES END   -----*/