html,
body {
  min-height: 100%;
  margin: 0;
}

body {
  overflow-x: hidden;
}

.placeholder-bg {
  background-image: url("../images/background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.brand-olive {
  color: rgb(128, 121, 0);
}
