body {
  background-color: #E8D5B0 !important;
  color: #1A0A04 !important;
}

p {
  font-family: Arial, Helvetica, sans-serif !important;
  color: #1A0A04 !important;
  line-height: 1.75 !important;
}

a {
  color: #C0111F !important;
  text-decoration: none !important;
}

a:hover {
  color: #8B0C15 !important;
  text-decoration: underline !important;
}

h1 {
  font-family: Impact, Arial, sans-serif !important;
  color: #C0111F !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  line-height: 1.1 !important;
}

h2 {
  font-family: Georgia, serif !important;
  color: #C9A84C !important;
  font-style: italic !important;
  font-weight: 400 !important;
}

h3 {
  font-family: Arial, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: #C0111F !important;
}

h4 {
  font-family: Arial, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: #8B5E1A !important;
}

nav {
  background-color: #1A0A04 !important;
  border-bottom: 2px solid #C0111F !important;
}

nav a {
  color: #C9A84C !important;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}

nav a:hover {
  color: #F5DEB3 !important;
  text-decoration: none !important;
}

button {
  background-color: #C0111F !important;
  color: #F5DEB3 !important;
  font-family: Arial, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  padding: 12px 24px !important;
  border: none !important;
  border-radius: 1px !important;
  cursor: pointer !important;
}

button:hover {
  background-color: #8B0C15 !important;
  color: #F5DEB3 !important;
}

input[type="submit"] {
  background-color: #C0111F !important;
  color: #F5DEB3 !important;
  font-family: Arial, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  padding: 12px 24px !important;
  border: none !important;
  border-radius: 1px !important;
  cursor: pointer !important;
}

input[type="submit"]:hover {
  background-color: #8B0C15 !important;
}

input[type="text"] {
  border: 1px solid #C9A84C !important;
  border-radius: 2px !important;
  background-color: #FFFDF9 !important;
  color: #1A0A04 !important;
  padding: 10px 12px !important;
}

input[type="email"] {
  border: 1px solid #C9A84C !important;
  border-radius: 2px !important;
  background-color: #FFFDF9 !important;
  color: #1A0A04 !important;
  padding: 10px 12px !important;
}

input[type="tel"] {
  border: 1px solid #C9A84C !important;
  border-radius: 2px !important;
  background-color: #FFFDF9 !important;
  color: #1A0A04 !important;
  padding: 10px 12px !important;
}

input[type="password"] {
  border: 1px solid #C9A84C !important;
  border-radius: 2px !important;
  background-color: #FFFDF9 !important;
  color: #1A0A04 !important;
  padding: 10px 12px !important;
}

select {
  border: 1px solid #C9A84C !important;
  border-radius: 2px !important;
  background-color: #FFFDF9 !important;
  color: #1A0A04 !important;
  padding: 10px 12px !important;
}

textarea {
  border: 1px solid #C9A84C !important;
  border-radius: 2px !important;
  background-color: #FFFDF9 !important;
  color: #1A0A04 !important;
  padding: 10px 12px !important;
}

label {
  color: #1A0A04 !important;
  font-weight: 600 !important;
  font-family: Arial, sans-serif !important;
}

footer {
  background-color: #0D0502 !important;
  border-top: 1px solid #C9A84C !important;
  color: #C9A84C !important;
  text-align: center !important;
  padding: 14px 20px !important;
}

footer a {
  color: #C9A84C !important;
}

footer a:hover {
  color: #F5DEB3 !important;
}