﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

:root {
    --theme-btn-text: #fff;
}

main {
    min-height: 100%;
}

body {
    font-size: 85%;
    font-family: 'Open Sans', sans-serif;
}

footer {
    padding-top: 0.75em;
    text-align: center;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    border-top: solid 0.1em rgba(224, 224, 224, 0.75);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: var(--theme-btn);
    color: rgba(255, 255, 255, 1) !important;
}

a.btn {
    color: rgba(255, 255, 255, 1) !important;
}

.absolute-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.btn-theme {
    color: rgba(255, 255, 255, 1);
}

.navbar {
    height: 57px;
}

.pad-top {
    padding-top: 1em;
}

.margin-right {
    margin-right: 1em;
}

.margin-bottom {
    margin-bottom: 1em;
}
