/*
Theme Name: Cody Does Websites - Industrial Theme
Theme URI: https://codydoeswebsites.com/
Author: Cody Wilson
Author URI: https://codydoeswebsites.com/
Description: A bold, industrial modern WordPress theme built for Elementor and JetEngine.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cdw-industrial
Tags: custom-background, custom-logo, custom-menu, featured-images, theme-options, translation-ready
*/

body {
  font-family: 'Inter', sans-serif;
  background-color: #1d1d1d;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Bebas Neue', sans-serif;
  text-transform: uppercase;
  color: #eaeaea;
}

a {
  color: #A4FF00;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

section {
  padding: 5rem 1rem;
}

.hero {
  background-color: #2C2C2C;
  text-align: center;
  padding: 8rem 2rem;
}

.hero h1 {
  font-size: 4rem;
  color: #ffffff;
}

.hero .cta-button {
  background-color: #A4FF00;
  color: #1d1d1d;
  padding: 1rem 2rem;
  font-weight: bold;
  display: inline-block;
  margin-top: 2rem;
}

.services, .portfolio, .why-cdw {
  background-color: #1d1d1d;
}

.cta-section {
  background-color: #A4FF00;
  color: #1d1d1d;
  text-align: center;
  padding: 4rem 1rem;
}

footer {
  background-color: #111111;
  color: #777;
  text-align: center;
  padding: 2rem;
  font-size: 0.9rem;
}

.elementor-widget-heading h2 {
  color: #ffffff;
}

.elementor-widget-button a {
  background-color: #A4FF00;
  color: #1d1d1d;
  font-weight: 600;
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 2.5rem;
  }
  section {
    padding: 3rem 1rem;
  }
}
