@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap');

body {
    margin: 0px auto;
    padding: 0px;
    color: #000000;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    width: auto;
    /*background-color:#fff;background-repeat: no-repeat;*/
}

.container {
    background-color: #d4e4f7;
}

.formError {
    text-align: left;
    color: red;
    margin: 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.5);
}

.formError:empty {
    display: none;
}


.d-none {
    display: none;
}

.bg-primary-500 {
    background-color: #0076bf !important;
}

a {
    color: inherit;
    font-weight: bold;
    font-size: 110%;
    text-decoration: underline;
}

a:hover {
    color: #0076bf;
    text-decoration: none;
}


.WCAG_contrast {
    background-color: transparent !important;
    color: black !important;
}

.a-sm {
    font-size: x-small;
}

.a-lg {
    font-size: x-large;
}

h1 {
    font-size: 2rem !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    margin: 0 0 0.5rem !important;
    text-align: center !important;
}

h2 {
    font-size: 1.5rem !important;
    line-height: 1.25 !important;
    font-weight: 600 !important;
    margin: 0 0 0.5rem !important;
    text-align: center !important;
}