/* Add here all your css styles (customizations) */

.container-boxed {
	margin-top: 2rem;
	padding-top: 1rem;
	border:solid 1px;
	border-color:#72c02c;
	border-radius:25px;
	background-color:rgba(255,255,255,.7);
}

.u-text-animation {
	text-shadow: 1px 1px #555;
}

#HomepageDots {
	background:url(/assets/img/bg/green.png);
	background-size:cover;
}