body {
	background-image: url(kuvat/tausta.jpeg);
  	background-repeat: no-repeat;
    background-size:cover;
  	background-attachment: fixed;
	font-family: Mulish;
	font-size: 13px;
	line-height: 23px;
	color: #3e423c;
	text-align: justify;
}

::selection {
	background: #b6d1a9;
}

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

.koriste {
	width: 200px;
	float: right;
	margin-left: 21px;
	margin-top: 12px;
	border: 1px solid #a0ba8c;
	box-shadow: 0px 0px 2px #5c6650;
}

#yla {
	width: 1000px;
	margin: 0 auto;
	margin-top: 25px;
}

#otsikko {
	font-family: Ravi Prakash;
	font-size: 100px;
	color: #525e4b;
	margin: 70px 0px 220px 65px;
}

#pikkuots {
	font-size: 32px;
	font-family: Shadows Into Light;
	color: #657857;
	font-weight: 700;
	margin: -190px 0px 114px 75px;
}

#sisalto {
	width: 1000px;
	margin: 0 auto;
	margin-top: 0px;
	display: flex;
}

#ala {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.alat {
	text-align: center;
	margin: -50px 0px 0px 0px;
	font-size: 13px;
	font-weight: 700;
	color: #8c9984;
}

ul.navi { 
	list-style-type: none;
	margin: -367px 0px 0px 0px;
	padding: 0px 10px;
	text-align: center;
	width: 980px;
	display: table;
	z-index: 10;
	position: relative;
}
	
ul.navi li {
	display: table-cell;
	font-size: 19px;
	font-weight: 700;
}

ul.navi li a:link, a:visited {
	display: block;
	background-color: #a0ba8c;
	color: #58664d;
	padding: 11.5px 0px;
	-moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
}

ul.navi li a:hover {
	background-color: #aac291;
	color: #5c6650;
	opacity: 0.8;
	-moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
}

#vasen {
	background-color: #c8e0ba;
	float: left;
	position: relative;
	padding: 5px 15px;
	border-left: 10px solid #f0ffe8;
	flex: 169;
	text-align: left;
}

#oikea {
	background-color: #dcf2d0;
	float: right;
	position: relative;
	padding: 10px 20px;
	border-right: 10px solid #f0ffe8;
	flex: 728;
}

h1 {
	font-size: 32px;
	font-family: Ravi Prakash;
	margin: 10px 0px -7px 0px;
  	color: #83a379;
}

h2 {
	font-size: 18px;
	text-transform: uppercase;
	margin: 25px 0px -5px 20px;
	color: #657857;
}

h3 {
	font-size: 15px;
	margin: 10px 0px 7px 20px;
	color: #9bbf84;
}

h4 {
	font-size: 16px;
	margin: 2px 0px 0px 0px;
	color: #6f8063;
}

h5 {
	font-family: Shadows Into Light;
	font-size: 20px;
	margin: -3px 0px 40px 20px;
	color: #9bbf84;
}

b, strong {
	color: #82a16f;
	font-weight: 700;
}

i, em {
	color: #6a7b91;
}

u {
	color: #6f8063;
}

a:link, a:visited {
	color: #58664d;
	text-decoration: none;
	-moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

a:hover {
	color: #83a379;
	-moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

table#taulukko {
	width: 100%;
	margin: 0px;
	margin-bottom: 9px;
}

.totsikko {
	background-color: #aac797;
	padding: 10px 12px 0px 12px;
}

.tkisa {
	background-color: #aac797;
	padding: 8px 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #657857;
}

.tkoira {
	width: 25%;
	padding-top: 30px;
}

.tsarake {
	background-color: #c0dead;
	padding: 4px 12px;
	color: #383b32;
}

.tsarake b, strong {
	color: #6f8063;
}

.tvasen {
	width: 34%;
	padding: 3px 8px;
	background-color: #aac797;
	text-transform: uppercase;
	font-weight: 700;
	color: #657857;
}

.toikea {
	width: 66%;
	padding: 3px 8px;
	background-color: #c0dead;
	font-size: 13px;
}

.totsikko h4 {
	text-align: left;
	margin-bottom: 10px;
}

.totsikko p {
	margin-top: -5px;
	margin-bottom: 10px;
}

img.koirat {
	border: 1px solid #a0ba8c;
	box-shadow: 0px 0px 2px #5c6650;
	width: 232px;
}

ul.koirat { 
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
	
ul.koirat li {
	display: inline-block;
	margin-top: 21px;
	margin-right: 21px;
	position: relative;
	width: 232px;
	height: 164px;
	float: left;
}

span.kuvaan span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

ul.koirat li:hover span.kuvaan {
	opacity: 1;
}

span.kuvaan {
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	background: rgba(192, 222, 173, 0.8);
	color: #3e423c;
	font-family: Mulish;
	font-size: 13px;
	cursor: pointer;
	display: table;
	height: 164px;
	left: 1px;
	position: absolute;
	top: 1px;
	width: 232px;
	opacity: 0;
}

.clear {
	clear: both;
	height: 30px;
}

.koirakuva {
	width: 375px;
	border: 1px solid #a0ba8c;
	box-shadow: 0px 0px 2px #5c6650;
}

.koirakuva2 {
	width: 165px;
	border: 1px solid #a0ba8c;
	box-shadow: 0px 0px 2px #5c6650;
}

.pikku {
	width: 89px;
	height: 133px;
	float: left;
	padding-right: 10px;
}

.pieni {
	font-size: 11px;
	color: #2b3640;
}

.suku {
	width: 33%;
	background-color: #c0dead;
	padding: 10px 12px;
	line-height: 20px;
}

.suku b, strong {
	color: #6f8063;
}