
@charset "utf-8";
/* CSS Document */
#content a {
    text-decoration: none;
    font-weight: bold;
}
.logo-tagline {
    font-size: 2.9rem;
    line-height: 3.75rem;
    text-transform: capitalize;
    font-weight: 575 !important;
}

div.logo-tagline span {
    display: inline-block;
}

/* X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
    .logo-tagline {
        font-size: 1.8rem;
        line-height: 2.7rem;
    }
    }

    /*New bootstrap footer style to turn off the link underline*/
   div#uf-footer a {
    text-decoration: none;
}