body {
	background: url(kuvat/tausta.jpeg) no-repeat;
	background-size: cover;
  	background-attachment: fixed;
	padding: 0;
	margin: 0 0 30px 0;
	color: #5a5a5a;
	font-size: 12px;
	font-family: Noto Sans TC;
	line-height: 20px;
	font-style: normal;
	text-align: justify;
}

::selection {
	background: #b4cf97;
}

::-moz-selection {
	background: #b4cf97;
}

.col-container {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

.col {
    display: table-cell;
    width: 33%;
    padding: 0px 15px;
}

#ulk {
	margin: 0 auto;
	padding: 0;
	width: 1162px;
}

#kuva {
	margin: 30px 5px 10px 35px;
	padding: 0;
	float: left;
	width: 235px;
	height: 329px;
}

#otsikko {
	margin: 0px 180px 20px 0;
	padding-top: 20px;
	height: 90px;
	line-height: 134px;
	color: #f9fff0;
	text-align: center;
	font-family: Fredoka One;
	font-size: 40px;
	text-transform: uppercase;
	text-shadow: 0px 0px 10px #707368;
}

#ulk2 {
	margin: 0 auto;
	padding: 0;
	width: 892px;
	box-shadow: 0px 0px 5px #424a32;
}

#linkit {
	margin: 0;
	padding: 0;
	height: 40px;
	background-color: #9db37b;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
}

#linkit ul {
	margin: 0;
	margin-left: 145px;
	padding: 0;
	list-style-type: none;
	width: auto;
}

#linkit ul li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}

#linkit ul li a {
	display: block;
	margin: 0;
	padding: 0;
	width: 174px;
	text-decoration: none;
	text-shadow: 0px 0px 5px #707368;
	color: #fdfff0;
	-moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
}

#linkit ul li a:hover {
	text-decoration: none;
	margin: 0;
	background-color: #bad492;
	text-shadow: 0px 0px 0px;
	color: #737860;
	-moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
}

#teksti {
	background: #f8f8f8;
	margin: 0;
	padding: 20px 50px;
}

#copyt {
	margin: 20px auto 0 auto;
	padding: 0;
	width: 895px;
	text-align: center;
	color: #f8f8f8;
}

#copyt a {
	color: #eafacd;
	text-decoration: none;
	-moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
}

#copyt a:hover {
	color: #fafcf2;
	text-decoration: none;
	-moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
}

.boksi {
	background-color: #cee3b3;
	border-radius: 10px;
	border: 3px solid #f6ffe6;
	box-shadow: 0px 0px 3px #9dad8e;
	padding: 5px 25px;
	margin-top: 20px;
}

img.rotuk {
	border: 1px solid #f6ffe6;
	border-radius: 10px;
	box-shadow: 0px 0px 3px #9dad8e;
	margin: 15px 0px 15px 25px;
	width: 300px;
	float: right;
}

h1 {
	margin: 10px 0;
	color: #8ca16d;
	font-family: 'Baloo Tamma 2';
	font-size: 23px;
	text-align: left;
}

h2 {
	text-indent: 35px;
	margin: 25px 0 -10px 0;
	color: #677a53;
	font-family: 'Baloo Tamma 2';
	font-size: 18px;
	text-align: left;
}

h3 {
	color: #859c6a;
	font-family: 'Baloo Tamma 2';
	font-size: 18px;
	margin-bottom: -2px;
}

h4 {
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
	color: #677a53;
	margin: 3px 0px 5px 20px;
}

a:link, a:visited, a:active {
	color: #829c6b;
	text-decoration: none;
	-moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
}

a:hover {
	color: #627d4b;
	text-decoration: underline;
	-moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
}