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

::selection {
	background: #67b0db;
	color: #f5fcff;
}

::-moz-selection {
	background: #67b0db;
	color: #f5fcff;
}

#sivupalkki {
	width: 20vw;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

#ots {
	font-family: Pacifico;
	font-size: 2.7vw;
	color: #b3e3ff;
	text-shadow: 0px 0px 5px #357fa6;
	width: 22vw;
	padding: 28px 5px 5px 0px;
	text-align: center;
	margin-top: 0px;
}

#pots {
	font-size: 1vw;
	text-align: center;
	text-transform: uppercase;
	color: #f5fcff;
	text-shadow: 0px 0px 15px #357fa6;
	margin-top: 30px;
	width: 22vw;
	padding: 0px;
	letter-spacing: 2px;
}

#linkit {
	margin: 0 auto;
	margin-top: 20px;
	width: 22vw;
	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: 10px 0px 0px 0px;
	padding: 13px 0px;
	width: 20vw;
	text-decoration: none;
	color: #f5fcff;
	text-shadow: 0px 0px 3px #357fa6;
	font-weight: 500;
	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: #c2e7ff;
	text-shadow: 0px 0px 3px #52a5d1;
	color: #28668a;
	opacity: 0.4;
	transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

#otskuva {
	position: absolute;
	bottom: -10px;
	left: 1.7vw;
	width:22vw;
	height:auto;
}

#teksti {
	box-sizing: border-box;
	width: 100%;
	padding: 25px 45px;
	overflow-y: auto;
	overflow-x: hidden;
	clear: left;
	position: absolute;
	top: 1.5vw;
	left: 22vw;
	height: 90vh;
	max-width: 55vw;
	background-color: rgba(222, 242, 255, 0.7);
	box-shadow: 0px 0px 10px #408bb3;
}

#copy {
	width: 55vw;
	clear: left;
	position: absolute;
	bottom:0px;
	left:22vw;
	color: #f5fcff;
	text-align:center;
}

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

h1 {
	font-family: Pacifico;
	font-size: 38px;
	font-weight: 400;
	color: #4797c9;
	text-shadow: 0px 0px 5px #7ec6f2;
	margin: 30px 0px 25px 0px;
}

h2 {
	font-size: 30px;
	letter-spacing: 1px;
	font-family: Caveat;
	color: #47718f;
	text-shadow: 0px 0px 3px #74bfed;
	margin: 25px 0px -5px 0px;
}

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

h3 {
	font-size: 18px;
	font-weight: 400;
	color: #f5fcff;
	text-shadow: 0px 0px 2px #7ec6f2;
	margin: 12px 0px 10px 0px;
}

h4 {
	font-size: 16px;
	font-weight: 400;
	color: #f5fcff;
	text-shadow: 0px 0px 2px #7ec6f2;
	margin: 2px 0px;
}

h5 {
	font-family: Caveat;
	font-size: 25px;
	color: #407b99;
	text-shadow: 0px 0px 3px #74bfed;
	margin: 20px 0px 35px 20px;
}

h6 {
	font-family: Pacifico;
	font-size: 1vw;
	font-weight:400;
	color: #3b8db8;
	text-shadow: 0px 0px 3px #74bfed;
	margin: 2px 0px 6px 0px;
}

b, strong {
	color: #4289ad;
}

i, em {
	color: #47718f;
}

u {
	color: #47718f;
}

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

.hevoslista {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-top:20px;
	width:102.5%;
}

.hsarake {
  display: flex;
  flex-wrap: wrap;
  width: calc(50% - 15px);
  margin-right: 15px;
  align-items: center;
  margin-bottom: 15px;
}

.hsarake img {
  height: 150px;
  border-radius: 7px 0px 0px 7px;
	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.85;
}

.hsarake2 {
  margin-top: -10px;
  width: calc(100% - 150px);
  height:133px;
  background: #97d5f7;
  padding-left: 17px;
  padding-right: 10px;
  z-index: 0;
  padding-top: 17px;
  vertical-align: top;
}

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

.meriitit {
	font-size:25px;
	color:#56a9d6;
	text-shadow: 0px 0px 2px #87cef5;
	padding: 0px 25px;
	font-family:Borel;
}

.tietokuva {
  background: #6bb4db;
  padding: 6px;
  margin-top:-12px;
  margin-bottom: 1px;
  width: 300px;
  height: 400px;
  float:right;
	border-radius:5px;
}

table#tiedot {
	width: 32vw;
	border-spacing: 0px;
	margin: 25px 0px 30px 0px;
}

.ttieto {
	padding: 7px 19px;
	background-color: #97d5f7;
}

.totsikko {
	background-color: #6bb4db;
	padding: 0px 18px;
	border-radius:5px 5px 0px 0px;
}

.totsikko2 {
	background-color: #6bb4db;
	padding: 8px 20px;
}

.tlista {
	background-color: #97d5f7;
	padding: 15px 0px;
	text-align: center;
	vertical-align: top;
	width:25%;
	line-height: 24px;
}

.tietotausta {
	background-color: #97d5f7;
	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: 110%;
	margin: 20px -5% 0px -5%;
	box-sizing: border-box;
	padding: 0px;
	text-align: center;
}

.gkuva {
	margin: 0px 8px 15px 8px;
}

.tkas {
	background-color: #97d5f7;
	padding: 7px 18px;
}

table#suku {
	width: calc(100% + 40px);
	border-spacing: 20px;
	margin: -15px -20px 10px -20px;
}

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

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

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

.tkisa {
	background-color: #97d5f7;
	padding: 1px 18px;
	border-radius:5px;
	margin: 20px 0px;
}

.tsarake {
	font-size:13px;
  vertical-align: top;
}