* {
	font-family: raleway, sans-serif;
}
a:hover,
button:hover {
	cursor: pointer;
	opacity: .8;
	transition: .3s;
}
@font-face {
  font-family: 'aquatico';
  font-style: normal;
  font-weight: 400;
  src: local(''),
  url('/fonts/aquatico.woff') format('woff')
}
body {
	padding-top: 28px;
}
header {
	background-color: #222;
  position: fixed;
  z-index: 99;
  top: 0;
	left: 0;
	width: 100%;
	-webkit-box-shadow: -2px 2px 1px 1px rgba(0,0,0,.1);
	box-shadow: -2px 2px 1px 1px rgba(0,0,0,.1);
}
h2.banner-heading {
	font-family: aquatico;
	width: 100%;
	text-align: center;
	font-size: 2rem;
	background-color: #fff;
	line-height: 1.5;
	margin: 15px 0;
	-webkit-box-shadow: 0 2px 2px 2px rgba(0,0,0,.1);
	box-shadow: 0 2px 2px 2px rgba(0,0,0,.1);
}
p span.highlight {
	font-size: 1.2rem;
	line-height: 2;
	font-weight: 500;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 2px 2px rgba(0,0,0,.1);
	box-shadow: 0 2px 2px 2px rgba(0,0,0,.1);
}


@media screen and (min-width: 800px){
	h2.banner-heading {
		width: unset;
		padding: 0 35px;
		display: inline-block;
	}
}















