body {
	background-image: url(kuvat/tausta.jpg);
  	background-repeat: no-repeat;
    background-size:cover;
  	background-attachment: fixed;
	font-family: Playfair Display;
	font-size: 13px;
	line-height: 23px;
	color: #40322b;
	text-align: justify;
}

::selection {
	background: #edc38c;
}

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

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

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

#otsikko {
	font-family: Cabin Sketch;
	font-size: 70px;
	color: #a36640;
	margin: 105px 0px 220px 35px;
}

#pikkuots {
	font-size: 36px;
	font-family: 'Libre Barcode 39 Text';
	color: #c98849;
	margin: -190px 0px 112px 47px;
}

#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;
	color: #bd938a;
}

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: #e8cb92;
	color: #ad8053;
	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: #c78c65;
	color: #fff8eb;
	opacity: 0.8;
	-moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
}

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

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

h1 {
	font-size: 32px;
	font-family: Cabin Sketch;
	margin: 10px 0px 0px 0px;
  	color: #bd987e;
}

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

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

h4 {
	font-size: 17px;
	margin: 2px 0px 0px 0px;
	color: #ad7953;
}

h5 {
	font-family: 'Libre Barcode 39 Text';
	font-size: 30px;
	margin: -3px 0px 40px 20px;
	color: #c99b6d;
}

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

i, em {
	color: #ad7f6c;
}

u {
	color: #c99b6d;
}

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

a:hover {
	color: #d9b098;
	-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: #e6c29c;
	padding: 10px 12px 0px 12px;
}

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

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

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

.tsarake b, strong {
	color: #ad8361;
	font-weight: 700;
}

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

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

.tvasen2 {
	width: 17%;
	padding: 3px 8px;
	background-color: #e6c29c;
	text-transform: uppercase;
	font-weight: 700;
	color: #ad7953;
}

.toikea2 {
	width: 33%;
	padding: 3px 8px;
	background-color: #f0d9b4;
	font-size: 13px;
}

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

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

img.koirat {
	border: 1px solid #fff8eb;
	box-shadow: 0px 0px 2px #c98849;
	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(232, 203, 146, 0.8);
	color: #40322b;
	font-family: Playfair Display;
	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 #fff8eb;
	box-shadow: 0px 0px 2px #c98849;
}

.koirakuva2 {
	width: 165px;
	border: 1px solid #fff8eb;
	box-shadow: 0px 0px 2px #c98849;
}

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

.pieni {
	font-size: 11px;
	color: #40322b;
}

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

.suku b, strong {
	color: #ad8361;
	font-weight: 700;
}