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

::selection {
	background: #a98bb5;
	color: #f0e4f7;
}

::-moz-selection {
	background: #a98bb5;
	color: #f0e4f7;
}

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

#ots {
	font-family: Satisfy;
	font-size: 70px;
	letter-spacing: 1px;
	text-align: center;
	margin: -215px 0px 224px 20px;
	color: #f0e4f7;
	border-bottom: 2px solid #e0ceeb;
	width: 380px;
	height: 52px;
}

#pots {
	font-family: Satisfy;
	font-size: 28px;
	letter-spacing: 5px;
	text-align: left;
	margin: -205px 40px 92px 70px;
	color: #d2bfde;
	width: 380px;
	height: 50px;
}

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

#linkit {
	margin-top: -24px;
	width: 100%;
	height: 60px;
	font-size: 24px;
	font-family: Orelega One;
	background-color: #dab4e0;
	opacity: 0.9;
	text-transform: lowercase;
	box-shadow: 0px 0px 10px #49384f;
	border-bottom: 2px solid #fff;
}

#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: 16px 55px;
	width: auto;
	text-decoration: none;
	color: #8c6991;
	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: #c599c9;
	color: #f0e4f7;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

#teksti {
	width: 920px;
	margin: 0 auto;
	padding: 25px 40px;
	background-color: rgba(239, 225, 240, 0.8);
	box-shadow: 0px 0px 5px #6c5673;
	clear: left;
}

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

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

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

#copy u {
	color: #f2e6f5 !important;
}

#copy b {
	color: #f2e6f5 !important;
}

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

h1 {
	font-family: Satisfy;
	font-size: 34px;
	color: #877094;
	margin: 40px 0px 15px 0px;
}

h2 {
	font-size: 25px;
	font-family: Orelega One;
	color: #99799c;
	margin: 20px 0px -5px 20px;
	font-weight: 500;
}

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

h3 {
	font-size: 20px;
	letter-spacing: 1px;
	font-family: Orelega One;
	color: #a684ab;
	font-weight: 500;
	margin: 10px 0px -2px 0px;
}

h4 {
	font-size: 17px;
	letter-spacing: 1px;
	font-family: Orelega One;
	text-transform: uppercase;
	color: #6a5070;
	margin: 8px 0px 5px 0px;
	font-weight: 500;
}

h5 {
	font-family: Satisfy;
	font-size: 20px;
	letter-spacing: 2px;
	margin: 15px 0px 15px 20px;
	color: #99799c;
}

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

b, strong {
	color: #9778a1;
}

i, em {
	color: #8b678f;
}

u {
	color: #8b678f;
}

a:link, a:visited {
	color: #7f688c;
	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: #b284b8;
	text-decoration: none;
	transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

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: #a385ab;
	padding: 0px 17px;
}

.totsikko a {
	color: #5a3d63;
}

.totsikko a:hover {
	color: #7f5f8a;
}

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

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

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

#galleria {
	width: 100%;
	margin: 20px 0px 0px 0px;
	box-sizing: border-box;
	padding: 0px;
	text-align: center;
}

.gkuva {
	margin: 0px 8px;
}

/* 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: 900px;
	border-spacing: 16px;
	margin: 10px -15px -10px -15px;
}

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

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

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

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

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

.tkisa {
	width: 50%;
	background-color: #d6bddb;
	padding: 6px 16px;
	line-height: 24px;
}

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