html {
       overflow-y: scroll;
}

.bodytext {
	font-weight:200;
	font-size:0.9rem;
	color:#58585b;
	}
.facebookButton {
	display: block;
	width: 45px;
	height: 45px;
	background: url('images/hawkes_facebook.png') bottom;
	text-indent: -99999px;
}
.facebookButton:hover {
	background-position: 0 0;
}

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #333;
  color: white;
  text-align: center;
  padding: 1rem;
  font-size: 1.25rem;
  font-weight: bold;
}
