/*
Theme Name:    Beaver Builder Child Theme
Description:   Child Theme for Beaver Builder
Version:       1.0.0
Author:        Michael Mia
Author URI:    https://bmg.michaelmia.me/
Template:      bb-theme
License:       GNU General Public License v2 or later
License URI:   http://www.gnu.org/licenses/gpl-2.0.html
*/
html {
	font-size: 18px;
}
.fl-module-heading {
	text-transform: capitalize;
	line-height: 1em;
	letter-spacing: 1px;
}
h1 {
	font-size: clamp(2.1875rem, -1.0178rem + 6.6865vw, 5rem) !important;
}
h2 {
	font-size: clamp(1.75rem, 0.8952rem + 1.7831vw, 2.5rem) !important;
}
h3 {
	font-size: clamp(1.375rem, 0.5202rem + 1.7831vw, 2.125rem) !important;
}
h4 {
	font-size: clamp(1.125rem, 0.5552rem + 1.1887vw, 1.625rem) !important;
}
.fl-theme-builder-header-sticky.fl-theme-builder-header-scrolled #logo img {
    max-height: 70px !important;
}

#areas-we-serve .labb-carousel-item {
    background: #fff !important;
    padding: 2em !important;
    border-radius: 20px;
}
#areas-we-serve .labb-carousel-item h3 {
    line-height: 1em;
    margin: 0 0 20px 0;
    font-size: clamp(1.125rem, 0.6976rem + 0.8915vw, 1.5rem) !important;
}
#areas-we-serve .slick-slide {
    padding: 10px;
}