body {
    background-color: #F2F2F2 !important;
    margin: 0 !important;
    padding: 0 !important;
}


.text-scattered {
    color: #038774;
}

.button-scattered {
    padding: 8px 16px;
    color: #038774;
    text-decoration: none;
    font-weight: bold;
    border-radius: 0px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
    transition: background-color 0.3s ease;
    font-family: sans-serif;
}

.button-scattered:hover {
    color: #017564;
  }

.same-height {
    height: 300px !important; /* set your preferred height */
    object-fit: cover; /* fills the height without stretching */
    width: 100%;
    object-position: 50% 30%;
  }

.object-middle {
    object-position: 50% 80% !important;
}

.bg-sketches {
    background: 
      linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)),
      url('../images/scattered/sketch-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .town-banner {
    background: url('../images/scattered/town-banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  @media (max-width: 768px) {
    .mobile-center {
      text-align: center;
    }
  }