/*
* Reclaim Philly OMG
*/ 

/* Added Classes */
.logo_img {
	width: 8em;
	/* height: 8em; */
}
@media (min-width: 0px) {
.logo {
	max-height: 40px;
	margin-top: -8px;
}
}
@media (max-width: 767px) {
.navbar-custom {
	background-color: #4b85c4!important;
	box-shadow: 0 0.5px 20px 0px rgba(18,18,18,.35);
}
}
@media (min-width: 768px) {
.logo_top {
	width: 62%;
	font-family: sans-serif;
	color: #fff;

}
.logo_bottom {
	font-family: arial;
	color: #fff;
}
.logo {
	max-height: 80px;
}
.navbar-brand {
	height: auto !important;
}
.collapse.navbar-collapse {
	display: inline-block!important;
	float: right;
}
.navbar-custom.affix {
    box-shadow: 0 0.5px 20px 0px rgba(18,18,18,.35);
}
.navbar-nav {
	padding-top: 27px;
}
}
header {
	background: linear-gradient(to bottom, #4b85c4,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
/* Probably Temporary Gradient For Content Wrap placeholder */
.header {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.navbar-custom .navbar-brand {
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, cursive;
}

header {
	background-color: #4b85c4;
}

header p {
	font-family: helvetica;
	font-size: 1.4em;
}
header ul {
	font-family: helvetica;
	font-size: 1.4em;
}
.navbar-custom.affix {
	background-color: #4b85c4!important;
}
/* End Added Classes */
