body{
	background:none;
}
h1, h2, h3{
	font-family: 'Shrikhand', cursive;
}
.header{
	text-align:center;
	/*background-image:url(/img/header.jpg);
	background-repeat: no-repeat;
	background-position: left; */
	height:491px;
	color:white;
	
	font-family: 'Shrikhand', cursive;
	text-shadow: 5px 5px 5px #262415;
}
.header h1{
	/*padding-top:30px;*/
	font-size: 80px;
	margin-top:0;
	color:#EDEEE9;
	/* WebKit (Safari/Chrome) Only */
  -webkit-text-stroke: 1px black;
  
  /* If we weren't using text-shadow, we'd set a fallback color
     and use this to set color instead
    -webkit-text-fill-color: white; */
  
  
  text-shadow:
    3px 3px 0 #000,
    /* Simulated effect for Firefox and Opera
       and nice enhancement for WebKit */
   -1px -1px 0 #000,  
    1px -1px 0 #000,
   -1px  1px 0 #000,
    1px  1px 0 #000;
}
.header form{
	/*padding-top: 180px;*/
	color:#EDEEE9;
}
.header h3{
	padding-top: 30px;
	color:#EDEEE9;
	/* WebKit (Safari/Chrome) Only */
  -webkit-text-stroke: 1px black;
  
  /* If we weren't using text-shadow, we'd set a fallback color
     and use this to set color instead
    -webkit-text-fill-color: white; */
  

  
  text-shadow:
    3px 3px 0 #000,
    /* Simulated effect for Firefox and Opera
       and nice enhancement for WebKit */
   -1px -1px 0 #000,  
    1px -1px 0 #000,
   -1px  1px 0 #000,
    1px  1px 0 #000;
}
.navbar-fade{
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in;
	   -moz-transition: opacity 0.5s ease-in;
		-ms-transition: opacity 0.5s ease-in;
		 -o-transition: opacity 0.5s ease-in;
			transition: opacity 0.5s ease-in;
}
.navbar-fade.in{
	opacity: 1;

}
.navbar-brand{
	font-family: 'Shrikhand', cursive;
}
.home-search-box{
	padding-left: 10px;
    background-color: rgba(255,255,255,0.9);
    border-radius: 5px;
	width:33%;
	min-width:300px;
	margin:auto;
}

.alert-success h5, .alert-success input{
	color:#FFFFFF;
}
.affix-bottom {
    position: absolute;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 72px;
  background-color: rgba(255,255,255,0.9);
}
.panel-primary .panel-heading h4{
	color:#FFFFFF;
}
