:root {
    --bowmanBlue: #000058;
}


/*--Custom Style sheet for Bowman's Website--> */


.rd-navbar-static .rd-navbar-nav>li.focus>a, .rd-navbar-static .rd-navbar-nav>li>a:hover, .rd-navbar-static .rd-navbar-nav>li.active>a, .rd-navbar-fullwidth .rd-navbar-nav>li.focus>a, .rd-navbar-fullwidth .rd-navbar-nav>li>a:hover, .rd-navbar-fullwidth .rd-navbar-nav>li.active>a {
    font-weight: 600;
}

div.col-sm-6.col-md-3 {
    text-align: center;
}
/*
.btn-bowman-blue {
    color: #ffffff !important;
    background-color: var(--bowmanBlue) !important;
    border-color: var(--bowmanBlue) !important;
}

.btn-bowman-blue:hover {
    color: var(--bowmanBlue) !important;
    background-color: #ffffff !important;
    border-color: var(--bowmanBlue) !important;
}

.under-construction-title {
    font-size: 38px !important;
    line-height: 1.2 !important;
}

.working-hard-text {
    font-weight: 700 !important;
    line-height: 1.5 !important;
}
*/
.contact-block .fa-facebook-square, .contact-block .fa-linkedin {
    visibility: hidden !important;
}

.thumbnail-4>a:first-child {
    width: 100%;
    height: 100%;
}

.thumbnail-4>a>img {
    height: 100%;
    object-fit: cover;
}


@media (min-width: 600px) {
    .under-construction-title {
        font-size: 60px !important;
    }
}

@media (min-width: 1200px) {
    .under-construction-title {
        font-size: 90px !important;
    }
    .working-hard-text {
        font-size: 30px !important;
    }
}
