/* Overrides to fit our theme */
.navbar {
    background-color: var(--blueMed) !important;
    padding: 0;
    color: var(--white) !important;
    font-weight: bold;
    padding-bottom: 3px;
}
.modal-dialog {
    max-width: 38rem;
    text-align: center;
}
.modal-header
{
    border-bottom: 0;
}
.modal-dialog h3
{
    line-height: 2;
}
.modal-content
{
    border-radius: 0;
}

/* Bootstrap extensions By Ed */
.hover-shadow
{
    transition: box-shadow .25s ease-in-out;
}
.hover-shadow:hover
{
    box-shadow: 0 .5rem 1rem rgba(0,0,0, .15) !important;
}
.hover-shadow-lg
{
    transition: box-shadow .25s ease-in-out;
}
.hover-shadow-lg:hover
{
    box-shadow: 0 1rem 3rem rgba(0,0,0, .175) !important;
}
.smallContainer
{
    max-width: 800px !important;
    padding: 0;
}
