/* Setting variables in order to calculate sizes below */

:root {
    --containerwidth: 100%;
    --footerheight: 80px;
    --navbarheight: 100px;
    --mobilemenuitemheight: 60px;
    --speed: .3s;
    --space: 20px;

    /* Navbar background color */
    --navbarcolor: #dcdee0;

    /* Navbar font and button color */
    --navbaritemcolor: #6c6f72;

    --lightestcolor: #aab1b2;
    --mainbody: #aab1b2;

    /* Alternative bg color */
    --brcolor: #616a6c;

    --footercolor: #000000;

    /* Table colours */
    --tablecolor: #a69582;
    --thcolor: #ded4c9;
    --oddrowcolor: #f0ece7;
    --evenrowcolor: white;
    --bordercolor: #a69582;
}

/* Mutual settings for the both, mobile and desktop layouts */
