body {
	background-image: url(kuvat/bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	font-family: Open Sans;
	color: #000;
	font-size: 14px;
	line-height: 27px;
	padding: 0px;
	margin: 0px 0px 50px 0px;
}

::selection {
	background: #d490c2;
	color: #fff0fb;
}

::-moz-selection {
	background: #d490c2;
	color: #fff0fb;
}

#ulk {
	width: 1300px;
	margin: 0 auto;
	margin-top: 30px;
}

#linkit {
	margin-top: -17px;
	width: 100%;
	height: 75px;
	font-size: 36px;
	font-family: Nerko One;
	background-color: #ebaed2;
	opacity: 0.9;
	letter-spacing: 1px;
	text-transform: uppercase;
	box-shadow: 0px 0px 10px #8a4973;
}

#linkit ul {
	text-align: center;
	padding: 0;
	list-style-type: none;
}

#linkit ul li {
	display: inline-block;
}

#linkit ul li a {
	display: block;
	margin: 10px 0px;
	padding: 13px 50px;
	width: auto;
	text-decoration: none;
	color: #964472;
	text-shadow: 0px 0px 5px #e39ac9;
	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 {
	color: #bd6d9a;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

#yla {
	width: 1300px;
	margin: 0 auto;
}

#teksti {
	width: 960px;
	margin: 0 auto;
	margin-top: -20px;
	padding: 20px 40px;
	background-color: #f7cdec;
	opacity: 0.9;
	border-radius: 15px;
	box-shadow: 0px 0px 10px #8a4973;
}

#copy {
	text-align: center;
	color: #ffe8f6;
}

#copy a {
	color: #ffe8f6 !important;
	text-decoration: underline;
}

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

h1 {
	font-family: Fredoka One;
	font-size: 34px;
	color: #ad4e83;
	letter-spacing: 2px;
	text-shadow: 0px 0px 5px #e39ac9;
	margin: 25px 0px 22px 0px;
}

h2 {
	font-size: 26px;
	font-family: Fredoka One;
	margin: 0px;
	letter-spacing: 1px;
	color: #ad659b;
	text-shadow: 0px 0px 1px #c783b6;
}

h3 {
	font-size: 26px;
	font-family: Mansalva;
	margin: 5px 0px;
	color: #8c3f6d;
	text-shadow: 0px 0px 1px #c46499;
}

h4 {
	font-size: 24px;
	font-family: Mansalva;
	margin: 10px 0px 0px 0px;
	text-indent: 20px;
  	color: #824469;
	text-shadow: 0px 0px 1px #db86b9;
}

h5 {
	font-size: 28px;
	font-family: Mansalva;
	color: #d681c2;
	text-shadow: 0px 0px 1px #bf71ad;
	margin: 25px;
}

h6 {
	font-size: 19px;
	font-family: Fredoka One;
	text-align: center;
	margin: -5px 0px;
	color: #964472;
	text-shadow: 0px 0px 2px #e39ac9;
}

hr {
	overflow: visible;
    padding: 0;
    width: 990px;
    border: none;
    border-top: 2px solid #c47aa8;
	text-shadow: 0px 0px 10px #e39ac9;
    text-align: center;
    margin: 30px -15px;
    opacity: 0.5;
}

b, strong {
	color: #964472;
	text-shadow: 0px 0px 2px #e39ac9;
}

i, em {
	color: #733b66;
	text-shadow: 0px 0px 2px #c77fb6;
}

u {
	color: #733b66;
	text-shadow: 0px 0px 2px #c77fb6;
}

a:link, a:visited {
	color: #964472;
	text-shadow: 0px 0px 2px #e39ac9;
	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: #59284b;
	text-shadow: 0px 0px 2px #c77fb6;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.hevoset {
	text-align: center;
	width: 100%;
	height: 150px;
	margin: -14px 0px 0px 0px;
	padding: 0px;
	border-radius: 10px 10px 0px 0px;
	border-bottom: 1px solid #fff;
	transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

#hsarake {
	margin-top: 20px;
	border: 1px solid #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 5px #8a4973;
	background-color: #db9ec8;
	padding: 0px 0px 5px 0px;
	margin-right: 25px;
	width: calc(25% - 21px);
	float: left;
	font-size: 13px;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

#hsarake img:hover {
	opacity: 0.8;
	transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

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

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

.totsikko {
	background-color: #d998c4;
	padding: 15px 20px;
	border-radius: 15px;
	box-shadow: 0px 0px 1px #8a4973;
}

.spacer {
	background-color: transparent;
	height: 10px;
}

.tkas {
	background-color: #edb4db;
	padding: 10px 20px;
}

.tkas:first-child {
	border-radius: 15px 0px 0px 15px;
}

.tkas:nth-child(4) {
	border-radius: 0px 15px 15px 0px;
}

.tietotausta {
	background-color: #e3aad2;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-shadow: 0px 0px 5px #8a4973;
	padding: 35px 40px 20px 40px;
	margin: 30px -50px 40px -40px;
	box-sizing: border-box;
	width: 1040px;
}

.kuva {
	float: left;
	height: 370px;
	margin: -54px 25px 0 -15px;
	box-shadow: 0px 0px 5px #8a4973;
	border-radius: 12px;
  	background-color: #fff;
	padding: 1px;
}

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

.gkuva {
	margin: 0px 8px;
}

.tab {
  	overflow: hidden;
  	background-color: #d998c4;
	margin: 0 auto;
	margin-top: 30px;
	width: 100%;
	border-radius: 15px 15px 0px 0px;
}

.tab button {
	display: block;
	margin: 0;
	margin-left: 100px;
	padding: 0;
	float: left;
	width: auto;
  	background-color: transparent;
  	color: #824469;
	text-shadow: 0px 0px 1px #db86b9;
  	font-family: Nerko One;
  	font-size: 26px;
  	float: left;
  	border: none;
  	outline: none;
  	cursor: pointer;
  	padding: 14px 9px;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.tab button:hover {
  	background-color: transparent;
  	color: #a65b87;
	text-shadow: 0px 0px 1px #db91bc;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.tab button.active {
  	background-color: transparent;
  	color: #572944;
	text-shadow: 0px 0px 1px #b56493;
}

.tabcontent {
  	animation: fadeEffect 1s;
  	background-color: #edb4db;
  	display: none;
  	padding: 1px 25px;
  	border-top: none;
  	border-radius: 0px 0px 15px 15px;
  	margin-bottom: 15px;
}

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

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

.suku {
	width: 33%;
	background-color: #d998c4;
	padding: 15px 20px;
	line-height: 25px;
	border-radius: 15px;
}

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

.tjalk {
	background-color: #edb4db;
	padding: 6px 20px;
}

.tjalk:first-child {
	border-radius: 15px 0px 0px 15px;
}

.tjalk:nth-child(5) {
	border-radius: 0px 15px 15px 0px;
}

table#kisat {
	width: 100%;
	border-spacing: 0px;
	margin: 23px 0px 0px 0px;
}

.tsarake {
	padding: 0px 19px;
}