/**

Overrides for bootstrap

*/

html {
  position: relative;
  min-height: 100%;
}

body { 
	padding-top: 50px; 
	margin-bottom: 210px; /* for footer */
}

.navbar-brand {
	padding: 0 15px;
}

.hologo {
  height: 104px;
  width: 230px;
  padding-left: 0px;
}

.row {
	clear: both;
}

header .container {
	padding: 0;
}

/*

That blue header bar...

*/

#global-header-bar {
	height: 10px;
	background-color: #005ea5;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

/*

The footer 

*/

footer {
  	width: 100%;
  	height: 170px;
    color: #454a4c;
    background-color: #dee0e2;
    border-top: 20px solid #005ea5;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 40px;
    margin-bottom: 0px;
    clear: both;
    bottom: 0px;
    position: absolute;
}

a.copyright {
  text-decoration: none;
}

footer a {
    color: #454a4c;
    text-decoration: underline;
}

.page-header {
    margin: 0 0 20px 0;
	padding-bottom: 9px;
    border-bottom: 1px solid #e2e2e2;
}

.page-header h1 {
    text-align: center;
    font-size: 36px;
    border-bottom: 0 !important;
}

h1 {
	border-bottom: 5px solid #9325b2;
}

.navbar-right {
	margin-right: 0 !important;
}

/** 

Form stuff 

*/

.btn-primary {
    color: #ffffff;
    background-color: #8f23b4;
    border-color: #7e1f9f;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #7e1f9f;
    border-color: #7e1f9f;
}

