﻿:root {
    --navmenu-height: 160px;
    --footer-height: 280px;
    --redstripe-height: 10px;
    --filecabinetmenu-width: 320px;
    --filecabinetmenu-search-height: 52px;
    --filecabinetmenu-memory-height: 70px;
}

    :root .logged {
        --navmenu-height: 190px;
    }

@media only screen and (min-width: 370px) {
    :root {
        --navmenu-height: 120px;
    }
        :root .logged {
            --navmenu-height: 200px;
        }
}
@media only screen and (min-width: 490px) {
    /*:root .logged {
        --navmenu-height: 90px;
    }*/
    :root {
        --footer-height: 165px;
    }
}
/*@media only screen and (min-width: 600px) {
    :root .logged {
        --navmenu-height: 90px;
    }
}*/
@media only screen and (min-width: 760px) {
    :root {
        --footer-height: 180px;
        --navmenu-height: 90px;
    }
}
@media only screen and (min-width: 900px) {
        :root .logged {
            --navmenu-height: 90px;
        }
}
@media only screen and (min-width: 960px) {
    :root {
        --footer-height: 130px;
    }
}