/**
 * Theme Name:       Mai Delight
 * Theme URI:        https://bizbudding.com/mai-theme/
 * Description:      Mai Delight child theme for the Genesis Framework.
 * Author:           BizBudding
 * Author URI:       https://bizbudding.com/
 * Version:          2.1.1
 * Text Domain:      mai-delight
 * Template:         genesis
 * Template Version: 3.3.5
 * License:          GPL-2.0-or-later
 * License URI:      http://www.gnu.org/licenses/gpl-2.0.html
 */

:root {
    --content-sidebar-wrap-margin-bottom: var(--spacing-xxl);
}

.entry-title {
    font-size: var(--entry-title-font-size, var(--font-size-xxxl));
}
h1 {
    font-size: var(--h1-font-size, var(--font-size-xxxl));
}
h2 {
    font-size: var(--h2-font-size, var(--font-size-xxl));
}
.site-inner {
	background: url(https://sla-dc.com/dev/wp-content/uploads/cream_pixels.png) repeat;
}
body:not(.has-alignfull-first) .entry-wrap-single {
    margin-bottom: 0;
}
.menu {
	    font-size: 16px;
}
.tight {
	margin-bottom: 0;
}
.homebanner {
	background: rgba(0,36,70,.7);
}
.teambanner {
	background: rgba(255,255,255,.80);
}
.home-h1 {
	font-size: 18px;
	line-height: 1.6;
}
