.enzo {
  font-family: "ff-enzo-web-1", "ff-enzo-web-2", Didot, Baskerville, Times New Roman, Times, serif;
  font-weight: 100;
  font-style: italic;
}
.john-doe {
  font-family: "john-doe-1", "john-doe-2", serif;
  font-weight: 400;
}
.border-radius-2 {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.border-radius-5 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.border-radius-150 {
  -moz-border-radius: 150px;
  -webkit-border-radius: 150px;
  border-radius: 150px;
}
body { width: 700px; }
h1 {
  display: block;
  background-color: black;
  padding: 20px 40px;
  text-align: center;
  font-size: 64px;
  color: white;
  margin: 16px 0 0 16px;
  font-family: "ff-enzo-web-1", "ff-enzo-web-2", Didot, Baskerville, Times New Roman, Times, serif;
  font-weight: 100;
  font-style: italic;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
h2 {
  font-family: "ff-enzo-web-1", "ff-enzo-web-2", Didot, Baskerville, Times New Roman, Times, serif;
  font-weight: 100;
  font-style: italic;
}
img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
h1 + p {
  margin: 24px auto 24px auto;
  width: 480px;
}
p.last {
  margin: 24px auto 24px auto;
  width: 480px;
}
hr {
  height: 0px;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
p a { text-decoration: underline; }
p {
  margin: 1em auto;
  font-size: 14px;
  width: 450px;
  word-wrap: break-word;
  line-height: 1.6em;
}
ol ul strong { font-weight: 700; }
ol ol strong { font-weight: 700; }
ol ol {
  width: 450px;
  margin: 0.25em auto;
  line-height: 1.5em;
  padding: 0 0 0 2em;
  font-size: 14px;
}
ol ul {
  width: 450px;
  margin: 0.25em auto;
  line-height: 1.5em;
  padding: 0 0 0 2em;
  font-size: 14px;
}
ol.questions ul.services li { list-style-type: none; }
ol.questions ul.services li ul li {
  list-style-image: none;
  list-style-type: disc;
}
ol.questions ul li h3 {
  font-family: "ff-enzo-web-1", "ff-enzo-web-2", Didot, Baskerville, Times New Roman, Times, serif;
  font-weight: 100;
  font-style: italic;
  font-weight: 600;
  display: inline-block;
  padding: 2px 7px;
  margin: 4px 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
ul.project-questions li { list-style-type: none; }
ul.project-questions li h3 { margin-left: -24px !important; }
ul.project-questions li p { margin: 4px 0 16px 0; }
ol.questions {
  padding: 0;
  margin: 60px 0 100px 0px;
  list-style-type: none;
}
ol.questions > li span.num {
  display: block;
  float: left;
  margin: 2px 18px 10px 0;
  font-family: "ff-enzo-web-1", "ff-enzo-web-2", Didot, Baskerville, Times New Roman, Times, serif;
  font-weight: 100;
  font-style: italic;
  background-color: black;
  color: white;
  font-size: 24px;
  padding: 8px 14px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
ol.questions > li h2 {
  width: 750px;
  font-size: 36px;
  margin-bottom: 20px;
}
ol.questions > li {
  clear: both;
  margin-bottom: 60px;
}
ol.questions > li img { margin: 16px 5px 5px 0; }
p.last a.button { margin: 36px auto 24px auto; }
a.button {
  display: block;
  text-decoration: none;
  -moz-border-radius: 150px;
  -webkit-border-radius: 150px;
  border-radius: 150px;
  border: 4px solid #d9d9d9;
  width: 150px;
  padding: 12px;
  font: 24px Helvetica, "Helvetica Neue", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  color: #999999;
  margin: 24px auto;
  text-align: center;
  text-shadow: 0px -2px 1px #ffffff;
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #f7f7f7 3%, #e5e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #f7f7f7), color-stop(100%, #e5e5e5));
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
}
a.button:active {
  background: #e5e5e5;
  background: -moz-linear-gradient(top, #e5e5e5 0%, #f7f7f7 94%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(94%, #f7f7f7));
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
