﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

html {
    font-size: 14px;
    /*position: relative;*/
    /*min-height: 100%;*/
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    /* This will make the main element take the remaining space dynamically */
    flex-grow: 1;
}

.footer {
    /*position: absolute;*/
    /*bottom: 0px;*/
    width: 100%;
    line-height: 40px; /*Vertically center the text there */
    background-color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}