@media (max-width: 767px) {

  /* If the Cover uses an  */
  .home .wp-block-cover__image-background {
    object-position: 30% 50% !important;
  }

  /* If the Cover uses a background span */
  .home .wp-block-cover .wp-block-cover__background {
    background-position: 30% 50% !important;
  }

}


@media only screen and (max-width: 767px) {

#block-f776da81-b758-42aa-9625-4927d85f205e {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
}

}

@media (max-width: 767px) {

  .wp-block-spacer.small-mobile-spacer {
    height: 10px !important;
    min-height: 10px !important;
    flex-basis: 10px !important;
    max-height: 10px !important;
  }

}

@media (max-width: 767px) {

  /* Hide the current cover image on mobile */
  .home .wp-block-cover__image-background {
    display: none !important;
  }

  /* Add a new mobile friendly image */
  .home .wp-block-cover {
    background-image: url("https://dmxplorations.com/wp-content/uploads/2026/02/Polar-bear-inside-cave-mobile-1080x1920-lighter-3.jpg") !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }

}

@media (max-width: 767px) {

  body.home {
    --wp--preset--color--white: #273748;
  }

body.home .wp-block-cover :where(h1,h2,h3,h4,h5,h6,p,span,li) {
  color: #273748 !important;
}

/* Keep normal links navy on mobile if you want */
body.home .wp-block-cover a:not(.wp-block-button__link) {
  color: #273748 !important;
}


  body.home :where(.has-white-color, .has-text-color, .has-link-color) {
    color: #273748 !important;
  }

  body.home .wp-block-social-links svg path {
    fill: #273748 !important;
  }

}

@media (max-width: 767px) {

  body.home .wp-block-site-logo img {
    content: url("https://dmxplorations.com/wp-content/uploads/2026/02/DMXplorations-Linear-Logo-blue.png") !important;
  }

}

@media (max-width: 767px) {

  body.home p {
    font-weight: 500 !important;
  }

}
@media (max-width: 767px) {

  body.home .wp-block-button .wp-block-button__link,
  body.home .wp-block-button .wp-block-button__link:visited,
  body.home .wp-block-button .wp-block-button__link:hover,
  body.home .wp-block-button .wp-block-button__link:active {
    color: #fff !important;
    --wp--preset--color--link: #fff;
  }

}
@media (max-width: 767px) {

  body.home p.sara-via {
    font-size: 1.2rem !important;
  }

}