/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.section.dark.bg-color {
  background-color: #0f2542 !important;
}
.rounded-pill{
  background-color: #0f2542 !important;
}
.hero-title {
  color: #0f2542 !important;
}