@import url(/templates/OnePagePegasus_master/styles.css);

:root {
	--primary: #FBC02D;
	--secondary: #212429;
    --tertiary: #2c3036;
    --gradient:#836417;
}
.L9 #mainmenu.fixed li.selected > a:not(.profile),.L9 #contact-section .contact-details a,
.L9 #contact-section .contact-details a:visited,.L9 #contact-section .contact-details a:focus,
.L9 .contactform .submit > input {
    color: var(--primary);
}
html, body.L9,#mainmenu-container,.L9 #mainSlideshow .loader,.L9 .contactform,.L9 .contactform .submit > input:hover,
.L9 #mainmenu li > a:not(.profile):hover,.L9 #profile-section .toggler,#services-container .services-item {
    color: var(--secondary);
}
.L9 #mainmenu li > a:not(.profile):hover,.L9 #gallery-section .gallery-control,
.L9 #mainmenu.fixed li.selected > a:not(.profile),.L9 .contactform .submit > input:hover,
.L9 #profile-section .toggler,#services-container,#moveToTop {
    background-color: var(--primary);
}
.L9 .indicator.active,.L9 #contact-section,#l2footer {
    background-color: var(--secondary);
}
.L9 #contact-section .cd-container {
    background-color: var(--tertiary);
}
.L9 #indicators {
    background-image: linear-gradient(
		to right,
		var(--primary),
		var(--gradient)
	);
}
@media screen and (max-width: 767px) {
    .L9 #contact-section {
		background: linear-gradient(var(--primary) 0%, var(--tertiary) 30%);
	}
}