header .navbar .navbar-header a.navbar-brand img {
	height: 50px;
	margin-top: -15px;
}

form.vote .form-group {
	display: inline-block;
	text-align: center;
	margin-right: 10px;
}

.navbar {
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-o-border-radius: 0 !important;
}

.btn-cta {
	font-size: 2em !important;
}

table.table-calendar > thead > tr > th {
    padding: 0 !important;
    text-align: center;
}

table.table-calendar > tbody > tr > td {
    text-align: right;
}

table.table-calendar > tbody > tr > td.has_appointment {
    background-color: #ffaaaa;
}

.spacer {
	height: 50px;
	display: block;
	clear: both;
}

.stage {
	background-image:url('/img/stage.jpg');
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	min-height: 75vh;
	margin-top: -20px;
}
.middlestage {
	background-image:url('/img/middlestage.jpg');
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	min-height: 30vh;
	margin-top: -20px;
}
.bottomstage {
	background-image:url('/img/bottomstage.jpg');
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	min-height: 50vh;
	margin-top: -20px;
}
.bottomstage h5 {
	font-size: 7em;
	color: white;
	text-shadow: 0px 0px 20px #000000;
}
.middlestage h4 {
	font-size: 7em;
	color: white;
	text-shadow: 0px 0px 20px #000000;
}
.stage h2 {
	color: white;
	font-size: 3em;
	text-decoration: underline;
}
.stage h1 {
	color: white;
	font-size: 8em;
}

ul.appointment-list {
	padding-left: 10px;
}

section.usp {
	margin-top: 50px;
}
.usp h3 {
	font-size: 3em;
}
.usp h4 {
	font-weight: bold;
}	
.usp i {
	font-size: 7em;
	background-color: white;
	padding: 30px 30px;
	border-radius: 100%;
	display: inline-block;
	height: 160px;
	width: 160px;
}
p.bigger {
	font-size: 1.5em;
}

.fa.huge {
    font-size: 7em;
}

footer {
	background-color: #333333;
	color: #dddddd;
}

input.form-control {
	color: #577492 !important;
}

ul.dashboard-navi .list-group-item h4 i {
    width: 25px;
    text-align: center;
    display: inline-block;
}

ul.dashboard-navi .list-group-item.active i,
ul.dashboard-navi .list-group-item.active h4,
ul.dashboard-navi .list-group-item.active a,
ul.dashboard-navi .list-group-item.active {
    color: white;
}

.gap-top {
    margin-top: 20px;
}

@media(max-width: 768px) {
	.stage, .middlestage, .bottomstage {
		background-image: none;
		background-color: #000066;
	}
	.stage h2 {
		font-size: 2em;
	}
	.stage h1 {
		font-size: 3em;
	}
	.middlestage h4 {
		font-size: 3em;
	}
}


