.navbar-brand img {
	max-height: 80px;
}
.navbar-toggle {
	margin-top: 23px;
	margin-bottom: 23px;
}
.navbar-inverse .navbar-toggle {
	border-color: #1d5e81;
}
.navbar-toggle, 
.top-bar,
#footer,
.btn-primary {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,071b4d+50,000000+100 */
background: #000000; /* Old browsers */
background: -moz-linear-gradient(left,  #000000 0%, #071b4d 50%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #000000 0%,#071b4d 50%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #000000 0%,#071b4d 50%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */

}
.top-number,
ul.social-share li a {
	color: #ffffff;
}
.text-shadow_black {
	text-shadow: 2px 2px 2px #000;
}