form {
margin: 0;
padding: 0;
}

.dt-heading-line {
display:block;
clear: both;
margin-top: 30px;
margin-bottom: 20px;
text-align:center;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box; 
box-sizing:border-box;
}
	
.dt-heading-line span {
display:inline-block;
font-style:normal; 
font-weight:normal; 
font-family: 'Slabo 27px', serif;
font-size: 20px;
color: #c0bfbf;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box; 
box-sizing:border-box;
}
	
.dt-heading-line .dt-divider {
width:10%;
display:inline-block;
background-color:#c0bfbf;
height:1px;
margin:5px 10px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box; 
box-sizing:border-box;
}

.eventBlock {
display: block;
box-sizing: border-box;
clear: both;
overflow: auto;
max-width: 1600px;
min-height: 210px;
margin: 0 auto;
margin-bottom: 15px;
text-align: left;
padding: 10px;
border: #dedddd 1px solid;
background-color: white;
}
	.column1 {
	display: block;
	float: left;
	box-sizing: border-box;
	width: 30%;
	height: auto;
	}
	.column1 img {
	width: 100%;
	height: auto;
	}
	.column2 {
	display: block;
	float: right;
	box-sizing: border-box;
	width: 70%;
	height: auto;
	text-align: left;
	padding-left: 20px;
	}
		.dateText {
		font-family: 'Francois One', sans-serif;
		font-size: 28px;
		color: #5e893a;
		text-decoration: none;
		font-weight: bold;
		text-align: left;
		}
		.eventTitle {
		font-family: 'Francois One', sans-serif;
		font-size: 24px;
		color: #363638;
		text-decoration: none;
		font-weight: bold;
		text-align: left;
		line-height: 32px;
		}
		.eventText {
		display: block;
		box-sizing: border-box;
		clear: both;
		font-family: 'Slabo 27px', serif;
		font-size: 23px;
		color: #2d2d2d;
		text-decoration: none;
		font-weight: 400;
		text-align: left;
		margin-top: 15px;
		}
		.eventText a:link, .eventText a:visited {
		font-family: 'Slabo 27px', serif;
		font-size: 23px;
		color: #2d2d2d;
		text-decoration: underline;
		font-weight: bold;
		}
		.eventText a:active, .eventText a:hover {
		font-family: 'Slabo 27px', serif;
		font-size: 23px;
		color: #363638;
		text-decoration: underline;
		font-weight: bold;
		}
	.singleColumn {
	display: block;
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	text-align: left;
	}		

.responsiveCal {
position: relative; padding-bottom: 50%; height: 0; overflow: hidden;
}
.responsiveCal iframe {
position: absolute; top:0; left: 0; width: 100%; height: 100%; margin: 5px 0;
}

@media screen and (max-width: 700px) {
	.eventBlock {
	overflow: hidden;
	}
	.dateText { font-size: 24px; }
	.eventTitle { font-size: 20px; }
	.eventText, .eventText a:link, .eventText a:visited, .eventText a:active, .eventText a:hover { font-size: 20px; }
	.column1 {
	max-width: initial;
	width: 100%;
	float: none;
	padding: 3px;
	}
	.column1 img {
	margin-left: auto;
	margin-right: auto;
	}	
	.column2 {
	float: none;
	max-width: initial;
	width: 100%;
	}		
}