html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.bg-image {
    background-image: url("/images/img_4170_60.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}