@media print, (min-width: 1024px) {
    header img {
        float: left; 
        height: 60px;
        border-radius: 10px;
        margin-right: 10px;
    }

    h1 {
        font-size: xx-large;
    }

    .nosmall {
        display: inherit;
    }
    
    .nolarge {
        display: none;
    }

    .large-12 {
        width: 100%;
    }
    
    .large-11 {
        width: 91.67%;
    }
    
    .large-10 {
        width: 83.33%;
    }

    .large-9 {
        width: 75%;
    }
    
    .large-6 {
        width: 50%;
    }

    .large-3 {
        width: 25%;
    }
    
    .large-2 {
        width: 16.67%;
    }
    
    .large-1 {
        width: 8.33%;
    }
}
