.header{
	background: #a90329; /* Old browsers */
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
    display: block:;
    position: relative;
    height: 66px;
}
.logo{
	float:left;
	padding:4px;
}
.logo img{
	width:50%;
}
.heading{
	color: #fff;
    font-size: 20px;
    padding: 10px;
    width: 80%;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
    font-style: italic;
    
}

a {
	color: #971823;
}
a:hover, a:focus {
	color: #971823;
}

.fieldset {
  height: auto;
  padding: 5px 20px;
  margin-bottom: 30px;
  color: inherit;
	/*background-color: #eeebec;*/
	/* background-image: linear-gradient(to right top, #dddddd, #e3e3e4, #eae9ea, #f2eff0, #f9f5f5);*/
	border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-webkit-border-radius: 0px 0px 7px 7px;
}

.jumbotron-500 .checkbox {
	margin: 12px 0;
}

.form{
	margin-bottom: 50px;
	border-style: solid;
	border-width: 1px;
	border-color:#f0f0f0;
}

.jumbotron-100 {
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.sm-note{
	font-size: 12px;
	font-style: italic;
	color: #971823;
	display: inline-block;
	float: right;
	line-height: 1.8;
	margin-right: 10%;
}

.headline{
	display: block;
	text-align: center;
	height:50px
}

.headline h1{
	margin: 12px 0;
	color: #971823;
}


.nav-tabs{
	margin-top: 50px;
}

.alert-info{
	background: #971823;	
	color: white;
	border: none;
	font-weight: 700;
	margin-bottom: 0;
	border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	padding-left: 32px;
}

.header{
	display:block;
	width: 100%;
	text-align: center;
	background-color: #971823;
}

.logo{
	display: inline-block;
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.form-captcha{
	margin-top: 20px;
	margin-bottom: 30px;
}

.form-captcha .form-control{
	max-width: 200px;
	margin-bottom: 10px;
}

.panel-heading{
	background: #eeebec;
}

.white-text-with-blue-shadow {

  text-shadow: 2px 2px 8px #FFFF;
  font: 1.5em Georgia, serif;
  font-size: 18px;
  border-bottom: 2px solid #ddd;
  color :#b9670d;
}
