* {
    font-family: 'REM', sans-serif;
}

.hidden-on-load {
    display: none;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

nav {
    margin-bottom: 0.5em;
}
nav a {
    color: #fefefe !important;
}
nav a:hover {
    color: #0d6efd !important;
    text-decoration: none;
}

h1 small {
    font-size: 0.7em;
}

.card {
    margin-bottom: 1em;
}

/* app.php specific */

.single-task {
    font-size: 1.2em;
}
.single-task:nth-child(even) {
    background: #eeeeee;
}

.task-checkbox {
    float:left;
    margin-right: 0.5em;
}

/* .btn-task {
    --bs-btn-padding-y: .1rem;
    --bs-btn-padding-x: .25rem;
    --bs-btn-font-size: .75rem;
    margin-top: .2em;
} */
a.btn:hover, a.dropdown-item {
    text-decoration: none;
}
.btn-group-task {
    float:right;
}

img.img-404 {
    max-width: 550px;
}

#cookie-banner {
    color: #000000;
    z-index: 999;
}

footer {
    padding:2em 0;
}
p.byline {
    font-size: 0.8em;
}

img.footer-logo {
    width: 125px;
    margin:2em 0;
}