

	:root {
		--main-color: #aa2b8e;
		--main-color-80: #aa2b8ecc;
		--main-color-60: #aa2b8eaa;
		--main-color-40: #aa2b8e66;
		--main-color-20: #aa2b8e33;
	}
		

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

	.btn-yellow {
				color: #fff !important;
							background: #aa2b8e !important;
			border: 2px solid #aa2b8e !important;
			}
	.btn-yellow:hover,
	.btn-yellow:focus {
		background: #fff !important;
								color: #aa2b8e !important;
						border: 2px solid #aa2b8e !important;
			}

