@charset "utf-8";
/* CSS Document */
.navbar {
	background: none;
	filter: none; /* For Internet Explorer */
}
.navbar-brand {
	padding: 0px 0px;
}
.navbar-brand img {
	/* margin-top: 50px; /* Move logo downwards */
	height: 100%; /* Fit logo inside the navbar section */
}
.navbar .nav > li > a {
	color: #fff; /* Menu link color */
}
.navbar .nav > li > a:hover {
	color: lightblue; /* Menu link hover color */
}
.jumbotron {
	background-image:url('../jumbotron_bg.jpg');
	background-color:#152a55; /* Color taken from the jpeg-image */
	min-height:380px;
	margin-bottom:0px; /* Margin under the jumbotron */
	background-position:center top; /* Position background to the center horizontally and the top vertically */ 
	background-attachment:fixed; /* Image don't scroll with the rest of the page */
	background-repeat:no-repeat;
	/* background-size:100%; /* Fit Jumbotron horizontally in the browser */	
}
p.jumbotron-slogan {
	color: lightblue;
	font-style: italic;
	font-size: 30px;
	margin-top: 130px;
	margin-left: 20px;
}
.btn-lg {
	margin-left: 20px; /* Jumbotron engage button left margin */
}
.btn-default:hover {
	/* background-color: lightblue; /* Button hover color */
}
.col-md-12 {
	padding: 30px; /* Column padding */
}
.col-md-6 {
	padding: 30px; /* Column padding */
}
.col-md-4 {
	padding: 30px; /* Column padding */
}
hr {
	margin-top: 50px; /* Default is 20px, move footer downwards 30px */
}
.add_top_margin {
	margin-top: 70px; /* Add margin in order to align image downwards */	
}
