body {
	background-image: url(kuvat/t.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: Murecho;
	color: #2e2127;
	font-size: 14px;
	line-height: 28px;
	padding: 0px;
	margin: 85px 0px 50px 0px;
}

::selection {
	background: #8ca686;
	color: #fafff5;
}

::-moz-selection {
	background: #8ca686;
	color: #fafff5;
}

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

#ots {
	font-family: Cookie;
	font-size: 75px;
	letter-spacing: 1px;
	color: #758073;
	width: 325px;
	height: 55px;
	background: #fafff5;
	padding: 33px 5px 0px 0px;
	text-align: center;
	position: absolute;
	margin-top: -60px;
	margin-left: 15px;
}

#pots {
	font-family: Murecho;
	font-size: 18px;
	text-align: right;
	text-transform: uppercase;
	color: #fafff5;
	margin: -45px 0px 0px 0px;
	height: 50px;
	padding: 0px;
	letter-spacing: 1px;
}

#yla {
	width: 940px;
	height: 356px;
	margin: 0 auto;
	background-image: url(kuvat/y.jpg);
	background-repeat:no-repeat;
	border: 10px solid #fafff5;
	opacity: 0.85;
}

#linkit {
	margin: 0 auto;
	margin-top: 0px;
	width: 980px;
	height: 60px;
	font-size: 20px;
	text-transform: uppercase;
}

#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 8px;
	padding: 12px 45.5px;
	width: auto;
	text-decoration: none;
	color: #758073;
	background-color: #fafff5;
	font-weight: 500;
	opacity: 0.85;
	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: #cde0c8;
	color: #657063;
	opacity: 0.65;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

#teksti {
	width: 870px;
	margin: 0 auto;
	margin-top: 12px;
	padding: 18px 35px;
	background-color: #cde0c8;
	clear: left;
	opacity: 0.85;
	border: 10px solid #fafff5;
}

#copy {
	background-color: #fafff5;
	width: 900px;
	margin: 0 auto;
	margin: 20px;
	padding: 20px 30px;
	opacity: 0.85;
	color: #788074;
}

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

h1 {
	font-family: Cookie;
	font-size: 50px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #5e695e;
	margin: 35px 0px 15px 0px;
}

h2 {
	font-size: 24px;
	font-family: Quintessential;
	color: #758073;
	margin: 25px 0px -5px 0px;
}

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

h3 {
	font-size: 18px;
	font-family: Murecho;
	font-weight: 400;
	color: #535e53;
	margin: 12px 0px -10px 0px;
}

h4 {
	font-size: 18px;
	font-family: Murecho;
	font-weight: 400;
	color: #535e53;
	margin: 4px 0px 4px 0px;
}

h5 {
	font-family: Quintessential;
	font-size: 24px;
	font-style: italic;
	color: #758073;
	margin: 20px 0px 20px 0px;
}

h6 {
	font-size: 16.5px;
	color: #758073;
	margin: 10px 0px -8px 0px;
}

hr { 
  border: 1px dashed #8ba685;
  margin: 20px 0px -5px 0px;
}

b, strong {
	color: #8ba685;
}

i, em {
	color: #5e695e;
}

u {
	color: #5e695e;
}

a:link, a:visited {
	color: #6d8269;
	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: #8fa38b;
	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;
	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:138px;
  background: #fafff5;
  padding-left: 15px;
  padding-right: 12px;
  z-index: 0;
  padding-top: 12px;
  vertical-align: top;
  line-height:30px;
}

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

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

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

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

.totsikko a {
	color: #5e6e5b;
}

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

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

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

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

#galleria {
	width: 940px;
	margin: 20px -35px -5px -35px;
	box-sizing: border-box;
	padding: 0px;
	text-align: center;
}

.gkuva {
	margin: 0px 8px;
}

/* Style the tab */
.tab {
  overflow: hidden;
  background-color: #a0b59a;
	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: 92px;
	padding: 0;
	float: left;
	width: auto;
  	background-color: transparent;
  	color: #535e53;
  	font-family: Murecho;
  	font-size: 18px;
  	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: #71856e;
	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: #374036;
}

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

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

.tabcontent b {
	color: #798a76;
}

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

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

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

table#kisat {
	width: 860px;
	border-spacing: 15px;
	margin: 5px -15px;
}

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

.tkisa {
	background-color: #c4d1be;
	padding: 2px 20px;
}

.meriitit {
	font-size:18px;
	letter-spacing:1px;
	color:#758073;
	margin:20px 0px -15px 0px;
}

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

table#tiedot {
	width: 540px;
	border-spacing: 0px;
	margin: 25px 0px 15px 0px;
}

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

.ttieto {
	padding: 8px 16px;
	background-color: #fafff5;
}

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

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

table#suku2 {
	width: 900px;
	border-spacing: 15px;
	margin: 5px -15px -17px -15px;
}

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

.suku2 b {
	color:#637363;
}

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

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

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

.tkisa2 b {
	color:#637363;
}