/*
Theme Name: Sustainability Awakening
Theme URI: https://sustainabilityawakening.com
Author: Your Name
Author URI: https://sustainabilityawakening.com
Description: A modern, Bootstrap-based, SEO-optimized theme.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: sustainability-awakening
*/
body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
}
a {
  color: #2c8f2d;
}
a:hover {
  color: #1f6f1c;
}
.hero {
  background: url('path-to-hero-image.jpg') center/cover no-repeat;
  padding: 120px 0;
  color: white;
  text-align: center;
}
