body
{
    height: 100%;
    background-color: #008fcf;
    background-image: url('../img/Index_Background.svg');
    background-size:100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: cover;
    display:flex;
    font-family: Nexa, sans-serif;
}


h1
{
    font-family: Nexa, sans-serif;
    font-weight: normal;
    font-size: x-large;
    color: white;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

h2
{
    font-family: Nexa, sans-serif;
    font-size: medium;
    margin-top: 0;
}



.navbar-default
{
    background-color: transparent;
    border-color: transparent;
}

.navbar
{
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.navbar.scrolled
{
    background: rgb(0, 143, 207);
}

@media (min-device-width : 760px)
{
    .navbar-header {
        margin-left: 10% !important;
    }

    .navbar-right {
        margin-right: 10% !important;
    }
}

/** FIXME Remove this rule when upgrading to Bootstrap 5, since btn-secondary will have the correct color **/
.navbar-btn
{
    background-color: rgb(20, 85, 148);
}



.center
{
    display: flex;
    justify-content: center;
}

@media (min-device-width : 760px) {
    .row.flex-override {
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        justify-content: space-around;
        max-height: 150px; /* Limit card size */
    }

    .row.flex-override > .vertical-align-center {
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
    }

    .row.flex-override .vertical-align-center .valign-center {
        align-self: center;
    }
}


.card-title
{
    font-family: Petemoss, serif;
    font-size: xxx-large;
    color: #008fcf;
}

.card-button
{
    font-family: Nexa, sans-serif;
    font-weight: bold;
    background-color: #008fcf;  /*FIXME: Remove when using Bootstrap 5, because the btn-primary will have the correct color*/
}