@import url('https://fonts.googleapis.com/css?family=Permanent+Marker&display=swap');
@import url('https://fonts.googleapis.com/css?family=BenchNine&display=swap');

img {
	max-width: 100%;
	height: auto;
	border: 5px solid #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-color: #B0A284;
	margin: 0;
	font: 17px Arial, sans-serif;
}

header, h1, h2 {
	font-family: 'Permanent Marker', cursive;
	font-weight: 400;
	color: #393939;
}

header {
	line-height: 1;
	padding: 44px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#container     {
	background-color: rgba(255,255,255,0.51);
	max-width: 1055px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100vh;
	position: relative;
}

nav, footer {
	background-color: rgba(64,96,93,1.00);
	color: rgba(255,255,255,1.00);
}
nav a, footer a {
	color: inherit;
}



nav {
	text-align: center;
	font-family: 'BenchNine', sans-serif;
	font-size: 1.3em;
	letter-spacing: 0.5px;
	line-height: 1;
}
nav ul {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	list-style-type: none;
	background-color: transparent;
}
nav li {
	display: inline-block;
	width: 33.33%;
}
nav a {
	width: 100%;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 20px;
	display: inline-block;
}
nav a:hover {
	background-color: rgba(255,255,255,0.18);
	/* [disabled]color: rgba(35,116,138,1.00); */
}




main {
	padding: 46px 128px 93px 46px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
	display: block;
}
footer {
	padding: 15px;
	width: 100%;
	font-size: small;
	position: absolute;
	bottom: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
footer p {
	display: inline-table;
	margin-right: 70px;
	margin-left: 70px;
	text-align: left;
}

h1 {
	margin-top: 0px;
	line-height: 1;
}
h1 small {
}
header #ylempi {
	font-size: 22px;
	margin-bottom: 3px;
}
header #alempi {
	font-size: 61px;
	line-height: 0.85;
}
a:link {
}
a:visited {
}
a:hover {
	text-decoration: none;
}
a:active {
}
#kyseinensivu {
	background-color: #FFFFFF;
	color: rgba(35,116,138,1.00);
}


.vasemmalla {
	float: left;
	margin-right: 64px;
	margin-bottom: 11px;
}
.talo-oikealla {
	float: right;
	width: 426px;
	height: auto;
}
iframe {
	margin-top: 1em;
	margin-bottom: 1em;
	width: 100%;
}
a {
	color: #40605D;
}
img.kimmo {
	width: 280px;
	height: auto;
}
