body {
	background-image: url(kuvat/bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	font-family: Nunito;
	color: #192117;
	font-size: 15px;
	line-height: 27px;
	padding: 0px;
	margin: 60px 0px 50px 0px;
}

::selection {
	background: #7d9976;
	color: #f7fff5;
}

::-moz-selection {
	background: #7d9976;
	color: #f7fff5;
}

#sis {
	margin: 0 auto;
	padding: 0px;
	width: 1050px;
}

#ots {
	font-family: Kaushan Script;
	font-size: 68px;
	text-align: center;
	margin: 50px 0px;
	color: #293824;
	text-shadow: 0px 0px 12px #394d33;
}

#yla {
	width: 100%;
	width: 1050px;
	margin: 0 auto;
}

#yla img {
	height: 345px;
	border: 2px solid #eafce3;
	box-shadow: 0px 0px 10px #394d33;
	border-radius: 10px;
}

#linkit {
	margin: 0 auto;
	width: 1000px;
	font-size: 21px;
	font-family: Merienda;
}

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

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

#linkit ul li a {
	display: block;
	margin: 18px 16px 24px 16px;
	padding: 13px 49px;
	text-decoration: none;
	color: #e0f0dd;
	background-color: #3c5231;
	opacity: 0.9;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #5c7d48;
	text-transform: lowercase;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

#linkit ul li a:hover {
	opacity: 0.7;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

#teksti {
	width: 965px;
	margin: 0 auto;
	padding: 25px 40px;
	background-color: #c4d9b2;
	box-shadow: 0px 0px 15px #394d33;
	clear: left;
	border-radius: 15px;
	opacity: 0.95;
}

#copy {
	text-align: center;
	color: #e7f0e6;
}

#copy a {
	color: #e7f0e6 !important;
	text-decoration: underline;
}

#copy a:hover {
	color: #e7f0e6 !important;
	text-decoration: none;
}

h1 {
	font-family: Kaushan Script;
	font-size: 36px;
	color: #55634b;
	text-shadow: 0px 0px 10px #9cb388;
	margin: 20px 0px 25px 0px;
}

h2 {
	font-size: 26px;
	font-family: Kaushan Script;
	color: #4e6144;
	text-shadow: 0px 0px 5px #96b581;
	margin: 20px 0px 0px 0px;
}

h3 {
	font-size: 20px;
	font-family: Merienda;
	color: #46573b;
	text-shadow: 0px 0px 5px #87a170;
	margin: 0px;
}

h4 {
	font-size: 18px;
	font-family: Merienda;
	color: #566e49;
	text-shadow: 0px 0px 5px #92b57f;
	margin: 10px 0px 15px 0px;
	text-indent: 20px;
}

h5 {
	font-family: Courgette;
	font-size: 22px;
	color: #718a5e;
	text-shadow: 0px 0px 3px #92b57f;
	margin: 20px 0px 30px 25px;
}

h6 {
	font-size: 16.5px;
	font-family: Merienda;
	color: #46593b;
	text-shadow: 0px 0px 1px #7f966e;
	text-align: center;
	margin: -5px 0px -7px 0px;
}

hr {
	overflow: visible;
    padding: 0;
    border: none;
    border-top: medium double #84a170;
	text-shadow: 0px 0px 10px #8eab78;
    color: #84a170;
    text-align: center;
    margin: 20px 0px;
}

b, strong {
	color: #576e45;
}

i, em {
	color: #334229;
}

u {
	color: #334229;
}

