/** The fonts **/

/* vollkorn-regular - latin */
@font-face {
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/vollkorn-v21-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/vollkorn-v21-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* vollkorn-600 - latin */
@font-face {
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('fonts/vollkorn-v21-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/vollkorn-v21-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* vollkorn-700 - latin */
@font-face {
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('fonts/vollkorn-v21-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/vollkorn-v21-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* vollkorn-italic - latin */
@font-face {
  font-family: 'Vollkorn';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('fonts/vollkorn-v21-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/vollkorn-v21-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* vollkorn-600italic - latin */
@font-face {
  font-family: 'Vollkorn';
  font-style: italic;
  font-weight: 600;
  src: local(''),
       url('fonts/vollkorn-v21-latin-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/vollkorn-v21-latin-600italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* vollkorn-700italic - latin */
@font-face {
  font-family: 'Vollkorn';
  font-style: italic;
  font-weight: 700;
  src: local(''),
       url('fonts/vollkorn-v21-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/vollkorn-v21-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/** The real styles **/
body {
  font-family: 'Vollkorn', serif;
  font-size: 18px;
}

h2 {
  background: #325928;
  color: #FFF;
  padding: 6px 21px;
  display: inline-block;

  font-size: 28px;

  margin-bottom: 21px;
}

h3 {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 21px;
}

h4 {
  font-size: 18px;
  font-weight: 600;
  color: #325928;
  margin-top: 40px;
}

.hm-mb-section {
  margin-bottom: 80px;
}

.hm-header {
  background-image: url(img/living-room.jpg);
  background-color: #4A4A49;
  background-size: cover;
  background-position: center;
  min-height: 660px;
}

.hm-header-neutral {
  min-height: 300px;
  background: #325928;
}

.hm-headerbox {
  background: #FFF;
  color: #000;
  padding: 30px;

  margin: 50px 0 0 0;

  font-weight: 600;
  font-size: 28px;
  text-align: left;

  display: inline-block;
}

.hm-green {
  color: #325928;
}

.hm-footer {
  background: #325928;
  padding: 20px;
  color: #FFF;
  text-align: center;
}

.hm-footer a {
  color: #FFF;
  text-decoration: underline;
}

a.hm-contactlink {
  color: #325928;
  text-decoration: none;
}

a.hm-contactlink img {
  margin-right: 12px;
}

.hm-sideplant {
  position: absolute;
  top: -50px;
}

