.parkinglotsale {
    background-image: url('/images/ParkingLotSale-background.jpeg');
/*    background-image: linear-gradient(rgb(255,246,219), rgb(250,210,92));
*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    margin:  0rem;
    padding: 5%;
    height: auto;
    font-size: larger;
}

.parkinglotsale h3 {
    color: purple;
    text-align: left;
}

.parkinglotsale h2 {
/*    font-size: 2.5vw;  */
    font-weight: bold;
}

.thick {
    font-size: 10vw;
    font-weight: 900;
    line-height:  120%;
}

.thick-extra {
    font-size: 22vw;
}


/*
.parkinglotsale div h3 {
    display: none
}

.is-visible {
    display: block;
    color: purple;
}
*/
/*
@media (max-width: 800px) {
  .thick{font-size: 9vw};
}

@media (min-width: 801px) {
  .thick{font-size: 4.5vw};
  .thick-extra{font-size: 7.5vw};
}
*/
.header{
  text-align:center;
}
.colDiv{
  border:solid 1px #33aaff;
}
