/*!
 * Start Bootstrap - Business Frontpage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
	font-family: 'Varela Round', sans-serif;
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

h1, h2, h3, h4 {
	font-family: 'Norican', cursive;
}



.business-header {
    height: 300px;
    background: url('../images/header.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    
    color: #000;
	text-align: center;
	background: #fff;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 20px rgba(255,255,255,0.8);
	border-radius: 10px;
	padding: 20px;
	margin: 100px 20px 0;
	
}

.tagline h1 {
	margin-bottom: 20px;
	margin-top: 0;
}

.tagline h2 {
	margin-bottom: 0;
}

.navbar {
	background: #2C5334;
	font-size: 20px;
	background: #2c5334; /* Old browsers */
	background: -moz-linear-gradient(top,  #2c5334 0%, #396b43 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c5334), color-stop(100%,#396b43)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2c5334 0%,#396b43 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2c5334 0%,#396b43 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2c5334 0%,#396b43 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2c5334 0%,#396b43 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c5334', endColorstr='#396b43',GradientType=0 ); /* IE6-9 */

}

.navbar a {
	color: #fff;
}

.navbar-nav>li>a:hover {
	background: #5EB09E;
	color: #000;
	
}
.img-center {
    margin: 0 auto;
}

.etusivu-tekstit p,
.etusivu-tekstit dt,
.etusivu-tekstit dd {
	font-size: 18px;
	
}

.pitka-teksti {
	font-size: 15px;
	padding-top: 15px;
}


.navbar-brand {
	font-size: 18px;
	color: #fff;
}

.dl-horizontal dt {
	width: 143px;
}


footer {
    margin: 50px 0;
}