/*
 Theme Name:   NABA theme
 Theme URI:    https://totalwptheme.com/
 Description:  Theme for the NABA website
 Author:       A Mix of Pixels
 Author URI:   https://amixofpixels.com/
 Template:     Total
 Version:      1.0.2
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/** HEADER STYLES **/
#site-header.overlay-header {
	border-bottom: 1px solid rgba(255,255,255,.15);
}

/** HOME PAGE STYLES **/
.home-header-small {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 1.5px;
}

/** GENERAL STYLES **/
p.naba-quote {
	font-family: "Playfair Display", "Times New Roman", serif;
	font-size: 40px;
	line-height: 1.4em;
}

/** GRAVITY FORM STYLES **/
.gform-footer #gform_submit_button_1, .gform-footer #gform_submit_button_2 {
	background-color: var(--wpex-palette-21-color)!important;
}

.gform-footer #gform_submit_button_1:hover, .gform-footer #gform_submit_button_2:hover {
	background-color: var(--wpex-palette-28-color)!important;
}