body {
	background-image: url(kuvat/t.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	font-family: Source Sans Pro;
	color: #2e2127;
	font-size: 14px;
	line-height: 28px;
	padding: 0px;
	margin: 50px 0px 0px 0px;
}

::selection {
	background: #ba8da5;
	color: #ffedf5;
}

::-moz-selection {
	background: #ba8da5;
	color: #ffedf5;
}

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

#ots {
	font-family: Birthstone Bounce;
	font-size: 160px;
	text-align: right;
	margin: -205px 70px 183px 0px;
	color: #ffedf5;
	text-shadow: 0px 0px 12px #4a3a47;
}

#ots a {
	color:#ffedf5;
	text-shadow: 0px 0px 12px #4a3a47;
}

#ots a:hover {
	color:#ffedf5;
	text-shadow: 0px 0px 12px #4a3a47;
}

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

#linkit {
	margin: -85px 0px 15px 480px;
	width: 500px;
	height: 65px;
	font-size: 15px;
	font-family: Source Sans Pro;
	background-color: transparent;
	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 5px;
	padding: 7px 24px;
	width: auto;
	text-decoration: none;
	color: #fff;
	text-shadow: 0px 0px 5px #8a697d;
	background-color: #523d4a;
	opacity: 0.9;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

#linkit ul li a:hover {
	background-color: #5e4050;
	opacity: 0.6;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

#teksti {
	width: 880px;
	margin: 0 auto;
	margin-top: -1px;
	padding: 25px 40px;
	background-color: rgba(250, 235, 242, 0.85);
	box-shadow: 0px 0px 10px #785572;
	clear: left;
	border-top: 20px solid #fff;
	border-bottom: 20px solid #fff;
}

#copy {
	color: #6e5964;
	width: 920px;
	height: 175px;
	margin: 0 auto;
	font-size: 13px;
	opacity: 0.8;
}

#copy a {
	color: #8a6b7f !important;
	text-shadow: none;
	text-decoration: none;
}

#copy a:hover {
	color: #b895a7 !important;
	text-shadow: none;
}

#copy u {
	color: #785a6f !important;
}

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

h1 {
	font-family: Birthstone;
	font-size: 52px;
	color: #a67e8e;
	text-shadow: 0px 0px 2px #b8889b;
	margin: 35px 0px 20px 0px;
}

h2 {
	font-size: 34px;
	font-family: Birthstone;
	color: #806076;
	text-shadow: 0px 0px 2px #9c6d90;
	margin: 25px 0px -5px 20px;
}

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

h3 {
	font-size: 20px;
	letter-spacing:1px;
	font-family: Bubblegum Sans;
	font-weight: 600;
	color: #7d566d;
	text-shadow: 0px 0px 5px #b3819e;
	margin: 15px 0px -10px 0px;
}

h4 {
	font-size: 18px;
	letter-spacing:1px;
	font-family: Bubblegum Sans;
	font-weight: 600;
	color: #7d566d;
	text-shadow: 0px 0px 2px #b3819e;
	margin: 7px 0px;
}

h5 {
	font-family: Birthstone;
	font-size: 30px;
	color: #806076;
	text-shadow: 0px 0px 2px #9c6d90;
	margin: 20px 0px 20px 25px;
}

h6 {
	font-size: 18px;
	letter-spacing:1px;
	font-family: Bubblegum Sans;
	color: #946a7b;
	text-shadow: 0px 0px 2px #b07f92;
	margin: 15px 0px -7px 0px;
}

.meriitit {
	font-family: Bubblegum Sans;
	font-size:20px;
	letter-spacing:1px;
	color:#8f6e83;
	text-shadow: 0px 0px 2px #b3819e;
	font-weight:bold;
	margin:10px 0px -15px 0px;
}

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

b, strong {
	color: #916479;
}

i, em {
	color: #523748;
}

u {
	color: #523748;
}

a:link, a:visited {
	color: #916479;
	text-shadow: 0px 0px 1px #8a607a;
	text-decoration: none;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

a:hover {
	color: #c28fae;
	text-decoration: none;
	text-shadow: 0px 0px 1px #dbabc8;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s 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;
  background-color:transparent;
}

.ksarake img {
  height: 150px;
  opacity:0.9;
	transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
}

.ksarake img:hover {
  opacity:0.7;
	transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
}

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

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;
}

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

.totsikko a:hover {
	color: #633f50;
	text-shadow: 0px 0px 1px #704b5c;
}

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

.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: 12px -50px 0px -50px;
	box-sizing: border-box;
	padding: 0px;
	text-align: center;
}

.gkuva {
	margin: 0px 8px;
}

/* Style the tab */
.tab {
  	overflow: hidden;
  	background-color: #cca3b7;
	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: 85px;
	padding: 0;
	float: left;
	width: auto;
  	background-color: transparent;
  	color: #855b6f;
	text-shadow: 0px 0px 1px #8a607a;
  	font-family: Birthstone;
  	font-weight: 600;
  	font-size: 30px;
  	float: left;
  	border: none;
  	outline: none;
  	cursor: pointer;
  	padding: 7px 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: #a37993;
	text-shadow: 0px 0px 1px #c28fae;
	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: #523748;
	text-shadow: 0px 0px 1px #8a607a;
}

/* Style the tab content */
.tabcontent {
  	animation: fadeEffect 1s;
  	background-color: #debdcd;
  	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: #cca3b7;
	padding: 10px 20px;
	line-height: 25px;
}

.suku a:hover {
	color: #633f50;
	text-shadow: 0px 0px 1px #704b5c;
}

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

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

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

.tkisa {
	width: 50%;
	background-color: #cca3b7;
	padding: 5px 20px;
}

table#tiedot {
	width: 545px;
	border-spacing: 0px;
	margin: 30px 0px 20px 0px;
}

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

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

.tietokuva {
  background: #bf99af;
  padding: 6px;
  margin-top:36px;
  margin-bottom: -5px;
  width: 300px;
  height: 400px;
  float:right;
	border-radius:5px;
}

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

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

table#suku2 {
	width: 910px;
	border-spacing: 15px;
	margin: 10px -15px -17px -15px;
}

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

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

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

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