@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Just+Another+Hand|Roboto+Slab');

body{
	padding:0;
	margin:0;
	background-color:#D8D0C2;
	color:#2E2E2E;
	font-family: 'Roboto Slab', serif;
	font-size: 3vh;
}
a {
	color:#2E2E2E;
	text-decoration:none;
}
a:hover {
	color:#2E2E2E;
	text-decoration:underline;
}
.member p {
	background-color:rgba(255,255,255,0.75);
}
td {
	width:49vw;
	height:24vh;
	text-align:center;
}
td.lauri {
	background:#DBDBDB url(lauri-bg.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
td.kaija {
	background:#DBDBDB url(kaija-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
td.sauli {
	background:#DBDBDB url(sauli-bg.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
td.note {
	text-align:center;
	height:96vh;
}
td.note h1{
	font-family: 'Just Another Hand', cursive;
	padding: 1vh auto;
	font-size: 30vh;
	line-height:10vh;
	font-weight:300;
}
