@charset "utf-8";
.bg-dark {
    background-color: #3C5A4C !important;
}
.footer {
    background-color: #3C5A4C;
    color: #FFFFFF;
    font-style: oblique;
    font-variant: normal;
    font-weight: bold;
}

.navbar-brand {
    font-weight: bold;
    font-size: medium;
    text-align: left;
}
.kuc-nav {
    font-weight: bold;
}

body{
    font-family: 'Roboto', sans-serif;
}

#serviceCard hover:{
    border-bottom: solid thick red;
}
