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

::selection {
	background: #b5a3b0;
	color: #f7f5f7;
}

::-moz-selection {
	background: #b5a3b0;
	color: #f7f5f7;
}

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

#ots {
	font-family: Leckerli One;
	font-size: 100px;
	text-align: center;
	margin: -40px 0px 110px 0px;
	color: #b5a3b0;
}

#pots {
	font-family: Leckerli One;
	font-size: 24px;
	letter-spacing: 3px;
	text-align: center;
	margin: -170px 40px 50px 0px;
	color: #8c818f;
}

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

#linkit {
	margin: -6px 0px 0px 0px;
	width: 1000px;
	height: 60px;
	font-size: 19px;
	font-family: Roboto Slab;
	background-color: #f7f5f7;
	letter-spacing: 1px;
	text-transform: uppercase;
}

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

#linkit ul li a:hover {
	background-color: #d3c9d4;
	color: #7d7082;
	opacity: 0.6;
	font-weight: 500;
	transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

#teksti {
	width: 912px;
	margin: 0 auto;
	margin-top: 0px;
	padding: 25px 40px;
	background-color: rgba(245, 240, 244, 0.9);
	clear: left;
	border-right: 4px solid #f7f5f7;
	border-left: 4px solid #f7f5f7;
	border-bottom: 4px solid #f7f5f7;
}

#copy {
	color: #5e505b;
	width: 920px;
	height: 180px;
	margin: 0 auto;
}

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

#copy a:hover {
	color: #4a3a47 !important;
}

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

h1 {
	font-family: Leckerli One;
	font-size: 34px;
	color: #968392;
	margin: 35px 0px 20px 0px;
}

h2 {
	font-size: 25px;
	font-family: Leckerli One;
	color: #968392;
	margin: 20px 0px 0px 20px;
}

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

h3 {
	font-size: 16px;
	letter-spacing: 1px;
	font-family: Roboto Slab;
	text-transform: uppercase;
	color: #7f7082;
	margin: 14px 0px -11px 0px;
}

h4 {
	font-size: 16px;
	letter-spacing: 1px;
	font-family: Roboto Slab;
	color: #7f7082;
	text-transform: uppercase;
	margin: 12px 0px 9px 0px;
}

h5 {
	font-family: Leckerli One;
	font-size: 20px;
	letter-spacing: 2px;
	margin: 15px 0px 10px 20px;
	color: #8c818f;
}

h6 {
	font-size: 16.5px;
	font-family: Source Sans Pro;
	color: #46593b;
	text-shadow: 0px 0px 1px #7f966e;
	text-align: center;
	margin: -5px 0px -7px 0px;
}

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

b, strong {
	color: #a8929f;
}

i, em {
	color: #6a5a6b;
}

u {
	color: #6a5a6b;
}

a:link, a:visited {
	color: #938496;
	text-decoration: none;
	transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

a:hover {
	color: #6e3f5f;
	text-decoration: none;
	transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s 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.8;
	filter: grayscale(50%);
	transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
}

.ksarake img:hover {
	opacity: 1.0;
	filter: grayscale(0%);
}

.ksarake2 {
  margin-top: -9px;
  width: calc(100% - 150px);
  height:136px;
  background: #d9ccd7;
  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: 15px 0px;
}

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

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

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

.totsikko b {
	color: #7a6978;
}

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

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

.pikku: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;
}

#galleria {
	width: 992px;
	margin: 25px -40px -5px -40px;
	box-sizing: border-box;
	padding: 0px;
	text-align: center;
}

.gkuva {
	margin: 0px 8px;
	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;
}

.gkuva: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;
}

/* Style the tab */
.tab {
  	overflow: hidden;
  	background-color: #c2b2c0;
	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: 64px;
	padding: 0;
	float: left;
	width: auto;
  	background-color: transparent;
  font-size: 16px;
	letter-spacing: 1px;
	font-family: Roboto Slab;
	text-transform: uppercase;
	color: #7f7082;
  	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: #ab95a9;
	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: #685969;
  	text-shadow: 0px 0px 2px #7f7082;
}

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

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

table#suku {
	width: 902px;
	border-spacing: 20px;
	margin: 10px -20px 0px -20px;
}

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

.suku b {
	color: #7a6978;
}

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

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

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

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

.tkisa b {
	color: #7a6978;
}