


@media screen and (max-width: 510px){
    .FastNav {
        display: block;
    }
    
}

@media screen and  (max-width: 320px) {

    /* .FastNav code {
        display: inline-block;
        width: 23% !important;
        text-align: center;
        margin-top: .3rem;
    } */
    /* .Furniture code {
        display: inline-block;
        width: 23% !important;
        text-align: center;
        margin-top: .3rem;
        margin-bottom: .6rem;
    } */
}