/*
A custom Bootstrap 3.1 template
from http://bootply.com

This CSS code should follow the 'bootstrap.css'
in your HTML file.

license: MIT
author: bootply.com
*/

html,body {
	height:100%;
    background:center no-repeat fixed url('../img/backg.jpg');
    background-size: cover;
}

.icon-bar {
	background-color:#fff; /* 57514B*/
	color:#fff;
}

.navbar-trans {
	background-color:#63493F;
    color:#F8F4F3;
}

.navbar-trans li>a:hover,.navbar-trans li>a:focus,.navbar-trans li.active {
	background-color:#7D5E51;
	color:#F8F4F3;
}

.navbar-trans a{
    color:#F8F4F3;
}

.navbar-trans .form-control:focus {
	border-color: #eee;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(100,100,100,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(100,100,100,0.6);
	color:#F8F4F3;
}

section {
	padding-top:70px;  
    padding-bottom:50px; 
    min-height:calc(100% - 1px);
}

.v-center {
    padding-top:0%;
    font-size:50px;
}
  
.well {
	border-color:transparent;
}

a.list-group-item.active,[class*='-info'] {
	background-color: #168ccc;
	color:#F8F4F3;
}
  
#Esittely {
	/*background-color: #DFDFA4;*/
	background: rgba(223,223,164, 0.8);
    color:#57514B;
}
.esittelytxt{
	font-size:16px;	
}
.erottuvatxt{
	font-size:18px;	
}
  
#section2 {
	/*background-color: #e5e5ef;*/
    color:#686868;
}

.panel-heading {
	background-color: rgb(223,223,164);
	color:#686868;
}

.vari {
	background:rgb(223,223,164):
	
}

  
#tunnitjahinnasto {
	/*background-color: #168ccc;*/
	background: rgb(223,223,164);
	color:#57514B;
}

#section4 {
	/*background-color: #fff;*/
    color:#444;
}

#hevoset{
	background: rgba(223,223,164, 0.8);
    color:#57514B;
}

.thumbnail {
	background:none;
	border:none;
}

#section6 {
	background-color: rgb(223,223,164);
    color:#57514B;
}

#yhteystiedot a{
	
	color:#57514B;
}

#yhteystiedot,#yhteystiedot a {
    background: rgb(223,223,164);
}

footer {
	background-color:#494949;
    color:#ddd;
    min-height:100px;
    padding-top:20px;
    padding-bottom:40px;
}

footer .nav>li>a {
    padding:3px;
    color:#ccc;
}

footer .nav>li>a:hover {
    background-color:transparent;
	color:#fff;
}

.kuvatable {
	background-color:#f4f2ee;
	border-radius: 10px;
}

.radiusta {
	border-radius: 5px;
}
.centeri {
	text-align: center;
	color: blue;
}