header {
    background-color: #d6012e;
    color: #fff;
    height: 200px;
    padding:20px;
    text-align:center; 
}
@media (min-width: 600px){
    header {
        text-align:left;
    }
}
.preview {
    margin-top:20px; 
}
a,
a:hover {
    color:#da1e25;
}
a.white,
a.white:hover {
    color:white;
}
.text-sm {
    font-size:80%;
}
h2 {
    font-size: 170%;
    color: #da1e25;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0.5em;
}
.preview .moduleBox {
    padding: 1em;
    margin-bottom: 1em;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 2px 5px rgba(31, 27, 31, 0.22);
    -moz-box-shadow: 0px 2px 5px rgba(31, 27, 31, 0.22);
    box-shadow: 0px 2px 5px rgba(31, 27, 31, 0.22);
    background: #f0f0f0;
}
.bs-operationsContainer {
    text-align: center;
    margin: 2em 0;
}
.bs-operationsContainer .btn {
    text-transform: uppercase;
    font-size: 16px;
}
.bs-operationsContainer .btnForward {
    margin-left: 1em;
}
.bs-operationsContainer .btnForward {
    background-color: #da1e25;
    border-color: #cd2116;
}
.bs-operationsContainer a.btnForward {
    color: #ffffff;
}
.bs-operationsContainer .btnForward:hover {
    background-color: #c82116;
    border-color: #cd2116;
}
.bs-operationsContainer .btnForward:active {
    background-color: #c82116;
    border-color: #cd2116;
}
.btn-elix {
    text-transform: uppercase;
    color:white;
    background-color: #da1e25;
    border-color: #cd2116;
}
.btn-elix:hover {
    background-color: #c82116;
    border-color: #cd2116;
}
.btn-elix:active {
    background-color: #c82116;
    border-color: #cd2116;
}
div.endSmall, div.end, .clear, .iuClearContainer {
    clear: both;
    font-size: 0.1em;
    line-height: 0.1em;
}
.end {
    width: 100%;
    clear: both;
    line-height: 0.1em;
    height: 0.1em;
}

.index-covid {
    margin-bottom:50px;
}
.index-covid .bg-danger {
    background-color: #d6012e !important;
}
.index-covid .bg-info {
    background-color: #157db6 !important;
}
.h5 .huge-letters {
    font-size:120%;
}
.card .huge-letters {
    font-size:390%;
}
.index-covid a.note {
    color:#d6012e;
}

