/* CSS Document */

@charset "UTF-8";

.post_content h1 {
	font-size: 2rem;
	font-weight: 800;
	letter-spacing: 0.16em;
}

@media screen and (max-width: 900px) {
	.post_content h1 small {
		margin: 0.25rem 0;
	}
}

@media screen and (max-width: 736px) {
	.post_content h1 {
		font-size: 23px;
	}

	.post_content h1 small {
		font-size: 16px;
	}
}

p.grey {
	margin: 0 0 0.5rem;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 2;
	color: #6f6967;
}

p.grey2 {
	font-size: 1em;
	font-weight: bold;
	color: #594E4A;
}

@media screen and (max-width: 736px) {
	p.grey {
		font-size: 16px;
	}
}

div#EventInfo {
	margin: 4.5rem 0;
	padding: 50px;
	background: #f8f8f8;
	border: 1px #ADADAD solid;
	box-shadow: 0 4px 3px 0 #DDD;
}
@media screen and (max-width: 736px) {
	div#EventInfo {
		margin: 3.5rem 0;
		padding: 35px 20px;
		box-shadow: 0;
	}
}

div#EventInfo h3 {
	font-weight: bold;
}
@media screen and (max-width: 736px) {
	div#EventInfo h3 {
		font-size: 1.4375rem;
	}
}