@charset "utf-8";
/* CSS Document */

.link-pink {
	color: #dc475b !important;

    transition: 0.5s;
}
	.link-pink:hover {
		color: #333333;
	}

.link-pink-sm {
	font-family: 'PT Sans', sans-serif !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	color: #dc475b !important;

	display: block;
	margin-top: -2px;
	margin-bottom: 6px;

    transition: 0.5s;
}
	.link-pink-sm:hover {
		color: #333333;
	}

.link-white {
	color: #fff !important;
}
	.link-white:hover {
		color: #fff !important;
	}

.link-green {
	color: #47C9A2 !important;
}
	.link-green:hover {
		color: #40B592 !important;
	}

.link-grey {
	color: #d8d7d1 !important;
}
	.link-grey:hover {
		color: #c1bfb4 !important;
	}
