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

::selection {
	background: #7bada2;
	color: #e4f7f4;
}

::-moz-selection {
	background: #7bada2;
	color: #e4f7f4;
}

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

#ots {
	font-family: Abril Fatface;
	font-size: 90px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: right;
	margin: -185px 35px 133px 0px;
	color: #fff;
	height: 52px;
}

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

#linkit {
	margin-top: -50px;
	width: 100%;
	height: 65px;
	font-size: 20px;
	font-family: Inter;
	font-weight: 600;
	background-color: #50877d;
	opacity: 0.9;
	text-transform: lowercase;
	box-shadow: 0px 0px 14.7px 0.3px rgba(0, 0, 0, 0.25),inset 0px 0px 29.4px 5.6px rgba(0, 0, 0, 0.25);
}

#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: 18px 60px;
	width: auto;
	text-decoration: none;
	color: #fff;
	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: #649e93;
	color: #e4f7f4;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

#teksti {
	width: 910px;
	margin: 0 auto;
	padding: 30px 45px;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 15px #6d998f;
	clear: left;
	border-radius: 40px;
}

#copy {
	color: #e4f7f4;
	width: 920px;
	height: 180px;
	margin: 0 auto;
	margin-bottom: 0px;
}

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

#copy a:hover {
	color: #3d6b5d !important;
}

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

h1 {
	font-family: Abril Fatface;
	font-size: 28px;
	letter-spacing: 1px;
	color: #638a84;
	margin: 40px 0px 15px 0px;
}

h2 {
	font-size: 40px;
	font-family: Kolker Brush;
	letter-spacing: 1px;
	color: #60948c;
	margin: 20px 0px -5px 20px;
}

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

h3 {
	font-size: 16px;
	font-family: Inter;
	color: #5f9994;
	margin: 10px 0px -5px 0px;
	font-weight: 500;
}

h4 {
	font-size: 16px;
	font-family: Inter;
	text-transform: uppercase;
	color: #4a827d;
	margin: 8px 0px 5px 0px;
	font-weight: 500;
}

h5 {
	font-family: Kolker Brush;
	font-size: 38px;
	letter-spacing: 2px;
	margin: 15px 0px 20px 20px;
	color: #6da69c;
}

h6 {
	font-family: Abril Fatface;
	font-size: 16px;
	letter-spacing:1px;
	margin: 3px 0px 2px 0px;
	color: #6da69c;
}

hr { 
  border: 1px dashed #badbd6;
  margin: 20px 0px -10px 0px;
}

b, strong {
	color: #65998e;
}

i, em {
	color: #56786c;
}

u {
	color: #56786c;
}

a:link, a:visited {
	color: #64a399;
	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: #44806b;
	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;
}

.ksarake img {
  height: 150px;
  opacity:0.9;
  border-radius: 25px 0px 0px 25px;
}

.ksarake2 {
  margin-top: -10px;
  width: calc(100% - 150px);
  height:135px;
  background: #baded6;
  padding-left: 15px;
  padding-right: 10px;
  z-index: 0;
  padding-top: 15px;
  vertical-align: top;
}

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

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

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

.totsikko {
	background-color: #8fbfb5;
	padding: 0px 16px;
}

.totsikko a {
	color: #376967;
}

.totsikko a:hover {
	color: #508780;
}

.tkas {
	background-color: #baded6;
	padding: 7px 17px;
}

.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(228, 247, 244, 0.9);
	padding: 1px;
}

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

/* Style the buttons that are used to open the tab content */
.tab button {
	display: block;
	margin: 0;
	margin-left: 75px;
	padding: 0;
	float: left;
	width: auto;
  background-color: transparent;
  font-size: 16px;
	font-family: Inter;
	font-weight:500;
	text-transform: uppercase;
	color: #518a85;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
	transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: transparent;
  color: #6aa69e;
	transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: transparent;
  color: #32635d;
}

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

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

table#suku {
	width: 892px;
	border-spacing: 16px;
	margin: 7px -16px -10px -16px;
}

.suku {
	width: 33%;
	background-color: #ccebe4;
	padding: 10px 15px;
	line-height: 24px;
}

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

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

.tsarake {
	padding: 7px 16px;
	background-color: #b4d9d1;
}

.tjalk {
	width: 50%;
	background-color: #ccebe4;
	padding: 8px 15px;
}

.tkisa {
	width: 50%;
	background-color: #ccebe4;
	padding: 3px 15px;
	line-height: 24px;
}

.tterveys {
	background-color: #ccebe4;
	padding: 6px 15px;
	line-height: 24px;
}

.meriitit {
	font-size:17px;
	color:#6da69c;
	margin:15px 0px -47px 0px;
	font-family:Abril Fatface;
	letter-spacing:1px;
	font-weight:600;
}

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

table#tiedot {
	width: 570px;
	border-spacing: 0px;
	margin: 26px 0px 20px 0px;
}

.totsikko2 {
	background-color: #8fbfb5;
	padding: 1px 15px;
}

.ttieto {
	padding: 7px 15px;
	background-color: #baded6;
}

table#terveys {
	width: calc(100% + 32px);
	border-spacing: 16px;
	margin: 0px -16px -12px -16px;
}

.tterveys2 {
	background-color: #baded6;
	padding: 2px 20px;
	line-height: 24px;
	border-radius:15px;
}

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

.gkuva {
	margin: 0px 8px;
	border-radius:10px;
	opacity:0.9;
	transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
}

.gkuva:hover {
	opacity:1.0;
}

table#suku2 {
	width: 950px;
	border-spacing: 20px;
	margin: -10px -20px 5px -20px;
}

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

table#kisat2 {
	width: 950px;
	border-spacing: 20px;
	margin: -5px -20px 0px -20px;
}

.tkisa2 {
	background-color: #baded6;
	padding: 3px 20px;
	border-radius:15px;
	margin: 20px 0px;
	width:50%;
}