.pagetop{
	background-color: #f2f2f2;
}
.navbar-brand{
	height: auto;
}
.hero-spacer {
    margin-top: 50px;
}

.hero-feature {
    margin-bottom: 30px;
}
.navbar-default{
	background-color: #428bca;
}
.navbar-default .navbar-nav > li > a{
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
}
.seperateaplinfo{margin-top: 15px;}
footer {
   height: 70px;
   line-height: 70px;
   background-color: #428bca;
   color:#ffffff;
}
.sitetitle{font-size: 34px; margin-top:30px;}
.sitesubtitle{margin-top:10px;}
@media all and (max-width:480px) {
.navbar-brand{
	float:none;
}
.navbar-brand > img{
	margin:auto;
}
.sitetitle{font-size: 18px; margin-top:10px;}
.sitesubtitle{font-size: 16px; margin-top:10px;}
footer {
   height: 70px;
   line-height:20px;
}
}