/* Reori Technologies — custom overrides */

.header-logo img { max-height: 38px; width: auto; }

/* Hero — reduce height */
.custom-hero-row { min-height: 580px !important; }
.custom-element-wrapper.custom-element-8 { max-height: 580px; object-fit: cover; object-position: center; clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); }

/* Page header — override dark background for inner pages */
.page-header {
	background-color: var(--quaternary) !important;
	padding-top: 30px !important;
	padding-bottom: 30px !important;
	margin-bottom: 0 !important;
}
.page-header h1 {
	color: var(--dark) !important;
}
.page-header .breadcrumb li,
.page-header .breadcrumb li a,
.page-header .breadcrumb li::before {
	color: #777 !important;
}
.page-header .breadcrumb li a:hover {
	color: var(--primary) !important;
}
