﻿
/* #region Variables */

:root {
    --header-height: 247px;
    --header-padding: 20px;
    --footer-height: 60px;
    --mud-appbar-height:0 !important;
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    :root {
        --header-height: 296px;
        --header-padding: 40px;
        --footer-height: 100px;
    }
}

/* #endregion */

/* #region html / body */

* {
    box-sizing: border-box;
}
html {
    height: 100%;
}
body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

/* #endregion */
