/* Reset
------------------------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll;}
body {font-size: 14px; color: #FFF; font-family: "Gentium Basic", Arial, helvetica, sans-serif; }
ol, ul { list-style: none; margin: 0;}
ul li { margin: 0; padding: 0;}
h1 { margin-bottom: 10px; color: #111111;}	
a, img { outline: none; border:none; color: #e88a19; font-size: 12px; font-family: Arial, helvetica, sans-serif; }
p { margin: 5px 0 5px; line-height: 1.4em; font-size: 1.2em;}
img { display: block; /*margin-bottom: 10px;*/}
/*mainleft, mainright { font-style: italic; font-size: 0.9em;}*/
article, mainleft, mainright, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display: block;
}

html
{
	background:url(images/ISC_Rockout16_background.jpg) no-repeat;
	background-position: center center;
	background-attachment: fixed !important;
	background-size: cover;
	background-color: #f7e3c8;
	width: 100%;
	height: 100%;
	font-weight: 700;

}

#wrapper {
	width: 100%;
	max-width: 600px;
	margin: auto;
	
} 

.bg {
	

}

section {
	width: 100%;
	max-width: 500px;
	margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
}

hr {
	background-color: #ddd;
	height: 1px;
	border: none;
	margin-top: 10px;
	margin-bottom: 15px;
}

#text {
	text-align: center;
	font-size: 18px;
	margin: 5px 0 5px;
}

#text_gross {
	text-align: center;
	font-size: 30px;
	margin: 5px 0 5px;
}

#text_klein {
	text-align: center;
	font-size: 20px;
	color: #e88a19;
	margin-top: 100px;
	font-weight: 900;
}

#text_after {
	text-align: center;
	font-size: 18px;
	margin: 5px 0 5px;
}

#text_isc p {
	text-align: center;
	font-size: 10px;
	color: #fff;
	margin: 0px;
}

.text_band {
	text-align: left;
	font-size: 16px;
	color: #ddd;
	font-family: "Gentium Basic";
}

#logo {
	position: relative;
	top: 50px;
	margin-bottom:100px;
	opacity: 0.8;
	
	background-image:url(images/2016/HeaderWithDate.png);
	background-repeat: no-repeat;
	background-size: 100%;

}

#logo img {
	width: 100%;
	margin-left: auto;
    margin-right: auto;
}



#band {
	margin-bottom: 40px;
	font-size: 20px;
}

#band img {
	width: 100%;
	margin-left: auto;
    margin-right: auto;
	
}

#scroller {
	width: 100%;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
}

.right {
	text-align:right
}

#sponsor {
	margin-top: 20px;
}

#sponsor img {
	width: 150px;
	margin-left: auto;
    margin-right: auto;
}

/* Media Queries */
@media screen and (max-width: 480px) {
	
	html
{
	background-size: cover;
	overflow-x: hidden;
	}
	
	body
	{
		padding-left: 10px;
		padding-right: 10px;	
	}
	
	#text {
		text-align: center;
		font-size: 20px;
		margin: 5px 0 5px;
		width: 100%;
	}

	#text_gross {
		text-align: center;
		font-size: 30px;
		margin: 5px 0 5px;
	}

	#text_klein {
		text-align: center;
		font-size: 12px;
		color: #e88a19;
		margin-top: 60px;
	}
	
	#logo {
		margin-bottom: 80px;
	}
	
	#sponsor {
		margin-top: 30px;
	}

	#sponsor img {
		width: 75%;
		margin-left: auto;
		margin-right: auto;
	}

}


/* Font */
@font-face {
    font-family: 'blairmditc_ttmedium';
    src: url('fonts/blairmditc-tt-medium_7292-webfont.eot');
    src: url('fonts/blairmditc-tt-medium_7292-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/blairmditc-tt-medium_7292-webfont.woff') format('woff'),
         url('fonts/blairmditc-tt-medium_7292-webfont.ttf') format('truetype'),
         url('fonts/blairmditc-tt-medium_7292-webfont.svg#blairmditc_ttmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

body
{
	padding-bottom: 100px;
}