	header {
	  margin-top: 100px;
	  margin-bottom: 30px;
	  padding: 20px;
	  width: 100%;
	  /* Set the fixed height of the footer here */
	  min-height: 115px;
	  background: #004972;
	  color: #FFF;
	  text-shadow: 2px 3px 2px #000;
	}

@media (max-width:768px){
	header {
	  margin-top: 50px;
	}
}

@media (max-width:320px){
	header {
	  margin-top: 50px;
	}
}

