body {
	background-image: url(kuvat/ut.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	font-family: Libre Franklin;
	color: #2f3632;
	font-size: 13.5px;
	line-height: 28px;
	padding: 0px;
	margin: 0px 0px 50px 0px;
}

::selection {
	background: #86b592;
	color: #defce3;
}

::-moz-selection {
	background: #86b592;
	color: #defce3;
}

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

#ots {
	font-family: Italianno;
	font-size: 160px;
	text-align: right;
	color: #e8fae8;
	margin:-195px 35px 165px 0px;
}

#yla {
	width: 100%;
	width: 1000px;
	height: 400px;
	margin: 0 auto;
	background-image: url(kuvat/uy.png);
	opacity:0.85;
	background-repeat:no-repeat;
	z-index:-1;
	position:relative;
}

#linkit {
	margin: 0px 0px 15px 0px;
	width: 100%;
	height: 60px;
	font-size: 18px;
	font-family: Libre Franklin;
	background-color: #3d6649;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#linkit ul {
	width: 980px;
	text-align: center;
	padding: 0;
	list-style-type: none;
	display: table;
	margin: 0 auto;
}

#linkit ul li {
	display: table-cell;
}

#linkit ul li a {
	display: block;
	margin: 0px 0px;
	padding: 16px 50px;
	width: auto;
	text-decoration: none;
	color: #ebf7ef;
	background-color: transparent;
	opacity: 0.9;
	font-weight: 500;
	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 {
	background-color: #4d7d5a;
	color: #ebf7ef;
	opacity: 1.0;
	font-weight: 500;
	transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

#teksti {
	width: 930px;
	margin: 0 auto;
	margin-top: 0px;
	padding: 20px 35px 25px 35px;
	background-color: rgba(222, 252, 227, 0.9);
	clear: left;
	border-radius:15px 15px 0px 0px;
}

#copy {
	color: #fff;
	width: 1000px;
	height: 160px;
	margin: 0 auto;
	margin-top: 0px;
	background-color: #3d6649;
	opacity: 0.9;
	padding: 5px 0px 0px 0px;
}

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

#copy a:hover {
	color: #fff !important;
}

#copy b {
	color: #fff !important;
}

table#c {
	width: 940px;
	margin: 15px 30px 0px 30px;
	text-align: left;
}

h1 {
	font-family: Playball;
	font-size: 37px;
	letter-spacing: 1px;
	color: #5e8a68;
	margin: 35px 0px 20px 0px;
}

h2 {
	font-size: 35px;
	font-family: Italianno;
	letter-spacing: 2px;
	text-transform: lowercase;
	color: #84b58b;
	margin: 20px 0px 0px 20px;
}

h2::before {
	content:  "♡ ";
	font-size: 16px;
	margin-right: 8px;
}

h3 {
	font-size: 19px;
	letter-spacing: 2px;
	font-family: Lobster Two;
	color: #476b51;
	margin: 14px 0px -11px 0px;
}

h4 {
	font-size: 19px;
	letter-spacing: 1px;
	font-family: Lobster Two;
	color: #476b51;
	margin: 0px 0px 0px 0px;
}

h5 {
	font-family: Italianno;
	font-size: 34px;
	letter-spacing: 2px;
	margin: 20px 0px 15px 20px;
	color: #80b08f;
}

h6 {
	font-size: 16px;
	letter-spacing:1px;
	color: #5e8a68;
	margin: 16px 0px -7px -1px;
}

hr { 
  border: 1px dashed #97bf9b;
  margin: 20px 0px -5px 0px;
}

b, strong {
	color: #60916b;
}

i, em {
	color: #476b51;
}

u {
	color: #476b51;
}

