body
{
    font-family: 'Staatliches', cursive;
    color: #404041;
    background-color: #ffffff;
}

a
{
    color: #485e88;
}

a:hover,
a:focus,
a:active,
.mawa-blue-background a:hover,
.mawa-blue-background a:focus,
.mawa-blue-background a:active,
.mawa-white-background a:hover,
.mawa-white-background a:focus,
.mawa-white-background a:active
{
    color: #fff100;
}

.mawa-blue-text
{
    color: #485e88;
}

.mawa-blue-background,
.mawa-blue-background a
{
    color: #ffffff;
    background-color: #485e88;
}

.mawa-white-background,
.mawa-white-background a
{
    color: #404041;
    background-color: #ffffff;
}

.page-footer
{
    background-color: #ffffff;
}

.page-footer .footer-copyright,
.page-footer .footer-copyright a
{
    color: #485e88;
    background-color: #fff100;
}

.page-footer .footer-copyright a:hover,
.page-footer .footer-copyright a:focus,
.page-footer .footer-copyright a:active
{
    color: #ffffff;
}

.btn-large
{
    color: #ffffff;
    background-color: #485e88;
}

.btn-large:hover,
.btn-large:focus
{
    color: #fff100 !important;
    background-color: #485e88 !important;
}

.mawa-blue-background,
.mawa-white-background
{
    padding-top: 20px;
    padding-bottom: 20px;
}

.justify-content
{
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
