/*
Theme Name: Huntcaro Fixed
Theme URI: https://huntcaro.com
Author: Huntcaro Team
Description: Functional WordPress theme with corrected image paths and landing page.
Version: 1.1
*/

body {
  margin: 0;
  font-family: 'Comic Sans MS', cursive;
  background-color: #fef8ec;
  color: #2d2d2d;
}
header.hero {
  background: url('<?php echo get_template_directory_uri(); ?>/assets/images/huntcaro-hero.jpg') no-repeat center center;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  padding-bottom: 40px;
}
.hero h1 {
  background-color: rgba(255,255,255,0.85);
  padding: 20px 40px;
  font-size: 3rem;
  border-radius: 20px;
  color: #007849;
}
section {
  padding: 60px 20px;
  max-width: 900px;
  margin: auto;
}
section h2 {
  color: #007849;
  font-size: 2rem;
  margin-bottom: 20px;
}
footer {
  text-align: center;
  padding: 20px;
  background-color: #e6f2ea;
}
.btn {
  background-color: #ffd700;
  color: #2d2d2d;
  padding: 10px 20px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: bold;
}
