body {
	font-family: 'Gudea', sans-serif;
}
.block-fill-height {
  height: 100vh;
}

.text-primary {
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:bold;
}

.flex {
	display:flex;
	justify-content:center;
	align-items:center;
}

.fluid {
	width:100% !important;
}

.fixed {
	position:fixed;
	bottom:0;
}

.alert-danger {
	background-color:#FF5252;
	border-color: #D50000;
	color:#f3f3f3;
}

.btn-fluid {
	width:100% !important;
	margin-top:.5em;
	margin-bottom:.5em;
}

