

.bg-body {
        background: #fff;
}

.text-city {
        font-size: 17px;
        color: #000;
        text-align: left;
}


.masthead {
        padding-top: calc(1rem + 24px);
        padding-bottom: 2.5rem;
}

.masthead .masthead-heading {
       font-size: 2.7rem;
    line-height: 3.5rem;
    font-weight: 800;
}

img.logoDMC {
        width: 150px;
        padding-bottom: 16px;
}

.masthead .masthead-subheading {
        font-size: 1.25rem;
}

@media (max-width: 600px) {
        img.logoDMC {
                width: 80px;
            }
            .masthead .masthead-subheading {
                font-size: 1.0rem;
            }
      }