body {
    background: #2c4563 url("/static/images/fits.jpg");
    background-position: -650px -235px;
}

.tooltip-inner {
    max-width: 400px !important;
}

.col-sm-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.col-sm-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.dropdown-menu {
    white-space: nowrap;
}

.card-body-override {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.footer {
    width: 100%;
    background-color: #343a40;
    margin-top: 10vh;
    color: white;
}

.shadow {
    box-shadow: 0 10px 30px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.bright-link {
    color: white !important;
    text-decoration: none !important;
}

.hidden-page {
    display: none !important;
}

@media (max-width: 767.98px) {
    .fc .fc-toolbar.fc-header-toolbar {
        display: block;
        text-align: center;
    }

    .fc-header-toolbar .fc-toolbar-chunk {
        display: block;
    }
}

a.hoverLink:visited, a.hoverLink:link {
    text-decoration: none; 
    color: black;
}

a.hoverLink:hover, a.hoverLink:active {
    text-decoration: underline;
    color: blue;
}
