.banner{
    padding-top: 2rem;
    padding-left: 2rem;
    font-family: Roboto;
    font-size: 48px;
    font-weight: bolder;
    color: white;
    text-shadow:
        3px 3px 0 #000,
        -1px -1px 0 #000,  
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
}

.subheader{
    padding-left: 2rem;
    font-family: Roboto;
    font-size: 24px;
    font-weight: bolder;
    color: white;
    text-shadow:
        3px 3px 0 #000,
        -1px -1px 0 #000,  
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
}

.sidebar-header{
    min-width: 100px;
}

.show-service{
    color: #2196f3 !important;
}