﻿@import url(http://fonts.googleapis.com/css?family=Alegreya+Sans);
 @import url(http://fonts.googleapis.com/css?family=Arima+Madurai);
 @import url(http://fonts.googleapis.com/css?family=Satisfy);
 @import url(http://fonts.googleapis.com/css?family=ABeeZee);
@import url('https://fonts.googleapis.com/css?family=Arapey:400,400i|Montserrat:400,400i,700,700i&display=swap');

@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,700,300);
 @import url(http://fonts.googleapis.com/css?family=Arima+Madurai);
 @import url(http://fonts.googleapis.com/css?family=Eagle+Lake);
 
 body {
     background: #f6f6f6 url(tausta1.jpg);
	 background-size:cover;
     height:100%;
     background-attachment:fixed;
     margin:0 auto;
}

/* Sisältö 
============================= */
 #koko {
     margin: 0 auto;
     width: 1200px;
     margin-top:100px;
     margin-bottom: 15px;
}
 .index {
     -webkit-box-shadow: 0px 0px 24px 0px rgba(50, 50, 50, 0.45);
     -moz-box-shadow: 0px 0px 24px 0px rgba(50, 50, 50, 0.45);
     box-shadow: 0px 0px 24px 0px rgba(50, 50, 50, 0.45);
     background: rgba(255,255,255,0.95) url(hevonen.png) right top;
     background-repeat: no-repeat;
     width: 950px;
     margin-top: -50px;
     margin: 0 auto;
     border: 2px solid #e1e1e1;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
 	font-family: 'Montserrat', sans-serif;
  	font-size: 14px;
 	line-height: 1.7;
  	text-align: justify;
     font-weight: 200;
     color: #031908;
     padding: 0px 0px 0px 0px;
     text-align: justify;
}
 #tekstit {
     margin: 0 auto;
     padding: 40px 50px 10px 50px;
}
 a:link {
     color: #65526b;
     text-decoration: none;
}
 a:visited {
     color: #65526b;
     text-decoration: none;
}
 a:active, a:hover {
     color: #96859b;
     text-decoration: none;
     font-style: normal;
     text-shadow: 2px 2px 3px rgba(150, 150, 150, 1);
}
 .kuva {
     padding: 5px;
     border: 1px solid #aeaeae;
     background-color: #fff;
     border-radius: 5px;
     overflow: hidden;
     box-shadow: 0 0 6px #ccc;
}
 #copyt {
     border:0;
     width:100%;
     height:100px;
     font-family:Arima Madurai;
     font-size:12px;
     letter-spacing: 1px;
     color:rgba(250, 250, 250, 0.8);
     text-shadow:1px 1px 2px #000;
     padding-top:10px;
     text-align:center;
     margin:0 auto;
}
/* Väliotsikot 
============================= */
 h1 {
     font-size: 32px;
     font-weight: 400;
     font-family: Satisfy;
     color: #47394b;
     padding: 0px 0px 10px 30px;
     letter-spacing: 3px;
     text-shadow: 2px 2px 10px rgba(150, 150, 150, 1);
}
 h2 {
     font-size: 20px;
     font-weight: bold;
     font-family: ABeeZee;
     color: #47394b;
     padding: 10px 30px;
     letter-spacing: 2px;
     line-height: 28px;
     border-bottom: 1px solid #e2ddd7;
}

h3{
font-family: 'Tangerine', cursive;
color:#47394b;
font-size: 42px;
padding-right: 12px;
padding-left: 12px;
padding-bottom: 0px;
padding-top: 15px;
margin:0px;
font-weight: normal;
font-style: normal;
text-shadow: #ccc 1px 1px 3px;
align: center;
}

 h4 {
     font-size: 10px;
     font-family: Arima Madurai;
     color: #447b9d;
     padding: 10px 30px;
	 margin-top: -10px;
     letter-spacing: 2px;
	 font-weight: 400;
     border-top: 1px solid #e2ddd7;
	 margin-bottom: -15px;
}


h5{
	text-align: center;
font-family: 'Dancing Script', cursive;
color:#48484d;
font-size: 24px;
margin:0px;
font-weight: normal;
font-style: normal;
text-shadow: #ccc 1px 1px 3px;
}


h7 {
	text-align: center;font-family: 'Petit Formal Script', cursive;
	font-size: 15px;
  	color: #010048;
padding-bottom: 30px;
padding-top: 25px;
}

/* Otsikko ja menulinkit
============================= */

.otsikkoteksti {
    padding: 0px 50px;
    font-family: Satisfy, serif;
    letter-spacing: 2px;
    font-size: 45px;
    color: #fff;
    text-shadow: 2px 2px 11px rgba(0, 0, 0, 1);
}

#menu-wrapper {
     overflow: hidden;
font-family: 'Montserrat', sans-serif;
     border: 0px;
     width: 100%;
     background: #332836;
     text-align: center;
     margin: 0 auto;
     padding: 5px 0;
     position: fixed;
     top: 0;
     left: 0;
     z-index: 3;
     border-bottom: 1px solid #e1e1e1;
     -webkit-box-shadow: 0px 0px 24px 0px rgba(50, 50, 50, 0.45);
     -moz-box-shadow: 0px 0px 24px 0px rgba(50, 50, 50, 0.45);
     box-shadow: 0px 0px 24px 0px rgba(50, 50, 50, 0.45);
}
 #menu {
     overflow: hidden;
}
 #menu ul {
     margin: 0 auto;
     padding: 0;
     list-style: none;
     text-align: center;
}
 #menu li {
     display: inline-block;
     vertical-align: middle;
}
 #menu a {
     display: block;
     padding: 0px 50px;
     text-decoration: none;
     text-shadow: 2px 2px 11px rgba(0, 0, 0, 1);
     text-align: center;
     font-size: 20x;
     font-weight: 400;
     color: #fff;
     border: none;
}
 #menu a:hover, #menu .current_page_item a {
     text-decoration: none;
     color: #96859b;
     text-shadow: 4px 4px 8px black;
     background: url(linkkitausta.png) no-repeat right 50%;
}


