/* Google Font Collection */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

body {
    font-family: 'Roboto Condensed', sans-serif;
}

/* Custmom CSS */
footer {
    background-color: #21618C !important;
}

footer a,
footer a:hover,
footer a:visited {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

nav {
    background-color: #21618C !important;
}

nav .brand,
nav .a:link,
nav .a:hover,
nav .a:visited,
nav .li {
    color: #fff;
}

.banner {
    background-color: #F8F9F9 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
form legend,
.banner h1,
.banner h2,
.banner h3,
.banner h4,
.banner h5,
.banner h6,
.form-text b,
.form-text a,
.form-text a:link,
.form-text a:hover,
.form-text a:visited,
.form-label,
.col-form-label,
#contact_us label {
    color: #21618C !important;
    font-weight: bold;
}

.lifeforce,
.timesheet-txt {
    color: #21618C !important;
    text-decoration: none;
}

.lifeforce-bg,
.timesheet-bg {
    background-color: #21618C !important;
    color: #fff !important;
    text-decoration: none;
}

.replies {
    font-size: 1.1em;
    color: #21618C !important;
}

.form-text {
    font-size: 80%;
}

nav .dropdown-item b {
    color: #21618C;
}