@charset "UTF-8";
/* CSS Document */

h4 {
	font-family: 'Josefin Slab', serif;
	font-weight: 300;
	color: #ffffff;
	font-size: 18px;
	line-height: 25px;
	text-align: justify;
}

eventname {
	font-family: 'Josefin Slab', serif;
	font-weight: 300;
	color: #ffffff;
	font-size: 24px;
	line-height: 36px;
	text-align: justify;
}

header {
	font-family: 'Josefin Slab', serif;
	font-weight: 100;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 55px;
	line-height: 95px;
	text-align: left;
	text-shadow: 11px 11px 15px #000000;
}

#content {
	margin: 4vh 0%;
	width: 100%;
}

#leftcontent {
	width: 48%;
	float: left;
}

#rightcontent {
	width: 48%;
	float: right;
}


@media only screen and (max-width: 750px) {
#leftcontent {
	width: 98%;
	float: none;
}

#rightcontent {
	margin-top: 25px;
	width: 98%;
	float: none;
}

}

@media only screen and (max-width: 750px) {
#content {
	margin: 4vh 5%;
	width: 90%;
}

}