* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Nunito, sans-serif;
}

.ls-container a {
	text-decoration: none;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	font-weight: 400 !important;
	display: inline-block;
}

#slider-contact a {
	color: #333;
	padding: 0 10px;
	border-radius: 20px;
	background-color: #ccc;
}

#slider-contact a:hover {
	color: black;
	background-color: #b4b4b4;
}

#slider-freebies a {
	color: #c7f8ff;
}

#slider-freebies a:hover {
	color: white;
}