﻿.jumbotron {
	background-color: #ffffff;
	padding: 0;
}
.jumbotron h1 {
	text-shadow: none;
	font-family: 'Libre Franklin', sans-serif;
	color: #0079c2;
	font-size: 42px;
	margin: 70px 0 10px;
	padding: 0;
}
.jumbotron img {
	margin: 15px 0 5px 0;
}
body {
	/*color: #31708f;*/
	font-family: 'Roboto', sans-serif;
}
h2 {
	margin-top: -10px;
}
.btn-primary {
	background-color: #004680;
	background-repeat: repeat-x;
	border-color: #245580;
}
.btn-primary:focus, .btn-primary:hover {
	background-color: #0178d8;
	background-position: 0 -45px;
}
h1 {
	font-family: 'Libre Franklin', sans-serif;
	color: #0079c2;
}
.text-info {
	color: #0079c2;
}

/*.jumbotron {
	background-color: #ececec;
	border-bottom: 1px solid #cccccc;
	color: #000000;
	font-family: Century Gothic,sans-serif;
	padding: 0;
}
.jumbotron h1 {
	color: #000000;
	font-family: Century Gothic,sans-serif;
	font-size: 42px;
	margin: 30px 0 10px;
	padding: 0;
	text-shadow: none;
}
#head-disclaimer p {
	color: #000000;
	font-size: 14px;
	margin: 0 0 10px;
}*/