body {
	background-image: url(kuvat/t.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: Roboto;
	color: #1d2926;
	font-size: 14px;
	line-height: 28px;
	padding: 0px;
	margin: 85px 0px 50px 0px;
}

::selection {
	background: #5d9194;
	color: #f5fffe;
}

::-moz-selection {
	background: #5d9194;
	color: #f5fffe;
}

#sivupalkki {
	width: 18vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
}

#ots {
	font-family: Pacifico;
	font-size: 58px;
	color: #a5e6da;
	text-shadow: 0px 0px 5px #2b5952;
	width: 18vw;
	padding: 33px 5px 0px 0px;
	text-align: center;
	margin-top: 0px;
}

#pots {
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #f5fffe;
	text-shadow: 0px 0px 15px #193b36;
	margin-top: 30px;
	width: 18vw;
	padding: 0px;
	letter-spacing: 2px;
}

#linkit {
	margin: 0 auto;
	margin-top: 60px;
	width: 18vw;
	height: 60px;
	font-size: 19px;
	text-transform: uppercase;
}

#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;
	padding: 13px 0px;
	width: 18vw;
	text-decoration: none;
	color: #daf5ea;
	text-shadow: 0px 0px 3px #2b5952;
	font-weight: 500;
	opacity: 0.9;
	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: #baf5e3;
	color: #26414f;
	text-shadow: 0px 0px 5px #70b8aa;
	opacity: 0.4;
	transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

#otskuva {
	position: absolute;
	bottom: 5px;
	left: 0;
	opacity: 0.9;
}

#teksti {
	box-sizing: border-box;
	width: 100%;
	padding: 18px 40px;
	overflow: auto;
	clear: left;
	position: absolute;
	top: 0;
	left: 18vw;
	min-height: 100vh;
	max-width: 950px;
	background-color: rgba(211, 240, 231, 0.7);
	box-shadow: 0px 0px 10px #305261;
}

#copy {
	width: 100%;
	margin: 0 auto;
	margin: 30px 0px;
	padding: 25px 0px;
	color: #547c7d;
	border-top: 1px solid #588b8c;
}

table#c {
	width: 95%;
	margin: 0 auto;
	text-align: left;
}

h1 {
	font-family: Pacifico;
	font-size: 38px;
	font-weight: 400;
	color: #3a6b69;
	text-shadow: 0px 0px 5px #83c9b8;
	margin: 40px 0px 25px 0px;
}

h2 {
	font-size: 25px;
	letter-spacing: 2px;
	font-family: Shadows Into Light;
	color: #3a6b69;
	text-shadow: 0px 0px 3px #83c9b8;
	margin: 25px 0px -5px 0px;
}

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

h3 {
	font-size: 18px;
	font-weight: 400;
	color: #f5fffe;
	text-shadow: 0px 0px 2px #90d6c3;
	margin: 15px 0px -10px 0px;
}

h4 {
	font-size: 16px;
	font-weight: 400;
	color: #3d6a6e;
	text-shadow: 0px 0px 2px #83c9c6;
	margin: 14px 0px -7px 0px;
}

h5 {
	font-family: Shadows Into Light;
	font-size: 24px;
	font-style: italic;
	color: #558a73;
	text-shadow: 0px 0px 3px #83c9b8;
	margin: 15px 0px 35px 20px;
}

hr { 
  border: 1px solid #588b8c;
  box-shadow: 0px 0px 5px #83c9b8;
  margin: 20px 0px -5px 0px;
}

b, strong {
	color: #3a6b69;
}

i, em {
	color: #3a5c55;
}

u {
	color: #3a5c55;
}

a:link, a:visited {
	color: #4b826a;
	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: #2d5966;
	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: 20px 0px;
}

table#taulukko {
	width: 910px;
	border-spacing: 20px;
	margin: 5px -20px 30px -20px;
}

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

.totsikko {
	background-color: rgba(59, 112, 101, 0.5);
	padding: 0px 20px;
}

.totsikko a {
	color: #153d2c;
}

.totsikko a:hover {
	color: #2d5966;
}

.tkas {
	background-color: rgba(232, 252, 248, 0.5);
	padding: 7px 20px;
}

.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: 30px -40px 0px -40px;
	box-sizing: border-box;
	padding: 0px;
	text-align: center;
}

.gkuva {
	margin: 0px 8px;
}

/* Style the tab */
.tab {
  overflow: hidden;
  background-color: rgba(59, 112, 101, 0.5);
	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: 87px;
	padding: 0;
	float: left;
	width: auto;
  	background-color: transparent;
  	color: #f5fffe;
	text-shadow: 0px 0px 2px #90d6c3;
  	font-size: 18px;
  	font-weight: 400;
  	float: left;
  	border: none;
  	outline: none;
  	cursor: pointer;
  	padding: 14px 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: #a5e6da;
	text-shadow: 0px 0px 5px #497a73;
	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: #39635b;
	text-shadow: 0px 0px 1px #39635b;
	font-weight: 400;
}

/* Style the tab content */
.tabcontent {
  	animation: fadeEffect 1s;
  	background-color: rgba(232, 252, 248, 0.5);
  	display: none;
  	padding: 1px 20px;
  	border-top: none;
  	margin-bottom: 20px;
}

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

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

.suku {
	width: 33%;
	background-color: rgba(114, 171, 157, 0.5);
	padding: 15px 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: rgba(232, 252, 248, 0.5);
}

.tkisa {
	background-color: rgba(114, 171, 157, 0.5);
	padding: 2px 20px;
}

.tterveys {
	background-color: rgba(114, 171, 157, 0.5);
	padding: 0px 20px;
	line-height: 28px;
}