.bg-white {
	background: white;
}
.bg-cyan40 {
	background: rgba(160, 220, 240, 0.9);
}
.img-center {
	margin: 0 auto;
}
.card {
	background: white;
	border: 1px solid darkgrey;
	border-radius: 3px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding-top: 3vh;
	padding-bottom: 3vh;
}
.strong {
	font-weight: bold; 
}
.title {
	text-align: center;
	font-size: 2em;
	color: white;
	text-shadow: 2px 2px 2px #555555;
}
.transparent {
	opacity: 0.5;
}
.translucide {
	opacity: 0.9;
}
body {
	font-family: catamaran,"Helvetica Neue",Helvetica,Arial,sans-serif;
}