* {
  box-sizing:border-box;
}
html, body {
  background:#fff;
  color: #666;
  font-family: Montserrat, "proxima-nova",sans-serif;
  margin:0;
  padding:0;
}
a {
  color:#f6841f;
  text-decoration:none;
}
a:visited {
  color:#f6841f;
  text-decoration:none;
}
a:hover {
  color:#f6841f;
  text-decoration:underline;
}
h1 {
  color: #fff;
  font-size: 3rem;
  font-family: "Libre Caslon Text", 'heuristicabold';
  font-style: normal;
  font-weight: 700;
  line-height: 1.125;
  margin: 3rem 0 0;
  width: 100%;
}
h2 {
  color: #f6841f;
  font-size: 2rem;
  font-family: "Libre Caslon Text", 'heuristicabold';
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 1.5rem 0;
}
h3 {
  clear: both;
  font-family: Montserrat, "proxima-nova",sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
hr {
  border:0;
  border-top:1px solid #999;
  height:0;
  margin:25px 0;
}
p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.habmc-asset {
  display: inline-block;
  float: left;
  margin: 0 12px 12px 0;
  max-height: 300px;
  max-width: calc(50% - 12px);
  position: relative;
  text-align: center;
  width: 100%;
}
@media (max-width: 540px) {
  .habmc-asset {
    margin: 0 0 12px 0;
    max-width: 100%;
  }
}
.habmc-asset img {
  border: 1px solid #ccc;
  max-height: 300px;
  max-width: 100%;
}
.habmc-footer {
  margin-bottom: 50px;
}
.habmc-header {
  background: #00202a;
  margin-bottom: 50px;
  padding-bottom: 50px;
  padding-top: 50px;
}
.habmc-worksection {
  margin-bottom: 25px;
}
.u-clear {
  clear: both;
}