/*
Theme Name: ATES Employment Strategies
Theme URI: https://www.atesworks.org
Author: Amy Tait
Author URI: https://www.atesworks.org
Description: A custom WordPress theme for Amy Tait Employment Strategies (ATES), a division of Art of God Ministry.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ates-theme
*/

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #ffffff;
  color: #000;
}
header {
  background-color: #663399;
  color: white;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header img {
  height: 60px;
}
header .logo-text {
  margin-left: 10px;
  font-size: 0.9em;
  color: #FFD700;
}
nav a {
  color: white;
  text-decoration: none;
  margin: 0 15px;
}
.hero {
  background-color: #FFD700;
  color: #663399;
  text-align: center;
  padding: 60px 20px;
}
.section {
  padding: 40px 20px;
}
.section h2 {
  color: #663399;
}
.highlight {
  color: #FFD700;
}
.profile img {
  max-width: 250px;
  border-radius: 12px;
}
footer {
  background-color: #663399;
  color: white;
  text-align: center;
  padding: 20px;
}
.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
}
.contact-form button {
  background-color: #FFD700;
  color: #663399;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}
