/* This stylesheet is meant for custom styles, on top of the Bone Template */
body {
  font-family: "Helvetica Neue Thin", sans-serif;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Didot", "Helvetica Neue", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

section {
	padding: 40px 0;
}

footer {
	margin-top: -160px;
	padding: 100px 0;
}

p {
	font-size: 1.15em;
}

.title-block {
	margin-bottom: 10px;
}

header.affix {
	height: 75px;
}

footer {
	margin-top: -50px;
}