a:link, a:visited {
	color: #608f6b;
	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: #7fb58a;
	text-decoration: none;
	transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.koiralista {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-top:20px;
	width:102.5%;
}

.ksarake {
  display: flex;
  flex-wrap: wrap;
  width: calc(50% - 15px);
  margin-right: 15px;
  align-items: center;
  margin-bottom: 15px;
  border-radius:15px 0px 0px 15px;
}

.ksarake img {
  height: 150px;
  border-radius:15px 0px 0px 15px;
	transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.ksarake img:hover {
    opacity:0.8;
}

.ksarake2 {
  margin-top: -9px;
  width: calc(100% - 150px);
  height:136px;
  background: #add9b6;
  padding-left: 15px;
  padding-right: 12px;
  z-index: 0;
  padding-top: 14px;
  vertical-align: top;
  line-height:30px;
}

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

table#taulukko {
	width: 942px;
	border-spacing: 20px;
	margin: -5px -15px 10px -15px;
}

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

.tkas {
	background-color: #add9b6;
	padding: 7px 20px;
}

.kuva {
	height: 400px;
	margin: 5px 0px 0px 0px;
	opacity: 0.8;
	filter: grayscale(50%);
	transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.kuva:hover {
	opacity: 1.0;
	filter: grayscale(0%);
	transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.pikku {
	height: 160px;
	margin: 0px 12px -10px -2px;
	background-color: rgba(240, 245, 242, 0.9);
	padding: 1px;
	opacity: 0.8;
	filter: grayscale(50%);
	transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.pikku:hover {
	opacity: 1.0;
	filter: grayscale(0%);
	transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

#galleria {
	width: calc(100% + 70px);
	margin: 20px -35px -5px -35px;
	box-sizing: border-box;
	padding: 0px;
	text-align: center;
}

.gkuva {
	margin: 0px 8px;
	opacity: 1.0;
	transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.gkuva:hover {
	opacity: 0.9;
	filter: grayscale(10%);
	transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

/* Style the tab */
.tab {
  	overflow: hidden;
  	background-color: #8fb597;
	margin: 0 auto;
	margin-top: 30px;
	width: 100%;
}

/* Style the buttons that are used to open the tab content */
.tab button {
	display: block;
	margin: 0;
	margin-left: 90px;
	padding: 0;
	float: left;
	width: auto;
  	background-color: transparent;
  font-size: 19px;
	letter-spacing: 2px;
	font-family: Lobster Two;
	color: #4b6655;
	font-weight: 600;
  	border: none;
  	outline: none;
  	cursor: pointer;
  	padding: 12px 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: #6a8a76;
	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: #395245;
  	text-shadow: 0px 0px 1px #4b6655;
}

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

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

table#suku {
	width: 902px;
	border-spacing: 20px;
	margin: 10px -20px 0px -20px;
}

.suku {
	width: 33%;
	background-color: #8fb597;
	padding: 10px 20px;
	line-height: 24px;
}

.suku b {
	color: #4b6655;
}

.suku a {
	color: #4c6351;
}

.suku a:hover {
	color: #6d8a74;
}

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

table#kisat {
	width: 902px;
	border-spacing: 20px;
	margin: 5px -20px 0px -20px;
}

.tsarake {
	padding: 7px 19px;
	background-color: #b6d4c1;
}

.tkisa {
	width: 50%;
	background-color: #8fb597;
	padding: 6px 20px;
	line-height: 24px;
}

.tkisa b {
	color: #4b6655;
}

.tkisa a {
	color: #4c6351;
}

.tkisa a:hover {
	color: #6d8a74;
}

.meriitit {
	font-size:17px;
	font-weight:bold;
	letter-spacing:1px;
	color:#84b58b;
	margin:15px 0px -15px 0px;
}

.tietokuva {
  background: #86b592;
  padding: 6px;
  margin-top:32.5px;
  margin-bottom: 1px;
  width: 300px;
  height: 400px;
  float:right;
	border-radius:15px;
}

table#tiedot {
	width: 590px;
	border-spacing: 0px;
	margin: 25px 0px 20px 0px;
}

.totsikko {
	background-color: #86b592;
	padding: 0px 15px;
}

.totsikko a {
	color: #46664e;
}

.totsikko a:hover {
	color: #5a8a66;
}

.ttieto {
	padding: 8px 15px;
	background-color: #add9b6;
}

table#terveys {
	width: calc(100% + 30px);
	border-spacing: 15px;
	margin: 10px -15px -10px -15px;
}

.tterveys {
	background-color: #add9b6;
	padding: 2px 18px;
	line-height: 24px;
	border-radius:10px;
}

table#suku2 {
	width: 965px;
	border-spacing: 18px;
	margin: 0px -18px -17px -18px;
}

.suku2 {
	width: 33%;
	background-color: #add9b6;
	padding: 12px 16px;
	line-height: 25px;
	border-radius:10px;
}

.suku2 b {
	color:#637363;
}

.tkas2 {
	background-color: #add9b6;
	padding: 7px 15px;
	vertical-align: top;
}

table#kisat2 {
	width: calc(100% + 40px);
	border-spacing: 20px;
	margin: 0px -20px 10px -20px;
}

.tkisa2 {
	width: 50%;
	background-color: #add9b6;
	padding: 1px 19px;
  vertical-align: top;
  border-radius:10px;
}