

	:root {
		--main-color: #d7f64d;
		--main-color-80: #d7f64dcc;
		--main-color-60: #d7f64daa;
		--main-color-40: #d7f64d66;
		--main-color-20: #d7f64d33;
	}
		


	.btn {
		border-radius: none !important;
		-moz-border-radius: none !important;
		-webkit-border-radius: none !important;
	}

	.btn-yellow {
				color: #000 !important;
							background: #d7f64d !important;
			border: 2px solid #d7f64d !important;
			}
	.btn-yellow:hover,
	.btn-yellow:focus {
		background: #fff !important;
								color: #000 !important;
						border: 2px solid #d7f64d !important;
			}
	footer .socials > p:first-child > a {
		color: #000;
	}
	header .alt_link a {
		background-image: url(../../img/icn-accessability_black.svg);
	}
	.top_nav .search_button {
		background-image: url(../../img/icn-search_black.svg);
	}

