@media (min-width: 1590px){
    #content{
        width: 100%;
    }
}

@media (max-width: 650px){
    #header{
        margin-top: 137px;
        height: 125px;

    }

    #collapsecategories{
        text-align: center;
        margin-top: -50px;
        width: 100%;
        border: none;
        padding: 0px;
        color: rgb(116, 116, 116);
        float: left;
        font-family: titilliumlight;
        font-size: 15.555556297302246px;
    }
}