/*
 Theme Name:     Sterndale
 Description:    Child Theme
 Author:         Anthony T. Sterndale
 Author URI:     https://sterndale.au
 Template:       Divi
 Version:        1.24.02
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Home Page */




/* All Pages */

#main-header {
  background-image: url("/wp-content/uploads/2025/12/header_watermark5b-scaled.png"); /* The image used */
  background-color: #ffffff; /* Used if the image is unavailable */
 
  background-position: center right; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: 1000px; /* Resize the background image to cover the entire container */
}



/* Mobile Logo */

@media (max-width: 980px) {
  .dtb_mobile #main-header #logo {
    max-height: 150px !important;
    max-width: calc(100% - 30px);
    height: 150px;
	box-shadow: 0 5px 50px rgba(0,0,0,.3);
	background-color: rgba(0,0,0,0.95);
	padding: 15px;
  }
}