/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 


#home-blog {
	background-color: #f2f2f2;
}
h1 {
	color: #cd7a2f;
}
h2, h3, h4, h5, h6 {
	color: #003366;
	font-weight:900;
}
a {
	color: #cd7a2f;
}

#home-hero h1 {
	color: #cd7a2f;
}
#home-hero .fl-row-content-wrap {
	display: flex;
	align-items: center;
	min-height: 69vmin;
	background-position: bottom center;
}

#menu-main li a, #menu-main-1 li a, .menu-main-container li a, .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li>a {
	color: #ccc;
	font-family: "Gothic A1",sans-serif !important;
	font-weight: 900;
}

.fl-page-nav ul li.current-menu-item a {
	color: #cd7a2f;
}


#page-hero .fl-row-content-wrap {
	display: flex;
	align-items: center;
	min-height: 50vmin;
	background-position: bottom center;
}
#page-hero .fl-row-content-wrap h1 {
	text-align: left;
	color: white;
}

.home-link a {
	font-size: 2rem;
	color: red;
}
.contact-part-two {
	font-size: 2rem !important;
}