/*
Theme Name: Snowberry Client Theme
Theme URI: https://snowberrymedia.com
Version: 1.0
Description: A starting point for custom development.
Author: The Snowberry Team
Author URI: https://snowberrymedia.com
template: bb-theme
*/

/************************************************************
 * GENERAL
 ***********************************************************/

:root {
	--blue: #18275e;
	--yellow: #ffcd38;
	--bright: #223887;
	--brighter: #4c71f6;
	--dark: #0e1635;
	--yellow-faded: #ffda6b;
	--heading-font: "Exo 2", sans-serif;
	--body-font: "Roboto", sans-serif;
}

h2 .fl-heading-text {
    position: relative;
}

h2 .fl-heading-text::before {
    content: '';
    width: 30px;
    height: 3px;
    background: var(--brighter);
    position: absolute;
    left: 0;
    bottom: -6px;
}

h2 .fl-heading-text::after {
    content: '';
    width: 80px;
    height: 3px;
    background: var(--brighter);
    position: absolute;
    left: 34px;
    bottom: -6px;
}

/************************************************************
 * HEADER
 ***********************************************************/

#menu-header-nav li {
	margin-left: 10px;
	margin-right: 10px;
}

.nav-button {
	margin-left: 25px !important;
	margin-right: 0 !important;
}

.nav-button a {
	font-family: var(--heading-font);
	background: var(--yellow);
	color: var(--blue);
	padding: 15px 30px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.nav-button:hover,
.nav-button a:hover {
	background: var(--yellow-faded) !important;
	color: var(--blue) !important;
}

/************************************************************
 * FOOTER
 ***********************************************************/

/************************************************************
 * FORMS
 ***********************************************************/

/************************************************************
 * PAGES
 ***********************************************************/

/************************************************************
 * OTHER
 ***********************************************************/