section.hero .hero-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 90px 60px 0;
}

section.hero .hero-content-subline a {
	border-bottom: 1px solid;
}

.events .filters {
	display:flex;
	justify-content:center;
	padding:30px 0;
}

/*
.events .filters i {
	width:6px;
	height:6px;
	background: ;
	border-radius:3px;
	display:inline-block;
	margin:0 5px;
}
*/

.events .filters button {
	border-radius:20px;
	text-align:center;
	padding:10px;
	border:none;
	outline:none;
	margin:0 5px;
	cursor:pointer;
}

.events .filters button:hover {
	background:rgba(143, 41, 37, 0.7);
	color:white;
}

.events .filters button.is-checked {
	background:#8f2825;
	color:white;
}



@media (max-width: 748px) {
	section.hero .hero-content {
		/* padding-top: 40px; */
		padding: 40px 60px;
	}	
	
	.events .filters {
		padding:10px 0;
	}
	
	.button-group {
		display:flex;
		justify-content:center;
		flex-flow:wrap;
	}
	
	.events .filters button {
		padding:4px 5px 6px;
		border-radius:5px;
		margin-bottom:5px;
	}
	
	.events .filters i {
		width:100%;
		height:5px;
		background:transparent;
		line-height:1px;
	}
}