@import url("/assets/fontawesome-free-5.13.1-web/css/all.css");

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 80px; /* Margin bottom by footer height */
}

main > section {
    margin: 0 auto;
    width: calc(100% - 40px);
}

@media only screen and (min-width: 768px) {
    main > section {
        width: calc(100% - 100px);
    }
}

@media only screen and (min-width: 992px) {
    main > section {
        width: calc(100% - 160px);
    }
}

@media only screen and (min-width: 1200px) {
    main > section {
        width: calc(100% - 200px);
    }
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: rgba(0,0,0,.03);
}

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

/*
.card {
    transition: transform .2s;
}

.card:hover {
    transform: scale(1.2);
    z-index: 555555 !important;
}
*/

.table {
    background-color: white;
}
