/*
Theme Name: TYJ Auto Services
Theme URI: https://tyjautoservices.com
Author: TYJ Auto Services
Description: Custom WordPress theme for a mobile mechanic business.
Version: 1.0
*/
body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #1a1a1a;
  color: #f1f1f1;
}
header {
  text-align: center;
  background-color: #0d0d0d;
  padding: 20px;
}
header img {
  height: 80px;
}
nav a {
  color: #61dafb;
  margin: 0 10px;
  text-decoration: none;
  font-weight: bold;
}
#hero {
  background: url('images/baptism-photo.jpg') center/cover no-repeat;
  padding: 100px 20px;
  text-align: center;
  color: white;
}
.cta-button {
  display: inline-block;
  background-color: #007acc;
  color: white;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}
section {
  padding: 40px 20px;
}
#services ul {
  list-style: none;
  padding-left: 0;
}
#services li {
  margin: 10px 0;
}
form input, form textarea, form button {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 10px auto;
  padding: 10px;
  border-radius: 5px;
  border: none;
}
form button {
  background-color: #007acc;
  color: white;
  font-weight: bold;
  cursor: pointer;
}
footer {
  text-align: center;
  padding: 20px;
  background-color: #0d0d0d;
}
