.jumbotron h1{
	color: #fff;
    font-size: 64px;
    font-weight: 700;
	text-shadow: 0 1px 5px #222222;
}

.jumbotron p{
	color: #fff;
	font-weight: 300;
	text-shadow: 0 1px 5px #222222;
	margin-bottom: 30px;
}

a.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

.thumbnail {
  height: 180px;
  object-fit: cover;
}

.date-card{
	background-color: #eb3223;
	color: white;
	height: 130px;
	width: 100px;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	box-shadow: rgba(0, 0, 0, 0.5) 0 0 3px;
	align-content: center;
	text-align: center;
	border-radius: 0.3rem;
}

.dc-month{
	margin-top: 5px;
	font-size: large;
}

.dc-day{
	font-size: 45px;
	margin-bottom: -6px;
	margin-top: -6px;
}

.dc-time{
	font-size: large;
}

#schedule-container{
	background-color: rgba(0,0,0,.03);
	border-radius: 0.3rem;
	margin-bottom: 30px;
	border: 1px solid #ccc;
}

.schedule-event{
	margin-top: 15px;
	padding-left: 5px;
	margin-bottom: -10px;
}

.schedule-spacer{
	width: 100%;
	border-bottom: 3px solid #eb3223;
}

#aed-container{
	margin-top: 40px;
	margin-bottom: 50px;
}

#contact-container{
	background-color: rgba(0,0,0,.03);
	border-radius: 0.3rem;
	margin-bottom: 30px;
	padding: 20px;
	border: 1px solid #ccc;
}
