body {
	background-image: url(kuvat/t.jpeg);
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	font-family: Open Sans;
	color: #192117;
	font-size: 14px;
	line-height: 28px;
	padding: 0px;
	margin: 60px 0px 50px 0px;
}

::selection {
	background: #a4bf80;
	color: #fcfff5;
}

::-moz-selection {
	background: #a4bf80;
	color: #fcfff5;
}

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

#ots {
	font-family: Fleur De Leah;
	font-size: 140px;
	text-align: left;
	margin: -170px 0px 143px 75px;
	color: #fff;
	text-shadow: 0px 0px 12px #6a8045;
}

#yla {
	width: 100%;
	width: 920px;
	height: 295px;
	margin: 0 auto;
	background-image: url(kuvat/y.png);
	background-repeat:no-repeat;
}

#linkit {
	margin-top: -60px;
	width: 100%;
	height: 65px;
	font-size: 22px;
	font-family: Raleway;
	background-color: #abbd82;
	opacity: 0.95;
	letter-spacing: 1px;
	text-transform: lowercase;
}

#linkit ul {
	text-align: center;
	padding: 0;
	list-style-type: none;
}

#linkit ul li {
	display: inline-block;
}

#linkit ul li a {
	display: block;
	margin: 0px -3px;
	padding: 18.5px 56px;
	width: auto;
	text-decoration: none;
	color: #fff;
	text-shadow: 0px 0px 5px #5e7040;
	background-color: #abbd82;
	opacity: 0.9;
	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: #becf99;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

#teksti {
	width: 880px;
	margin: 0 auto;
	margin-top: -1px;
	padding: 25px 40px;
	background-color: #dfebc7;
	box-shadow: 0px 0px 10px #6e8045;
	clear: left;
	border-radius: 40px 40px 0px 0px;
	opacity: 0.9;
}

#copy {
	color: #6f8253;
	width: 960px;
	height: 200px;
	background-image: url(kuvat/c.png);
	background-repeat:no-repeat;
	margin: 30px 0px -25px -40px;
	border-top: 1px solid #fff;
}

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

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

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

h1 {
	font-family: Fleur De Leah;
	font-size: 48px;
	color: #879c68;
	text-shadow: 0px 0px 2px #9ab079;
	margin: 35px 0px 20px 0px;
}

h2 {
	font-size: 36px;
	font-family: Birthstone;
	color: #67784c;
	text-shadow: 0px 0px 2px #9ab079;
	margin: 25px 0px -5px 20px;
}

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

h3 {
	font-size: 18px;
	font-family: Raleway;
	color: #637847;
	text-shadow: 0px 0px 2px #8a9c6b;
	margin: 18px 0px -8px 0px;
}

h4 {
	font-size: 18px;
	font-family: Raleway;
	color: #637847;
	text-shadow: 0px 0px 2px #8a9c6b;
	margin: 12px 0px 8px 0px;
}

h5 {
	font-family: Fleur De Leah;
	font-size: 30px;
	color: #67784c;
	text-shadow: 0px 0px 3px #9ab079;
	margin: 20px 0px 30px 25px;
}

h6 {
	font-size: 17px;
	margin: 14px 0px -5px 0px;
	color: #637847;
	text-shadow: 0px 0px 1px #8a9c6b;
	opacity:0.9;
}

hr { 
  border-top: 2px dashed #9fbd6c;
  margin: 20 px 0px;
}

b, strong {
	color: #607543;
}

i, em {
	color: #607543;
}

u {
	color: #607543;
}

a:link, a:visited {
	color: #5c6e44;
	text-shadow: 0px 0px 1px #8fa172;
	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: #8ca36d;
	text-decoration: none;
	text-shadow: 0px 0px 1px #8ca36d;
	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% - 10px);
  margin-right: 10px;
  align-items: center;
  margin-bottom: 10px;
  border-radius:5px 0px 0px 5px;
}

.ksarake img {
  height: 150px;
  border-radius:5px 0px 0px 5px;
	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: #c3d6a3;
  padding-left: 15px;
  padding-right: 12px;
  z-index: 0;
  padding-top: 14px;
  vertical-align: top;
  line-height:30px;
  border-radius:0px 5px 5px 0px;
}

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

table#taulukko {
	width: 910px;
	border-spacing: 15px;
	margin: 0px -15px 10px -15px;
}

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

table#tiedot {
	width: 545px;
	border-spacing: 0px;
	margin: 35px 0px 25px 0px;
}

.ttieto {
	padding: 7px 19px;
	background-color: #c3d6a3;
}

.totsikko {
	background-color: #a2ba7f;
	padding: 0px 20px;
}

.totsikko2 {
	background-color: #a2ba7f;
	padding: 0px 15px;
}

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

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

.kuva {
	height: 400px;
	margin: 20px 0px 0px 0px;
}

.pikku {
	height: 160px;
	margin: 0px 12px -10px 0px;
	background-color: #fff;
	padding: 1px;
}

#galleria {
	width: 980px;
	margin: 20px -50px -10px -50px;
	box-sizing: border-box;
	padding: 0px;
	text-align: center;
}

.gkuva {
	margin: 0px 8px;
}

/* Style the tab */
.tab {
  	overflow: hidden;
  	background-color: #a2ba7f;
	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: 78px;
	padding: 0;
	float: left;
	width: auto;
  	background-color: transparent;
  	color: #637847;
	text-shadow: 0px 0px 1px #8a9c6b;
  	font-family: Raleway;
  	font-size: 20px;
  	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: #516338;
	text-shadow: 0px 0px 1px #637847;
	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: #384225;
	text-shadow: 0px 0px 1px #516338;
}

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

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

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

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

.suku a:hover {
	color: #2e3b1f;
}

table#suku2 {
	width: 920px;
	border-spacing: 20px;
	margin: 5px -20px -17px -20px;
}

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

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: 2px;
	margin: 23px 0px;
}

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

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

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

.tkisa {
	width: 50%;
	background-color: #a2ba7f;
	padding: 10px 20px;
  vertical-align: top;
}

.tkisa2 {
	width: 50%;
	background-color: #c3d6a3;
	padding: 5px 20px;
  vertical-align: top;
}

.meriitit {
	font-size:18px;
	letter-spacing:1px;
	color:#67784c;
	text-shadow: 0px 0px 2px #9ab079;
	font-weight:bold;
	margin:20px 0px -15px 10px;
}

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

.tterveys {
	background-color: #c3d6a3;
	padding: 1px 20px;
	line-height: 24px;
}