body,h1,h2,h3,h4 {
	font-family: "Barlow", sans-serif;
}

.org_intro{
	margin:1rem 0 0 0;
	padding:2rem;
	border-radius: 2rem 2rem 0 0;
	box-shadow: 1rem;
	border: solid 0.1rem rgba(0, 0, 0, 0.1);
	background: #fff;
}

.org_logo {
	border-radius: 0.5rem 0.5rem 0 0;
}
.socials a {
	font-size: 1rem;
	color: #fff;
	text-decoration: none;
	margin:0.2rem;
}
.socials a:hover{	
	color: #fff;
}

.eventslist{
	background-color: #fff;
	padding:2rem 0 2rem;
}
.event_card{
	position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #000;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .5rem;
  color:#fff;
}
.event_dates{
	background-color: #993F01;
	max-width: 200px;
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 0.7rem;
	font-weight: 800;
	margin: 1rem 1rem 0;

}
.event_poster{
	border-radius: 1rem 1rem;
}
.event_date h2{
	font-size: 3rem;
	font-weight: 800;
}
.event_month p{
	border-top: solid 0.12rem #fff;
	font-size: 1.3rem;
	margin-bottom:0;
	text-transform: uppercase;
}
.event_time p{
	border: solid 0.1rem #fff;
	text-transform: uppercase;
}
.tickets_card{
	margin: 1rem 0 1rem;
	padding:1rem;
	color:#000;
}
footer{
	text-align: center;
	color:#fff;
	font-size: 0.8rem;
	padding-top:1rem;
}