body {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	background: #f0f0f0;
	/*background-image: url('body.png');*/
	background-repeat: repeat;
}

@font-face {
	font-family: 'FA';
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url("fa-solid-900.woff2") format("woff2"), url("fa-solid-900.ttf") format("truetype");
}


.mt-dirt-font {
	font-family: 'Rubik Dirt', sans-serif;
	font-weight: 400;
}

.mt-navigation-header {
	background: rgb(107, 107, 107);
	background: linear-gradient(180deg, rgba(66, 66, 66, 1) 0%, rgba(29, 29, 29, 1) 100%);
}

.mt-title-header {
	background: #606060;
}

.mt-title-header span {
	font-family: 'Rubik Dirt', sans-serif;
	font-weight: 400;
	color: white;
	font-size: 36pt;
}

.mt-bottom-border {
	border-bottom: 4px solid rgba(0, 0, 0, 0.1);
}

.mt-font-bebas {
	font-family: 'Bebas Neue', sans-serif;
}

.mt-font-nunito {
	font-family: 'Nunito Sans', sans-serif;
}

.mt-event-card {
	overflow: hidden;
	width: 384px;
	background-color: white;
	box-shadow: 0 0 1rem rgba(0,0,0,.35) !important;
}

.mt-event-card:hover
{
	box-shadow: 0 0 1rem rgba(255,0,0,.35) !important;
}


/* append a dummy flexbox at the end to fill the remaining content; moves the event cards in the last row to the left */
#mt-event-cards2::after
{
	content: "";
	flex:auto;
	width: 384px;
}

.mt-date-month
{
	color: red;
	font-size: 1.5rem;
	line-height: 1.5rem;
}

.mt-date-day
{
	font-weight: bold;
	font-size: 3rem;
	line-height: 3rem;
}

.mt-date-year
{
	font-size: 1.5rem;
	line-height: 1.5rem;
}

.mt-date-box
{
	text-align: center;
}

.mt-info-row
{
	padding-top: .2rem;
	padding-bottom: .2rem;
	background-color: #f0f0f0;
}

.mt-band-name
{
	font-weight: bold;
	font-size: 1.3rem;
	line-height: 1.7rem;
}
a
{
	text-decoration: none;
	color: inherit;
}
a:link,
a:visited,
a:hover,
a:active
{
	text-decoration: none;
	color: inherit;
}