body {
	margin-top: 80px;
}
a,
a:hover,
a:visited,
a:focus {
    color: #022C74;
}

img.logo {
	max-width: 225px;
	margin: 20px 0;
}
.navbar-nav {
	float: right;
	margin-top: 20px;
}

#hero-section {
	height: 700px;
	position: relative;
	background-image: url('images/backgrounds/shutterstock_manwithknifesmall.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 -75px;
	margin-bottom: 30px;
}
#hero-section .hero-overlay {
	position: absolute;
	right: 20px;
	top: 140px;
	max-width: 400px;
	margin: auto;
	text-align: right;
}
.hero-overlay h1 {
	color: #ffffff;
	font-weight: bold;
}
.message-overlay {
	position: absolute;
	bottom: 30px;
	left: 40px;
	max-width: 260px;
	font-size: 16px;
	color: #ffffff;
}

#info-section img {
	width: 100%;
}
#info-section h2 {
	margin-top: 0;
	color: #022C74;
	text-transform: uppercase;
}

#footer {
	position: relative;
	margin-top: 50px;
	padding-top: 30px;
	padding-bottom: 20px;
	background: #022C74;
	color: #ffffff;
}
#footer img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10%;
	opacity: 0.3;
	margin: auto;
}

.responsiveCal {

	position: relative; padding-bottom: 75%; height: 0; overflow: hidden;

}

.responsiveCal iframe {

	position: absolute; top:0; left: 0; width: 100%; height: 100%;

}

.panel-group a,
.panel-group a:focus,
.panel-group a:hover,
.panel-group a:visited {
	color: #ffffff;
}
.panel-default>.panel-heading {
	background: #022C74;
	color: #ffffff;
}
.panel-default {
	border-color: #022C74;
}