html, body {
    height: 100%;
    color: #041779;
}
body {
    background-color: #ffffff;
}
a, a:focus, a:active, a:hover {
    color: #041779;
    cursor: pointer;
}
.brand-text {
    font-size: 75px;
    position: absolute;
    padding-left: 10px;
    font-weight: 900;
    color: #041779;
}
.home_button, .home_button:active, .home_button:hover, .home_button:focus {
    height: 100px !important;
    vertical-align: middle !important;
    width: 250px !important;
    font-size: 25px !important;
    cursor: pointer !important;
}
.nav-link, .nav-link:hover, .nav-link:active, .nav-link:focus {
    color: #041779;
    font-size: 25px;
    font-weight: 600;
    cursor: pointer;
}
.btn-theme, .btn-theme:hover, .btn-theme:active, .btn-theme:focus {
    color: #ffffff;
    background-color: #041779;
    cursor: pointer;
    width: 150px;
    height: 50px;
    font-size: 20px;
}
.btn-theme-reverse, .btn-theme-reverse:hover, .btn-theme-reverse:active, .btn-theme-reverse:focus {
    color: #041779;
    background-color: #ffffff;
    cursor: pointer;
    width: 150px;
    height: 50px;
    font-size: 20px;
    border: solid 0.2px #041779;
}
#job-map-container{
    height: 450px;
    width: 100%;
}
#job-map{
    height: 95%;
    width: 100%;
    position: relative;
}
.modal-footer {
    display: block !important
}
.progress-bar {
    background-color: #041779;
}
.form-control{
    color: #041779;
}
.job-info-icon{
    color:white;
    vertical-align: middle;
    position: absolute;
    left: 88%;
    margin-left: -35px;
    margin-top: 5px;
    cursor: pointer;
    font-size: 25px;
}
.job-selection-button, .job-selection-button:hover, .job-selection-button:active, .job-selection-button:focus{
    width:75%;
    height:100px;
    font-size: 25px;
}
footer {
    color: #ffffff;
    background-blend-mode: darken;
    background: linear-gradient(180deg, rgb(4.03, 22.73, 120.91) 60.42%, rgb(111.56, 160.33, 255) 100%);
}
footer .brand-text {
    font-size: 55px;
    position: absolute;
    padding-left: 10px;
    font-weight: 500;
    color: #ffffff;
}
footer p {
    color: #ffffff;
    font-size: 20px;
}
footer a, footer a:hover, footer a:active, footer a:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    font-size: 20px;
}
.form-control:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.form-floating > label {
    z-index: 5 !important;
}
.image-remove-icon{
    color: red;
    position: absolute;
    left: 5px;
    top: 5px;
    cursor: pointer;
}
.record-add-button{
    font-size: 50px;
    color:green;
    vertical-align: middle;
}