body {
	font-size: 16px;
	color: #333;
}

h1, h2, h3 {
	font-family: 'Alegreya', serif;
}

h1 {
	text-align: center;
}

.jumbotron, .panel > .panel-heading, .result-number, button[type=submit] {
	background-color: #263A72;
	color:white;
}

.jumbotron > h1 {
	font-size:3.5em;
}

.panel-default {
	border-color: #263A72;
}

.panel-heading > h3 {
	font-size: 1.5em;
}

button[type=submit] {
	font-size:16px;
}

button[type=submit]:hover  {
	background-color: #51618E;
	color:white;
}

button[type=submit]:focus  {
	background-color: #51618E;
	color:white;
}

select > option:hover {
	background-color: #51618E; 
	color:white;

}

.result {
	background-color: #DCDFE8;
	border-radius:5px;
	padding:10px;
	margin-bottom: 15px;
}

.result-number {
	display:inline-block;
	text-align:center;
	padding: auto 5px;
	margin-right:5px;
	height:39.6px;
	width:39.6px;
	border-radius: 5px;
	font-size:36px;
}