/* This file intentionally left blank. */
body {
    font-family: "Helvetica", sans-serif;
}

span.caption-text {
    font-weight: bold;
    color: #040b27;
}

.rounded-images {
    border-radius: 5px;
}

.bi-yellow {
    color: #f0ad4e;
}

.alerts-light-green-color {
    background-color: #498550;
}


/* Line heights */
.line-height-half {
    line-height: 0.5;
}

.line-height-one {
    line-height: 1;
}

.line-height-one-and-a-half {
    line-height: 1.5;
}

