/*
Theme Name: OC Street Soccer
Author: OC Street Soccer Team
Description: A custom theme for OC Street Soccer with a street-inspired design.
Version: 1.0
*/

body {
  background-image: url('https://www.ocstreetsoccer.com/wp-content/uploads/2025/07/grafitti-city-scaled.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  background-color: #0e1a2b;
  color: #fff;
  text-align: center;
}

header {
  background-color: #f8f1e7;
  padding: 40px 20px 20px;
  text-align: center;
}

header p {
  font-size: 20px;
  font-weight: 400;
  color: #1a1a1a;
}

.video-section video {
  width: 100%;
  height: auto;
  max-height: 70vh;
  object-fit: cover;
}

.mission-section {
  background-color: rgba(19, 44, 68, 0.85);
  padding: 60px 20px;
}

.mission-section h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #ff7f11;
}

.mission-section p {
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto;
  color: #e2e8f0;
}

.middle-section {
  background-color: rgba(19, 44, 68, 0.85);
  padding: 60px 20px;
}

.middle-section h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #ff7f11;
}

.middle-section p {
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto;
  color: #e2e8f0;
}

.connect-section {
  background-color: rgba(31, 41, 55, 0.85);
  padding: 60px 20px;
}

.connect-section a {
  font-size: 18px;
  padding: 14px 28px;
  background: #ff7f11;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  transition: background 0.3s ease;
  margin: 0 10px;
}

.connect-section a:hover {
  background: #e06600;
}
