body {
    background: #e9ecef !important;
}

.navbar-group {
    background: #1f4f6f;
}

.footer-group {
    background: #1f4f6f;
    color: #dee2e6;
}

.aha-a, .aha-a:link, .aha-a:visited, .aha-a:active {
    text-decoration: none;
    color: inherit;
}

.aha-a:hover {
    color: #39ccff;
    font-weight: 400 !important;
}

.default-a, .default-a:link, .default-a:visited, .default-a:hover, .default-a:active {
    text-decoration: none;
    color: white;
}

.aha-nav-active {
    font-weight: 900 !important;
    background-color: #65839f;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

.aha-nav-link, .aha-nav-link:link, .aha-nav-link:visited, .aha-nav-link:active {
    text-decoration: none;
    color: white !important;
}

.aha-nav-link:hover {
    color: #39ccff !important;
}

.footer-selector-group {
    display: block;
    margin-top: 0.3rem;
}

/*.aha-nav-link:active {*/
/*font-weight: 600;*/
/*}*/

.content-group {
    /*background: #39ccff;*/
    margin-bottom: 3vh;
}

.share-group {
    margin: 1vh auto 3vh;
}

.full-screen {
    /*background: pink;*/
    color: #1f4f6f;
    height: 96vh;
    display: table-cell;
    vertical-align: middle !important;
    text-align: center;
    /*-webkit-user-drag:none;*/
    min-height: 96vh;
}