* {
	font-family: 'Museo100',Georgia,serif;
	box-sizing: border-box;
	color: #666;
}

.jumbotron {
	background: none;
    padding: 10px 15px;
    text-align: center;
	width: 100%;
	color: white;
}

thead {
	text-transform: uppercase;
}

.stats {
	text-align: center;
	font-size: 20pt;
}

.stats p {
	color: navy;
}

.stats .percentage {
	font-size: 50pt;
	color: #0066cc;
}

h1 {
	color: white!important;
	text-transform: lowercase;
	font-size: 70px!important;
	background-color: none!important;
}

h2 {
	text-align: center;
	color: white;
	background-color: none!important;
}

h3 {
	font-family: Georgia,serif;
	text-align: center;
	color: navy;
	
}

h4 {
	text-transform: uppercase;
}


.lead {
	font-size: 20px;
}

a {
	color: #0066cc;
}

body {
	padding-top: 15px;
	margin: 0;
	display: block;
	width: 100%;
	font-size: 16px;
}

html {
	width: 100%;
}

header {
	box-sizing: block;
	color: #0066cc;
}

.available-indicator {
	width: 160px;
	text-align: center;
}

.table tbody>tr>td, .table tbody>tr>th {
	vertical-align: middle;
}

.table tbody>tr>th:first-child {
	width: 40px;
	text-align: right;
	padding-right: 12px;
	font-weight: normal;
}

.text-danger {
	color: #287ac8;
}

.text-success {
	color: navy;
}
.glyphicon-ok {
	color: navy;
}

.glyphicon-remove {
	color: #287ac8;
}

.hero {
	width: 100%;
	background: url('img/herobg.png') repeat-x;
	background-size: cover;
}

.gap {

}