/* @override 
	http://127.0.0.1:8080/layout/sitestylesheet.css?20170205
	http://server1.obtineo.be/layout/sitestylesheet.css?1
	http://localhost:8080/layout/sitestylesheet.css?*
*/

.obtineo_font {
font: 52px 'Baloo', cursive;
}

.obtineo_brand {
font: 40px 'Baloo', cursive;
color: white;
}

Body {
	background-color: #F9FBFD;
}

.header {
	background-color: #4C3BCC;
}

.bgdark {
	background-color: #4C3BCC;
	color: white;
}

.row {
	padding-bottom: 20px;
}

footer {
	background-color: #13213d;
	color: white;
	padding-top: 20px;
}

.copyright {
	padding-top: 10px;
	padding-bottom: 10px;
}

ul.navbar-nav.nav-pills li.nav-item a.nav-link {
	margin-left: 10px;
}

ul.navbar-nav.nav-pills li.nav-item a.nav-link.btn.btn-warning {
	color: black;
}

h4 {
	opacity: 0.8;
}
