body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

table {
	border-spacing: 0;
}

fieldset,img {
    border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
}

strong {
	font-weight: bold;
}

ol,ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	padding: 0;
	color: #444;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

body {
	font-family: arial,helvetica;
	color: #F2F2F2;
}

h1 {
	font-size: 6em;
}

p {
	font-size: 2em;
}

.button {
	border-radius: 25px;
	padding: 0px 10px 0px 10px;
	display: inline-block;
	background-color: rgba(0,0,0,.7);
	border: 2px solid rgba(255,255,255,.5);
	color: rgba(255,255,255,.7);
}

.button:hover {
	border: 2px solid rgba(255,255,255,.8);
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}

.content{
	position: relative;
	top: -5%;
	text-align: center;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.content h1 {
	text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
}

.gallery {
	border-radius: 10px;
	border: 2px solid rgba(255,255,255,1);
	margin: 2px;
}

.gallery:hover {
	border: 2px solid rgba(0,0,0,.4);
}

.slide {
	background: rgba(0,0,0,.4);
}

#fullpage {
	background-image: url('tausta.jpg');
	-webkit-background-size: cover; 
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-position: center center;
}
/*
#section0{
	background-color: rgba(0,0,0,.4);	
}
*/
#section0 h1{
	color: rgba(255,255,255,.8);
}

#section0 p{
	color: #fff;
}

#menu {
	padding-top: 5px;
	position: fixed;
	text-align: center;
	top: 0;
	left: 0;
	height: 50px;
	width: 100%;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

#menu h2 {
	border-radius: 25px;
	padding: 0px 10px 0px 10px;
	font-size: 30px;
	display: inline-block;
	background-color: rgba(0,0,0,.5);
	color: rgba(255,255,255,.5);
	border: 2px solid rgba(0,0,0,.2);
}
		
#menu h2:hover {
	color: rgba(255,255,255,.8);
	border: 2px solid rgba(255,255,255,.5);
}

#menu h2.active {
	color: rgba(255,255,255,.8);
	border: 2px solid rgba(255,255,255,.5);
	cursor: default;
}

#menu img.flag {
	float: left;
	max-height: 40px;
	margin: 0 0 0 5px;
}

#credits {
	position: fixed;
	text-align: center;
	bottom: 0;
	left: 0;
	height: 30px;
	width: 100%;
	border-top: 1px solid rgba(255,255,255,.2);
	background-color: rgba(0,0,0,.6);
	font-size: 10px;
	color: rgba(255,255,255,.6);
}

#credits a {
	text-decoration: underline;
	color: rgba(255,255,255,.4);
}

#credits a:hover {
	color: rgba(255,255,255,.8);
}

#credits p {
	font-size: 15px;
}