@charset "UTF-8";
body{
	margin:0;
	font-family: 'Raleway', sans-serif;
	color:#1d1d1d;
	font-weight:400;
}
p{
	font-size:13px;
}
h1{
	font-weight:900;
}
b{
	font-weight:900;
}
header{
	background-color:#FFF9C4;
	width:100%;
	height: 720px;
}
#navigation{
	height: 180px;
	width:100%;
	text-align:center;
	position:relative;
}
#yhteys{
	position:absolute;
	right:50px;
	top:29px;
	font-size:13px;
	text-align:right;
}
#navigation img{
	height:140px;
	margin:20px 0;
	padding:0;
}
#kuva{
	height: 500px;
	width:100%;
	text-align:center;
	margin:0 0 40px;
}
#content{
	text-align:center;
	max-width:800px;
	margin:40px auto 80px;
}
footer{
	width: 100%;
	height:140px;
	background-color: #1d1d1d;
	color:#ffffff;
	text-align:center;
	padding-top:50px;
}
footer a{
	color:#FFF9C4;
}