/*
Theme Name: Kbuilds LTD
Theme URI: https://example.com/
Author: Kbuilds LTD
Author URI: https://example.com/
Description: Construction company landing page theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kbuilds
*/

:root {
  --hero-overlay: rgba(7, 16, 24, 0.72);
}

body {
  font-family: "Barlow", sans-serif;
}

.hero-bg {
  background-image: linear-gradient(var(--hero-overlay), var(--hero-overlay)), var(--hero-image);
  background-size: cover;
  background-position: center;
}

.cta-bg {
  background-image: linear-gradient(rgba(6, 20, 35, 0.75), rgba(6, 20, 35, 0.75)), var(--cta-image);
  background-size: cover;
  background-position: center;
}

.main-nav .current-menu-item > a,
.main-nav .current-menu-ancestor > a,
.main-nav .current_page_item > a,
.main-nav .current_page_ancestor > a {
  color: #ff6a00;
}
