@font-face {
    font-family: 'League';
    src: url('fonts/leaguegothic-regular-webfont.eot');
    src: url('fonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/leaguegothic-regular-webfont.woff2') format('woff2'),
         url('fonts/leaguegothic-regular-webfont.woff') format('woff'),
         url('fonts/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('fonts/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face { font-family: BAVEUSE; src: url('fonts/BAVEUSE.TTF'); }

#menu li {
	display:inline-block;
	font-family: League, sans-serif;
	letter-spacing: 2px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);

}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top: 0px;
	height: 40px;
	z-index: 70;
	width: 100%;
	
}
h1{
	font-size: 3em;
	color: #D3D3D3;
	font-family: League, sans-serif;
	letter-spacing: 2px;
}

h2{
	font-size: 2em;
	color: white;
	font-family: League, sans-serif;
	letter-spacing: 2px;
}

h3{
	font-size: 1.5em;
	color: white;
	font-family: League, sans-serif;
	letter-spacing: 2px;
	font-style: italic;
}

p{
	font-family: League, sans-serif;
	font-size: 1em;
	color: white;
}
.section{
	text-align:center;
}

#section0 {

	background-image: url("sect1bg.jpg");
}

.pohjabox {
	z-index: 100;
	width: 100%;
	height: 400px;
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

.main img {

	width: 20%;
	height: 20%;
}
