@font-face{
    font-family:"Copperplate";
    src:url("Fonts/482c612b-65b5-48d9-89c6-a8249eb2e68e.eot?#iefix");

    src:url("Fonts/482c612b-65b5-48d9-89c6-a8249eb2e68e.eot?#iefix") format("eot"),url("Fonts/c1f2bec2-bf3d-43ac-a0cc-053d98dd1f00.woff2") format("woff2"),url("Fonts/68f331d4-c107-4a64-8714-41f8ca158ff2.woff") format("woff"),url("Fonts/9a8f0476-9a0d-4841-bb98-eea32898fb49.ttf") format("truetype");
}


body {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #feef02;
	font-family: "Copperplate", sans-serif;
	font-size: 15px;
	color: #000000;
}

.center {
	max-width: 1200px;
	width: 92% !important;
	height: auto;
	margin: 0 4%;
	padding: 0;
}

.center img {
	width: 100%;
	height: auto;
}

.center .bandfoto {
	width: 60%;
	float: left;
	margin-right: 2%;
}

.center .text {
	width: 38%;
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;	
}

.center.altepost .text {
	width: 100%;
	float: none;
	text-align: left;
}

.center.altepost .text .video {
	width: 31.33%;
	margin: 1%;
	float: left;
}

h1 {
	margin: 0;
	font-size: 3.2em;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 2em;
}

p {
	margin: 0 0 15px 0;
}

.text p {
	font-size: 1.1em;
}

.text p em {
	font-size: 0.8em;
}

a, a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

.youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; 
	height: 0; 
	overflow: hidden;
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.footer {
	clear: left;
	font-size: 0.9em;
}

@media screen and (max-width: 768px) {
	.center .bandfoto,
	.center .text {
		width: 100%;
		float: none;
	}
}