/* CSS Document */
.navbar-custom {
	background: #EEEEEE;
}

div.well{
  height: 250px;
} 

.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
	text-align: center;
}

.Absolute-Center.is-Responsive {
  width: 50%; 
  height: 50%;
  min-width: 200px;
  max-width: 400px;
  margin-top: 200px;
}
 
#logo-container{
  margin: auto;
  margin-bottom: 10px;
  width:396px;
  height:94px;
  background-image:url('http://www.higleyinc.com/wp-content/uploads/2017/08/cropped-cropped-logo.png');
}
nav {
	margin-bottom: 50px;
}
nav h1 {
	text-indent: -9999px;
	background: url(http://www.higleyinc.com/wp-content/uploads/2017/08/cropped-cropped-logo.png) top center no-repeat;
	width: 396px;
	height: 94px;
}
.spinner {
	display: none;
}
.required {
	color: #AA0000;
	font-weight: bold;
}