#pageContent {
    background-image: none;
}

#titleText {
    background-image: url(GCPDcar.jpg);
    background-size: 100vw auto;
}

#ordinance {
    background-color: white;
    margin-top: 0;
    margin-top: -1.5rem;
    padding-top: 1rem;
    padding-inline: 5rem;
    line-height: 2rem;
    font-family: "Dosis";
    padding-bottom: 3rem;
}

#ordinance h1 {
    font-family: "DIN Condensed web", sans-serif;
}



.indented {
    text-indent: 1rem;
}

@media (max-width: 575px) {
    #titleText {
      height: 54vw;
    background-size: 200vw auto;
      background-position: top;
    }

    #ordinance {
        padding-inline: 5vw;
    }
  }