/**
 * Theme Name:       Springs Inc.
 * Theme URI:        https://www.springsinc.com
 * Description:      Springs Inc. is a custom child theme built on the Genesis Framework utilizing Mai Engine 2.0.
 * Author:           Flying Orange
 * Author URI:       https://www.flyingorangewebdesign.com/
 * Version:          1.0
 * Text Domain:      springs
 * Template:         genesis
 * Template Version: 3.5
 * License:          GPL-2.0-or-later
 * License URI:      http://www.gnu.org/licenses/gpl-2.0.html
 */

/* Table of Contents

	- Defaults
	- Theme Customizations
	- Media Queries

*/

/* # Defaults
---------------------------------------------------------------------------------------------------- */

:root {
	--color-border: var(--color-secondary);
	--h3-font-size: var(--font-size-lg);
}

.nav-header { 
	--menu-font-size: var(--font-size-md);
	--menu-font-weight: var(--heading-font-weight);
	--menu-item-link-color: var(--color-body);
	--menu-item-link-color-hover: var(--color-primary);
	--menu-item-link-text-decoration: none;
	--menu-item-link-text-decoration-hover: none;
	--sub-menu-font-size: var(--font-size-sm);
}

.content-sidebar-wrap a {
	font-weight: var(--heading-font-weight);
	text-decoration: underline;
}

.button {
	border-radius: 0;
	font-size: var(--font-size-sm);
	font-weight: 700;
}

a.button {
	text-decoration: none;
}

/* # Theme Customizations
---------------------------------------------------------------------------------------------------- */

.page-header-title {
	font-size: var(--font-size-xxl);
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */