.headbar-lg {
    min-height: 100px;
    padding-top: 20px;
    font-size: 40px;
    font-weight: bolder;
}

.headbar-md {
    min-height: 80px;
    padding-top: 16px;
    font-size: 30px;
    font-weight: bolder;
}

.headbar-sm {
    min-height: 60px;
    padding-top: 10px;
    font-size: 26px;
    font-weight: bolder;
}

.headbar-white {
    color: #1E90FF;
    background-color: white;
    border: lightgrey solid thin;
    /* text-shadow: yellow 3px -3px 0px; */
    /* box-shadow: 0 8px 10px -5px lightgrey; */
    /* border: whitesmoke solid thin; */
}