
@font-face {
    font-family: 'lane';
    src: url('fonts/lanenar_-webfont.eot');
    src: url('fonts/lanenar_-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lanenar_-webfont.woff') format('woff'),
         url('fonts/lanenar_-webfont.ttf') format('truetype'),
         url('fonts/lanenar_-webfont.svg#lane_-_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'coolvetica';
    src: url('fonts/coolvetica_rg-webfont.eot');
    src: url('fonts/coolvetica_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/coolvetica_rg-webfont.woff') format('woff'),
         url('fonts/coolvetica_rg-webfont.ttf') format('truetype'),
         url('fonts/coolvetica_rg-webfont.svg#coolveticaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
* {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

/* UTILITY */
.hideonstart {
	display: none;
}


html, body {
	margin: 0;
	padding: 0;

	font-family: "lane", sans-serif;
	text-transform: uppercase;
}

/* IE */
a img {
	border: none;
}

#intro {
	color: white;
	text-shadow: 0 0 2px black;

	border-top: 50px solid black;
	background: black;
	text-align: center;
	padding: 10px;
}
#intro h1 {
	font-family: "coolvetica", Helvetica, sans-serif;
	text-transform: none;
	letter-spacing: 3px;
}
#intro h2 {
	font-size: 12pt;
}
#quote {
	font-size: 10pt;
}

#video:not(.show) {
	visibility: hidden;
	overflow: hidden;
	height: 0;
}

#video > .abscenter {
	background-color: black;
}

#content {
	border-top: 49px solid black;	/* yleheader */
}

.slide .icon {
	display: none;
}

.slide {
	height: 682px;

}

.slide > div {
	background-size: 100%;
	background-position: 50%;
}

.artist, .backstage {
	height: 50%;
}

.slide a {
	text-decoration: none;
	color: white;
	text-shadow: 0 0 7px black, 0 0 7px black, 0 0 7px black, 0 0 7px black, 0 0 3px black, 0 0 3px black, 0 0 3px black, 0 0 3px black; /* LOL */
}
.slide span {
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 100px;
	font-size: 18pt;
	font-weight: bold;
}
@media (max-width: 750px) {
	.slide span {
		height: 100%;
	}
}

#tampere > .artist {
	background-image: url("imgs341/tre-artist.jpg");
}
#tampere > .backstage {
	background-image: url("imgs341/tre-backstage.jpg");
}
#helsinki > .artist {
	background-image: url("imgs341/hki-artist.jpg");
	background-position: top;
}
#helsinki > .backstage {
	background-image: url("imgs341/hki-backstage.jpg");
}
#lahti > .artist {
	background-image: url("imgs341/lahti-artist.jpg");
}
#lahti > .backstage {
	background-image: url("imgs341/lahti-backstage.jpg");
}
#turku > .artist {
	background-image: url("imgs341/turku-artist.jpg");
	background-position: bottom;
}
#turku > .backstage {
	background-image: url("imgs341/turku-backstage.jpg");
}
#oulu > .artist {
	background-image: url("imgs341/oulu-artist.jpg");
	background-position: top;
}
#oulu > .backstage {
	background-image: url("imgs341/oulu-backstage.jpg");
}
#jyvaskyla > .artist {
	background-image: url("imgs341/jkl-artist.jpg");
	background-position-y: 20%;
}
#jyvaskyla > .backstage {
	background-image: url("imgs341/jkl-backstage.jpg");
}

#credits {
	background: black;
	text-align: center;
	color: white;
	height: auto;
	padding-bottom: 40px;
	padding-top: 40px;
}
#credits h2 {
	margin: 0;
}
#credits h3, #credits h4, #credits h5 {
	margin-bottom: 0;
}
#credits h3 {
	margin-top: 30px;
}
#credits h4 {
	margin-top: 5px;
}
#credits a {
	color: white;
}
#credits div {
	margin-top: 50px;
}
#credits img {
	margin-top: 20px;
}

#yleheader {
	overflow: hidden;
	position: fixed;
	width: 100%;
}

#ylefiheader {
	overflow: hidden !important;
}