/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    
    header h1 {
        font-size: 3rem;
    }
    
    
    /*Footer */
    
    footer  .nes-logo {
        padding-top: 0;
    }
    footer .nes-logo-top {
    width: 84px;
}
    footer .nes-logo a {
        float: right;
    }
    
    .shfooter .collapse {
    display: block;
}
footer .fa-chevron-right {
    display: inline-block;
}
footer ul li {
    margin-bottom: 10px;
    padding-left: 2.3rem;
    text-indent: -1.1rem;

}

}
        
        