/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
    padding-top: 3.5rem;
  }


.jumbotron{
    background: url("/images/grocery-store-2619380_1920.jpg") no-repeat center center; 
    background-size: cover;
    color: aliceblue;
}

#searchresults td{
    font-size: 12px;

}
@media (min-width: 0px) {
    .jumbotron h1 {
        font-size: 2em;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .jumbotron h1 {
        font-size: 4em;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .jumbotron h1 {
        font-size: 6em;
    }
}