header {
  width: 100%;
  padding-bottom: 40px;
  padding-top: 15px;
  background: #3067AA;
  xborder-bottom: 1px solid #e1e1e1;
  box-shadow:0 3px 10px rgba(0,0,0,0.6);
  /* animation magic */
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  z-index: 9999;
  top: 0;
  position: fixed;
  color: #fff;

}

header {
	text-transform: uppercase;
	background: url(../img/tile4.jpg) repeat;
}

header h1 {
	text-indent: 0px; 
	font-weight: normal;
	margin-bottom: 20px;
	font-size: 38px;
	letter-spacing: 2px;
}

header a{
	color: #AEB2B5;
	text-decoration: underline;
	margin-right: 30px;
	font-size: 16px; 
	white-space: nowrap;
}

header a:hover{
	color: #fff;
}

header .btn{
	background-color: #B3B3B2; 
	border-radius: 10px; 
	padding: 6px 12px; 
	color:#fff; 
	box-shadow:0 5px 10px rgba(0,0,0,0.4); 
	font-size: 16px;
}

.shrink {
  padding-top: 15px;
  padding-bottom: 15px;
}

.shrink  h1{
  display: none;
}

