/*your custom css goes here*/
.top-navbar.bg-white.border-bottom.border-soft-secondary.z-1035 {
	background-color: #008080 !important;
	color: #fff !important;
}

.bg-white.border-top.border-gray-200.py-1 {
	background-color: #008080 !important;
	color: #fff;
}

.opacity-60 {
	opacity: 1 !important;
}

section.bg-dark.py-5.text-light.footer-widget {
	background-color: #008080 !important;
	color: #fff;
}

footer.pt-3.pb-7.pb-xl-3.bg-black.text-light {
	background-color: #008080 !important;
}

footer.pt-3.pb-7.pb-xl-3.bg-black.text-light {
	border-top: solid black 1px;
}

span.d-block.opacity-70 {
	opacity: 1 !important;
}

a.opacity-50.hov-opacity-100.text-reset {
	opacity: 1 !important;
}