/* This sets the background image of the page. Just replace the page id and the url of the background 
image */

.page-id-11 {
 background-image: url("http://coffeegeeksandgadgets.com/wp-content/uploads/2023/07/negative-space-barista-pours-over-coffee-at-cafe-scaled.jpg");
 background-size: cover;
}

/* This makes the header transparent so that the background image shows through */
.site-header {
		background-color: transparent; 

}

/* This removes the site footer */
.site-footer {
 
 display: none;

}