﻿/*******site-colors******/

.text-civcast-a {
    color: #003768;
}

.text-civcast-b {
    color: #004f96;
}

.bg-civcast-a {
    background-color: #003768;
}

.bg-civcast-b {
    background-color: #004f96;
}

.text-civcast-construct-a {
    color: #bb4b00;
}

.text-civcast-construct-b {
    color: #ee5f00;
}

.bg-civcast-construct-a {
    background-color: #e78017;
}

.bg-civcast-construct-b {
    background-color: #eb9035;
}

.text-amtek-a {
    color: #8a0000;
}

.text-amtek-b {
    color: #ce0000;
}

.bg-amtek-a {
    background-color: #8a0000;
}

.bg-amtek-b {
    background-color: #ce0000;
}

/*******header******/
.header a, .header a:hover {
    text-decoration: none;
}

/*******page-title******/

.page-title {
    font-size: 1.5rem;
}

/*******modal******/

.modal-header {
    background-color: #6c757d;
    color: #FFF;
}

    .modal-header .close {
        color: #FFF;
    }