

/* CSS Reset */
body, header, nav, main, footer, img, h1, h3 {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Style rules for body and images */
body {
  background-color:#2a1f14;
;
}

img {
  max-width: 100%;
  display: block;
}

/* Style rules for navigation area */
nav {
  background-color: #2a1f14;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

nav li {
  display: inline-block;
  font-family: Verdana,Arial, sans-serif;
  font-size: 1.25em;
  font-weight: bold;
}

nav a {
  display: block;
  color: #f6eee4;
  padding: 0.5em 0.5em;
  text-decoration: none;
}

nav a:hover {
  background-color: #4d3319;
}

/* Style rules for main content */
main, main p, main h3, #action, .contact {
  padding: 2%;
  font-family: Verdana, Arial, sans-serif;
}

main {
  padding: 2%;
  font-family: Verdana, Arial, sans-serif;
}

main p {
  font-size: 1.25em;
}

main h3 {
  font-size: 2%;
  padding-top: 2%;
}

#action {
  color: #4d3319;
  font-weight: bold;
  font-style: italic;
  font-size: 1.75em;
  text-align: center;
}

.contact {
  text-align: center;
}

/* Style rules for footer content */
footer {
  text-align: center;
  font-size: 0.85em;
  background-color: #2a1f14;
  color: #6f6ee4;
  text-decoration: none;
}

footer a {
  color: #f3e6d8;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}