/* hevoslistaus */

.hevoslista {
     width:110%;
  	font-family: 'Montserrat', sans-serif;
	margin:5px 0px;
	padding:0px;
	text-align:left;
}

.hevoslista li {
	list-style-type:none;
	display:inline-block;
	margin:10px 0px;
	padding:0px;
	width:33%;
	line-height:1.8;
}

.lista {
	padding-top: 2px;
	font-size:12px;
	display:block;
}

.lista:before {
	content: '\00d7';
	padding:0px 8px 0px 3px;
    color: rgba(0, 0, 0, 0.5);
}

.hevoslista img {
	float:left;
	height:110px;
	width:80px;
	object-fit:cover;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin:0px 15px 0px 15px;
	border: 1px solid rgba(0, 0, 0, 0.3);
    background: #FFF;
    padding: 3px;
	box-shadow:0px 0px 4px rgba(0, 0, 0, 0.3);
}

.hevoslista img:hover {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    opacity: 0.8;
}



.koriste img {height: 180px;border: 5px solid #fff; margin: 20px 10px; box-shadow: 0px 0px 5px rgba(0,0,0,0.6);}




/* 
Kasvattilista
============================ */

.kasv { }
.kasv:hover { background-color : rgba(237,237,237,0.5); }

.ysolu { font: 13px/25px 'Montserrat', sans-serif; color: #333; text-align: left; text-shadow: 1px 1px #fff; border-top: 0px solid #cecece; border-bottom: 1px solid #d0d0d0; background-color : transparent; }
.solu { font: 13px/25px 'Montserrat', sans-serif; color: #333; text-align: left; text-shadow: 1px 1px #fff; border-bottom: 1px solid #cecece; background-color : transparent; }



/* Hevosen sivu
============================= */
 .perustiedot {
     width: 100%;
     margin-left: -40px;
     min-height: 290px;
     margin-bottom: 35px;
	 margin: 0 auto;
}
 .perus {
     margin: 0 auto;
     width: 100%;
     padding: 10px;
}
 .himg {
     padding: 1px;
     border: 1px solid rgba(255, 255, 255, .65);
     background-color: rgba(255, 255, 255, .55);
     border-radius : 0px;
     box-shadow: 0 0 6px #B4ACBC;
     overflow: hidden;
     height: 290px;
	 margin-top: 10px;
}

b { font-weight: 600; }


 .taulukko2 {
     background-color: rgba(255, 255, 255, 0.5);
     border-bottom: 1px solid #d7d7d7;
     border-top: 1px solid #d7d7d7;
}
 .taulukko tr {
     border-top: 0px solid #e9e0ce;
     border-bottom: 1px solid #d7d7d7;
}
 .taulukko td {
     padding: 3px 10px 3px 10px;
     border-bottom: 1px solid #d7d7d7;
}
 .taulukko th {
     padding: 3px 10px 3px 10px;
     font-weight: 400;
}
 .kysymys {
     font-family:'Arima Madurai', serif;
     text-align: left;
     padding-left: 30px;
     font-size: 12px;
     color: #447b9d;
     text-transform: uppercase;
     letter-spacing: 1px;
	 width: 50%;
}
 .kysymys2 {
     font-family:'Arima Madurai', serif;
     text-align: left;
     padding-left: 30px;
     font-size: 12px;
     color: #447b9d;
     background-color: rgba(255, 255, 255, 0.2);
     text-transform: uppercase;
     letter-spacing: 1px;
	 width: 50%;
}
 .vastaus {
     background-color: rgba(255, 255, 255, 0.2);
	 width: 50%;
}
 .hkuvat {
     padding: 1px;
     border: 1px solid rgba(255, 255, 255, .65);
     background-color: rgba(255, 255, 255, .55);
     border-radius : 0px;
     box-shadow: 0 0 6px #B4ACBC;
     margin: 10px;
     height: 170px;
}
 .sukutaulu {
     border-collapse: separate;
     border-spacing: 3px;
     text-shadow: 0px 1px 0px rgba(83, 77, 63, .15);
     text-transform: none;
     text-align: center !important;
     font-weight: 400;
     margin: 20px auto 30px auto;
     width: 100%;
     padding: 0px;
}
 .sukutaulu td {
     padding: 9px 20px;
     background: #fcfcfc;
     border: 1px solid #ebebeb !important;
     width: 33%;
     text-align:center;
     -webkit-box-shadow: inset 0px 0px 12px 0px rgba(222, 222, 222, 0.2);
     -moz-box-shadow: inset 0px 0px 12px 0px rgba(222, 222, 222, 0.2);
     box-shadow: inset 0px 0px 12px 0px rgba(222, 222, 222, 0.2);
     text-shadow: 0px 1px 0px rgba(165, 165, 165, .1);
}
 .sukutaulu-i, .sukutaulu-ii, .sukutaulu-iii, .sukutaulu-iei, .sukutaulu-ei, .sukutaulu-eei, .sukutaulu-eii {
}
 .sukutaulu span {
     font-family: 'Arima Madurai', sans-serif;
     color: #003366;
     display: block;
     font-size: 11px;
     text-transform: uppercase;
     font-weight: 400;
}
 .sukutaulu td:last-child {
     text-align: left !important;
     font-size: 13px;
     font-weight: 400;
     font-family: 'Arima Madurai', sans-serif !important;
}



