body {
  font-family: sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  color: #333;
}

header {
  background-image:  url('images/Sedona_near_our_home.jpg');
  background-size: cover;
  background-position: center;
  color: white;
  padding: 2rem 1rem;
  text-align: center;
}

header nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

header nav li {
  margin: 0.5rem;
}

header nav a {
  color: white;
  text-decoration: none;
  padding: 0.5rem 1rem;
  font-weight: bold;
}

header nav a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}

.header-text {
    padding: 2rem 1rem;
}

.header-text h1, .header-text h2 {
    color: #fff;
}

.header-text h1 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 1rem 0;
}

.header-text h2 {
    font-size: 1.2rem;
    font-weight: normal;
}

main {
  max-width: 800px;
  margin: 2rem auto;
  padding: 2rem;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

section {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}

section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

h1, h2, h3, h4 {
  text-align: center;
  color: #333;
}

h1 { font-size: 2.2rem; }
h2 { font-size: 1.8rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.2rem; }

p {
    text-align: justify;
}

a {
  color: #007bff;
}

a:hover {
  text-decoration: none;
}

ul {
  padding-left: 20px;
}

footer {
  text-align: center;
  padding: 2rem 1rem;
  background-color: #333;
  color: #aaa;
}

footer a {
    color: #fff;
}
