.navbar {
	margin-bottom: 0;
}

.navBtn-active {
	background-color: #e7e7e7;
}

#homepage_img_container {
	position: relative;
}

#attribution_block {
	position: absolute;
	display: none;
	bottom: 0px;
	right: 0px;
	background-color: rgba(0,0,0,0.6);
	color: white;
	font-size: 11px;
	padding-left: 20px;
	padding-right: 20px;
}

#homepage_img {
	line-height: 1;
	display: block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}

#homepage_img_creditBtn {
	position: absolute;
	bottom: -10px;
	right: 0px;
	background-color: rgba(0,0,0,0.6);
	color: white;
	font-size: 11px;
	padding-right: 10px;
}

#homepage_img_caption {
	display: none;
	float: right;
	padding-right: 8px;
	font-size: 11px;
}

.container > .row {
	padding: 50px 0;
}

.about-body {
	background-color: #003366;
}

.about-title {
	background-color: #eee;
	color: #003366;
}

.about-info-container {
	background-color: #eee;
}

.about-footer-container {
	background-color: #eee;
}

.about-footer-container > .row {
	padding-bottom: 4px;
}

.float-left {
	float: left;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.headshot-img {
	padding-right: 8px;
	padding-bottom: 8px;
}