@charset "utf-8";
/* CSS Document */


html, body {
  height: 100%;
	width: 100%;
	background: #f4f1ec;
	overflow: hidden;
}

.full-height {
  height: 100%;
}

body {
	
	
	
	text-align: center;
	
	
  font-family: "Bentham", sans-serif;
	font-weight: 400;
	color: #424242;
	background-image: url("swish.png");

}

h1 {
	font-size: 72px;
	letter-spacing: 3px;
}

#hero {
	
	display: block;
	margin: 300px 0 100px;
	
	
}
