@charset "UTF-8";
/* CSS Document */



#homeHero {
	background: url("../images/DannyHargrove-Gfx-sectionBg-FlagMontage.jpg") top left no-repeat;
	background-attachment: fixed;
}


/* hero */

.jumbotron {
	padding: 10rem 2rem !important;
}


/* nav */

.bg-dark {
	background-color: #000000 !important;
}

.navbar-dark {
	background-color: #000000;
} 

/* typography */

h1, h2, h3 {
	font-family: arbutus;
	
	
}

/* colors */

.scolight {
	color: #EAEAEA;
}