/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 14 2026 | 08:59:07 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.gl-breadcrumbs-or {
	font-family: 'Arial' !important;
	font-weight: 600 !important;
	font-size: .75rem !important;
	margin: .5rem;
}

.gl-h1-or {
	margin: 1rem;
}

.gl-banner-label {
	font-family: 'Arial' !important;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: #cca000;
	margin: .5rem;
}

gl-project-dots {
  display: flex !important;
	flex-direction: row;
  justify-content: center !important;
  gap: 8px !important;
  margin-bottom: 1.5rem !important;
}

.gl-dot {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: rgba(204,160,0,0.25) !important;
  border: 1px solid rgba(204,160,0,0.4) !important;
}

