body, html {
    height: 100%
}

body {
    background-color: #e6e6e6
}

.container .row > div {
  margin-bottom: 20px;
}

* {
  font-size: 16px;
  color: #2D322D;
  font-family: 'akzidenz-grotesk',Helvetica,sans-serif;
  line-height: 24px;
}

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

header.container-flex {
  background: #2D322D;
  margin-bottom: 20px;
}

header img {
  width: auto;
  height: 90px;
}

header div.col-12 {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  height: 160px;
}

footer {
  margin-top: 20px;
}

footer div.col-12 {
  border-top: 1px solid #8abe0e;
  padding: 18px 0;
}

footer div.col-12, footer div.col-12 * {
  color: #b3b3b3;
  font-size: 14px;
}

/*a {
  color: #337ab7;
  text-decoration: none
}*/

a {
  color: #2D322D;
  text-decoration: underline
}

a:focus, a:hover {
  color: #23527c;
  text-decoration: underline
}

 