body {
  background-image: url('../images/header-herrmans-ny.png');
  background-repeat: no-repeat;  /* Prevents the image from repeating */
  background-size: cover;  /* Ensures the image covers the entire viewport */
  background-position: center center;  /* Centers the image */
  background-attachment: fixed;  /* Keeps the background fixed during scrolling */
}

.header {
  background: transparent;
}