a:link, a:visited {
	color: #556e44;
	text-shadow: 0px 0px 1px #85a172;
	text-decoration: none;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

a:hover {
	color: #415231;
	text-decoration: none;
	text-shadow: 0px 0px 1px #415231;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.hevoset {
	text-align: center;
	width: 100%;
	height: 150px;
	margin: -14px 0px 0px 0px;
	padding: 0px;
	border-radius: 10px 10px 0px 0px;
	border-bottom: 1px solid #fff;
}

#hsarake {
	margin-top: 20px;
	border: 1px solid #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 5px #607850;
	background-color: #88a379;
	padding: 0px 0px 5px 0px;
	color: #192117;
	margin-right: 25px;
	width: calc(25% - 21px);
	float: left;
	font-size: 14px;
	line-height: 24px;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

#hsarake img:hover {
	opacity: 0.8;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

#space {
	clear: left;
	height: 20px;
}

table#kas {
	width: 100%;
	border-spacing: 0px;
	margin: 20px 0px;
}

.totsikko {
	background-color: #88a379;
	padding: 15px 20px;
	border-radius: 15px;
}

.spacer {
	background-color: transparent;
	height: 10px;
}

.tkas {
	background-color: #a4bf93;
	padding: 6px 20px;
}

.tkas:first-child {
	border-radius: 15px 0px 0px 15px;
}

.tkas:nth-child(4) {
	border-radius: 0px 15px 15px 0px;
}

.tietotausta {
	background-color: #a4bf93;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-shadow: 0px 0px 5px #607850;
	padding: 20px 40px;
	margin: 20px -50px 40px -40px;
	box-sizing: border-box;
	width: 1045px;
}

.kuva {
	float: left;
	height: 380px;
	margin: -40px 25px 0 -15px;
	box-shadow: 0px 0px 5px #607850;
	border-radius: 12px;
  	background-color: #fff;
	padding: 1px;
}

#galleria {
	width: 1100px;
	margin: 20px -67px 0px -67px;
	box-sizing: border-box;
	padding: 0px;
	text-align: center;
}

.gkuva {
	margin: 0px 8px;
}

/* Style the tab */
.tab {
  	overflow: hidden;
  	background-color: #88a379;
	margin: 0 auto;
	margin-top: 30px;
	width: 100%;
	border-radius: 15px 15px 0px 0px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
	display: block;
	margin: 0;
	margin-left: 100px;
	padding: 0;
	float: left;
	width: auto;
  	background-color: transparent;
  	color: #435739;
	text-shadow: 0px 0px 1px #55694b;
  	font-family: Courgette;
  	font-size: 22.5px;
  	float: left;
  	border: none;
  	outline: none;
  	cursor: pointer;
  	padding: 14px 16px;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

/* Change background color of buttons on hover */
.tab button:hover {
  	background-color: transparent;
  	color: #566b4c;
	text-shadow: 0px 0px 1px #68805c;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

/* Create an active/current tablink class */
.tab button.active {
  	background-color: transparent;
  	color: #2d3b26;
	text-shadow: 0px 0px 1px #35452d;
}

/* Style the tab content */
.tabcontent {
  	animation: fadeEffect 1s;
  	background-color: #a4bf93;
  	display: none;
  	padding: 1px 25px 6px 25px;
  	border-top: none;
  	border-radius: 0px 0px 15px 15px;
  	margin-bottom: 15px;
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

table#suku {
	width: 945px;
	border-spacing: 15px;
	margin: 10px -15px 10px -15px;
}

.suku {
	width: 33%;
	background-color: #88a379;
	padding: 15px 20px;
	line-height: 25px;
	border-radius: 15px;
}

.suku b, strong {
	color: #334229;
}

.suku a {
	color: #415737;
}

table#jalk {
	width: 100%;
	border-spacing: 0px;
	margin: 35px 0px 25px 0px;
}

.tjalk {
	background-color: #a4bf93;
	padding: 6px 20px;
}

.tjalk:first-child {
	border-radius: 15px 0px 0px 15px;
}

.tjalk:nth-child(5) {
	border-radius: 0px 15px 15px 0px;
}

table#kisat {
	width: 100%;
	border-spacing: 0px;
	margin: 23px 0px 23px 0px;
}

.tsarake {
	padding: 0px 19px;
	color: #192117;
}