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

::selection {
	background: #8c88bf;
	color: #fbf7ff;
}

::-moz-selection {
	background: #8c88bf;
	color: #fbf7ff;
}

#ulk {
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	background-color: rgba(193, 173, 237, 0.75);
}

#ots {
	font-family: Satisfy;
	font-size: 145px;
	text-align: center;
	margin: -135px 0px 205px 0px;
	color: #f0e0ff;
}

#pots {
	font-family: Quintessential;
	font-size: 50px;
	font-style: italic;
	letter-spacing: 3px;
	text-align: center;
	margin: -330px 0px 210px 0px;
	color: #fff;
}

#yla {
	width: 100%;
	height: 380px;
	margin: 0 auto;
	background-image: url(kuvat/b.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
}

#linkit {
	margin: 0 auto;
	margin-top:-85px;
	width: 950px;
	height: 60px;
	font-size: 19px;
	font-family: Orelega One;
	background-color: #fbf7ff;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#linkit ul {
	width: 950px;
	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 35px;
	width: auto;
	text-decoration: none;
	color: #7d70a1;
	background-color: transparent;
	opacity: 0.9;
	font-weight: 500;
	transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

#linkit ul li a:hover {
	background-color: #bbaae3;
	color: #705994;
	font-weight: 500;
	transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

#teksti {
	width: 890px;
	margin: 0 auto;
	margin-top: 0px;
	padding: 12px 30px 25px 30px;
	background-color: #eedeff;
	clear: left;
}

#copy {
	color: #f5edff;
	width: 890px;
	height: 160px;
	margin: 0 auto;
	margin-bottom: 0px;
}

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

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

#copy b {
	color: #e6d7f7;
}

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

h1 {
	font-family: Satisfy;
	font-size: 40px;
	letter-spacing: 1px;
	color: #756ca6;
	margin: 40px 0px 15px 2px;
}

h2 {
	font-size: 24px;
	font-family: Orelega One;
	font-weight:400;
	color: #927db3;
	margin: 20px 0px -5px 0px;
}

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

h3 {
	font-size: 20px;
	font-family: Orelega One;
	font-weight: 400;
	color: #6d5d91;
	margin: 10px 0px 10px 0px;
}

h4 {
	font-size: 20px;
	font-family: Orelega One;
	font-weight: 400;
	color: #6d5d91;
	margin: 4px 0px 4px 0px;
}

h5 {
	font-family: Quintessential;
	font-size: 24px;
	font-style: italic;
	color: #927db3;
	margin: 15px 0px 15px 5px;
}

h6 {
	font-size: 16.5px;
	color: #8572a6;
	margin: 14px 0px -8px 0px;
}

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

b, strong {
	color: #927db3;
}

i, em {
	color: #6e659c;
}

u {
	color: #6e659c;
}

a:link, a:visited {
	color: #927db3;
	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: #6e6599;
	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 {
  opacity:0.9;
  height: 150px;
	transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.ksarake img:hover {
    opacity:1.0;
}

.ksarake2 {
  margin-top: -9px;
  width: calc(100% - 150px);
  height:136px;
  background: #d0c0eb;
  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: 20px 0px 10px 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: #b3a5d6;
	padding: 0px 16px;
}

.totsikko a {
	color: #68588a;
}

.totsikko a:hover {
	color: #8573ba;
}

.tkas {
	background-color: #d0c0eb;
	padding: 7px 16px;
	vertical-align: top;
}

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

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

#galleria {
	width: 950px;
	margin: 10px -30px -8px -30px;
	box-sizing: border-box;
	padding: 0px;
	text-align: center;
}

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

.gkuva:hover {
	opacity:1.0;
	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: #a385ab;
	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: 64px;
	padding: 0;
	float: left;
	width: auto;
  	background-color: transparent;
  font-size: 17px;
	letter-spacing: 1px;
	font-family: Orelega One;
	text-transform: uppercase;
	color: #73587a;
  	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: #8d7196;
	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: #56405e;
}

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

.tabcontent b {
	color: #83688c;
}

.tabcontent a:hover {
	color: #5a3d63;
}

@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: #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;
}

#space {
	clear: left;
	height: 5px;
}

.meriitit {
	font-size:18px;
	font-family:Orelega One;
	letter-spacing:1px;
	color:#927db3;
	margin:10px 0px -10px 0px;
}

.tietokuva {
  background: #b3a5d6;
  padding: 6px;
  margin-top:-58px;
  margin-bottom: 1px;
  width: 300px;
  height: 400px;
  float:right;
}

table#tiedot {
	width: 555px;
	border-spacing: 0px;
	margin: -2.5px 0px 15px 0px;
}

.totsikko2 {
	background-color: #b3a5d6;
	padding: 0px 14px;
}

.ttieto {
	padding: 8px 14px;
	background-color: #d0c0eb;
}

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

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

table#suku2 {
	width: 920px;
	border-spacing: 15px;
	margin: 0px -15px 0px -15px;
}

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

.suku2 b {
	color:#8572a6;
}

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

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

.tkisa2 {
	width: 50%;
	background-color: #d0c0eb;
	padding: 0px 16px;
  vertical-align: top;
}

.tkisa2 b {
	color:#8572a6;
}