body {
	background-image: url(kuvat/t.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	font-family: Libre Franklin;
	color: #2f3632;
	font-size: 13.5px;
	line-height: 28px;
	padding: 0px;
	margin: 50px 0px 50px 0px;
}

::selection {
	background: #a7c7ae;
	color: #ebf7ef;
}

::-moz-selection {
	background: #a7c7ae;
	color: #ebf7ef;
}

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

#ots {
	font-family: Italianno;
	font-size: 150px;
	text-align: right;
	margin: -102px 105px 74px 0px;
	color: #4b6655;
}

#yla {
	width: 100%;
	width: 1000px;
	height: 386px;
	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: 18px;
	font-family: Libre Franklin;
	background-color: #56785c;
	letter-spacing: 2px;
	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 0px;
	padding: 16px 50px;
	width: auto;
	text-decoration: none;
	color: #ebf7ef;
	background-color: transparent;
	opacity: 0.9;
	font-weight: 500;
	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: #699171;
	color: #ebf7ef;
	opacity: 1.0;
	font-weight: 500;
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

#teksti {
	width: 920px;
	margin: 0 auto;
	margin-top: 0px;
	padding: 25px 40px 45px 40px;
	background-color: rgba(235, 247, 239, 0.9);
	clear: left;
}

#copy {
	color: #ebf7ef;
	width: 1000px;
	height: 180px;
	margin: 0 auto;
	margin-top: -25px;
	background-color: #8fb597;
	padding: 5px 0px 0px 0px;
}

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

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

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

h1 {
	font-family: Lobster Two;
	font-size: 30px;
	letter-spacing: 2px;
	color: #668c75;
	margin: 35px 0px 20px 0px;
}

h2 {
	font-size: 20px;
	font-family: Libre Franklin;
	letter-spacing: 2px;
	text-transform: lowercase;
	color: #85ab9a;
	margin: 20px 0px 0px 20px;
}

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

h3 {
	font-size: 19px;
	letter-spacing: 2px;
	font-family: Lobster Two;
	color: #4b6655;
	margin: 14px 0px -11px 0px;
}

h4 {
	font-size: 15px;
	letter-spacing: 1px;
	font-family: Libre Franklin;
	color: #4b6655;
	margin: 10px 0px -5px 0px;
}

h5 {
	font-family: Italianno;
	font-size: 34px;
	letter-spacing: 2px;
	margin: 20px 0px 15px 20px;
	color: #85ab9a;
}

h6 {
	font-size: 18px;
	font-family: Libre Franklin;
	color: #85ab9a;
	margin: 8px 0px -15px 0px;
}

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

b, strong {
	color: #6d8a74;
}

i, em {
	color: #4c6351;
}

u {
	color: #4c6351;
}

a:link, a:visited {
	color: #6d8a74;
	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: #87ad94;
	text-decoration: none;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s 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: #8fb597;
	padding: 0px 18px;
}

.totsikko a {
	color: #4c6351;
}

.totsikko a:hover {
	color: #6d8a74;
}

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

.kuva {
	height: 400px;
	margin: 5px 0px 0px 0px;
	opacity: 0.9;
	filter: grayscale(30%);
	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(240, 245, 242, 0.9);
	padding: 1px;
	opacity: 0.9;
	filter: grayscale(30%);
	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: 100%;
	margin: 25px 0px -5px 0px;
	box-sizing: border-box;
	padding: 0px;
	text-align: center;
}

.gkuva {
	margin: 0px 8px;
	opacity: 0.9;
	filter: grayscale(30%);
	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: #8fb597;
	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: 90px;
	padding: 0;
	float: left;
	width: auto;
  	background-color: transparent;
  font-size: 19px;
	letter-spacing: 2px;
	font-family: Lobster Two;
	color: #4b6655;
	font-weight: 600;
  	border: none;
  	outline: none;
  	cursor: pointer;
  	padding: 12px 16px;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

/* Change background color of buttons on hover */
.tab button:hover {
  	background-color: transparent;
  	color: #6a8a76;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

/* Create an active/current tablink class */
.tab button.active {
  	background-color: transparent;
  	color: #395245;
  	text-shadow: 0px 0px 1px #4b6655;
}

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

.suku b {
	color: #4b6655;
}

.suku a {
	color: #4c6351;
}

.suku a:hover {
	color: #6d8a74;
}

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

.tkisa {
	width: 50%;
	background-color: #8fb597;
	padding: 6px 20px;
	line-height: 24px;
}

.tkisa b {
	color: #4b6655;
}

.tkisa a {
	color: #4c6351;
}

.tkisa a:hover {
	color: #6d8a74;
}

.tterveys {
	background-color: #8fb597;
	padding: 0px 16px;
	line-height: 24px;
}