/*
Theme Name: Baulerschmidt Belgians
Theme URI: https://fluxandfire.studio/
Author: Flux and Fire Studio
Author URI: https://fluxandfire.studio/
Description: A cinematic coastal block theme for Baulerschmidt Belgians, built for Gutenberg and the WordPress Site Editor.
Version: 0.2.0
Requires at least: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: baulerschmidt-belgians
Tags: block-patterns, full-site-editing, custom-colors, custom-logo, wide-blocks
*/

:root {
  --bb-midnight:#1A2425;
  --bb-navy:#1E3441;
  --bb-water:#396069;
  --bb-coral:#F4A986;
  --bb-gold:#E0925B;
  --bb-sand:#F6F0E7;
}
html{scroll-behavior:smooth}
body{background:#fff;color:var(--bb-navy)}
.wp-site-blocks{overflow:hidden}
.bb-header{position:absolute;top:0;left:0;right:0;z-index:20;background:linear-gradient(180deg,rgba(26,36,37,.84),rgba(26,36,37,.28),transparent);border:0}
.bb-header .wp-block-site-logo img{border-radius:999px;background:#fff;padding:3px}
.bb-header .wp-block-navigation a{color:#fff!important;text-shadow:0 1px 8px rgba(0,0,0,.55)}
.bb-header .wp-block-site-title a{color:#fff!important;text-decoration:none;text-shadow:0 1px 8px rgba(0,0,0,.55)}
.bb-hero{min-height:760px}
.bb-hero .wp-block-cover__background{background:linear-gradient(90deg,rgba(26,36,37,.77) 0%,rgba(30,52,65,.48) 35%,rgba(30,52,65,.08) 67%,transparent 100%)!important}
.bb-hero-copy{max-width:720px;padding-top:90px}
.bb-eyebrow{letter-spacing:.16em;text-transform:uppercase;font-size:.78rem;font-weight:700}
.bb-feature-grid>.wp-block-column{border-right:1px solid rgba(30,52,65,.13);padding-inline:1rem}
.bb-feature-grid>.wp-block-column:last-child{border-right:0}
.bb-icon{width:58px;height:58px;display:grid;place-items:center;margin-inline:auto;border-radius:50%;font-size:26px;line-height:1;color:#fff}
.bb-story-image img{width:100%;height:100%;object-fit:cover}
.bb-stat-grid>.wp-block-column{border-right:1px solid rgba(255,255,255,.25)}
.bb-stat-grid>.wp-block-column:last-child{border-right:0}
.bb-footer a{color:inherit;text-decoration:none}.bb-footer a:hover{text-decoration:underline}
@media(max-width:900px){
 .bb-header{position:relative;background:var(--bb-navy)}
 .bb-hero{min-height:650px}
 .bb-hero .wp-block-cover__background{background:linear-gradient(180deg,rgba(26,36,37,.74),rgba(30,52,65,.42),rgba(30,52,65,.15))!important}
 .bb-hero-copy{padding-top:30px}
 .bb-feature-grid>.wp-block-column,.bb-stat-grid>.wp-block-column{border-right:0;border-bottom:1px solid rgba(30,52,65,.12);padding-bottom:1.25rem}
}
