#gbn-footer {
	margin: 0;
	width: 100%;
	padding-top: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: #FFFFFF;
	justify-content: center;
	border-top: 2px solid #879b3a;
}

#gbn-footer .gbn-footer-logo a {
	margin-top: 9px;
	display: block;
}
#gbn-footer .gbn-footer-logo img {
	width: 90px;
}

#gbn-footer	.gbn-footer-text {
	margin: -1px 0 0 13px;
}
#gbn-footer	.gbn-footer-text h1,
#gbn-footer .gbn-footer-text h2 {
	font-size: 14px;
	line-height: 18px;
	color: #879b3a;
	text-align: center;
	width: 200px;
	font-weight: 900;
	font-family: Helvetica, sans-serif;
	display: inline;
}
#gbn-footer	.gbn-footer-text h1 a,
#gbn-footer	.gbn-footer-text h2 a {
	color: #879b3a;
	text-decoration: none;
	text-shadow: 0 0 5px #e8c536;
}
#gbn-footer	.gbn-footer-text h1 a:hover,
#gbn-footer	.gbn-footer-text h2 a:hover {
	color: #e8c536;
	text-shadow: 0 0 5px #879b3a;
	transition: color 1s, text-shadow 1s;
}