/*
Theme Name: UnderStrap Child
Theme URI: https://wp-themes.com/understrap
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress UnderStrap child theme.
Template: understrap
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: understrap-child
*/
.bg-primary {
  background-color: transparent !important;
	color:black;
}
#wrapper-static-hero {
  background-color: transparent !important;
}
.navbar > .container-fluid {
	flex-direction: column;
}
.navbar-brand {
  color:black;
}
.banner-columns {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width:100%;
	max-width: 2024px;
	margin: auto;
}
.nav-link {
    color:black;
  }