@charset "UTF-8";

/*TODO example of brand styling for Multicopy*/
.logo {
    color: #0f5218;
    font-size: 23px;
    text-decoration: none; }
.logo:hover, .logo:focus {
    color: #0f5218;
    text-decoration: inherit; }
@media (min-width: 1024px) {
    .logo {
        color: #0f5218;
        font-size: 27px; }
    .logo span {
        display: block; } }
