body{
	background-color: #FA6400;
}
.container{
	
}
#header-image{
	background-image: url('../kuvat/header-img.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 100%;
}

@media (max-width: 992px) {

    #header-image {
        background-size: 992px; /* Force the image to its minimum width */
    }

}
#nav{
	
}
#header{
	margin-bottom: 0px;
}

#main{
	padding-top: 20px;
}
.box{
	background-color: #ffffff;
	border-top: 5px solid #000;
	margin-bottom: 20px;
	padding: 15px;
}
.box-title{
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	margin-top: 10px;
	margin-bottom: 15px;
}
div.box-title h1, div.box-title h2, div.box-title h3{
	margin-top: 5px;
	margin-bottom: 0px;
}
img{
	margin-bottom: 20px;
}
blockquote{
	font-size: inherit;
	border-left: 5px solid #FA6400;
}
.fa-orange{
	color: #FA6400;
}
.tab-pane{
		padding-top: 20px;
}