html,
body {
	font-family: "Open Sans", serif;
	font-size: 16px;
	line-height: 1.5;
	background: #ecf0f3;
}
nav.navbar {
	border-top: 4px solid #276cda;
	margin-bottom: 1rem;
}
.navbar-item.brand-text {
	font-weight: 300;
}
.navbar-item,
.navbar-link {
	font-size: 14px;
	font-weight: 700;
}
.menu-label {
	color: #8f99a3;
	letter-spacing: 1.3;
	font-weight: 700;
}
.menu-list a {
	color: #0f1d38;
	font-size: 14px;
	font-weight: 700;
}
.menu-list a:hover {
	background-color: transparent;
	color: #276cda;
}
.menu-list a.is-active {
	background-color: transparent;
	color: #276cda;
	font-weight: 700;
}
.card {
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
	margin-bottom: 2rem;
}
.card-header-title {
	color: #8f99a3;
	font-weight: 400;
}
.info-tiles {
	margin: 1rem 0;
}
.info-tiles .subtitle {
	font-weight: 300;
	color: #8f99a3;
}
.hero.welcome.is-info {
	background: #36d1dc;
	background: -webkit-linear-gradient(to right, #5b86e5, #36d1dc);
	background: linear-gradient(to right, #5b86e5, #36d1dc);
}
.hero.welcome .title,
.hero.welcome .subtitle {
	color: hsl(192, 17%, 99%);
}
.card .content {
	font-size: 14px;
}
.card-footer-item {
	font-size: 14px;
	font-weight: 700;
	color: #8f99a3;
}
.card-footer-item:hover {
}
.card-table .table {
	margin-bottom: 0;
}
.events-card .card-table {
	max-height: 250px;
	overflow-y: scroll;
}
/* KEEP FOOTER AT THE BOTTOM */
#page-container {
	position: relative;
	min-height: 100vh;
}

#content-wrap {
	padding-bottom: 14rem; /* Footer height */
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 12rem; /* Footer height */
}
