/*
Theme Name: Custom Template Theme Bronze Final Fixed
Theme URI: http://example.com
Author: AI Generator
Description: A bronze-themed WordPress template with a working boat header image.
Version: 1.2
*/

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.site-header {
  background-color: #cd7f32;
  color: white;
  padding: 1rem;
  text-align: center;
}

.site-footer {
  background-color: #cd7f32;
  color: white;
  text-align: center;
  padding: 1rem;
}
.hero {
  background: url('images/boat-header.jpg') center/cover no-repeat;
}