/* Move down content because we have a fixed navbar that is 50px tall */
body {
	
  padding-top: 50px;
  line-height:1.5625em;
 
}
.logo-section{
	border-top:5px solid #900;
	padding:15px 0 15px 0;
}
.logo-section p{
	text-align:right;
	font-size:1.2em;
	font-weight:bold;
}
.logo-section img{

}
.page-contents h2{
	margin-bottom:20px;
	text-align:center;
}
.page-contents input{
	border-radius:0;
}
.page-contents .btn{
	margin:10px 0 25px 0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #900;
}
footer{
	padding:60px 0 0 0;
	color:#f8f8f8;
	background-color: #333;
	/*margin:80px 0 0 0;*/
	border-top:5px solid #900;
	margin-top:50px;
	
}

footer a {
	color:#fff;
}

footer a:hover {
	color:#eee;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6{
	color:#fff;
}
footer h4{
	margin:0 0px 20px 0;
}
footer address {
	line-height:1.6em;
}

footer h5 a:hover, footer a:hover {
	text-decoration:none;
}
footer .btn{
	background:#12223a;
	color:#ffffff;
	margin:10px 0 0 0;
}
footer .btn:hover{
	background:#12223a;
	color:#ffffff;
}
footer .social img{
	border:2px solid #ffffff;
	border-radius:100px;
}
footer .margin{
	
}
footer .copyrite{
	margin:15px 0 0 0;
	border-top:1px dashed #5e7391;
	padding:8px 0 0 0;
	color:#7589a6;
	font-size:.9em;
}
footer .copyrite ul{
	float:left;
}
footer .copyrite li{
	float:left;
	list-style:none;
	margin:0 25px 0 0;
}
footer .copyrite li a{
	color:#7589a6;
}
footer .copyrite li a:hover{
	color:#7589a6;
	text-decoration:underline;
}
footer .copyrite a{
	color:#7589a6;
}
footer .copyrite a:hover{
	color:#7589a6;
	text-decoration:underline;
}

