﻿body {
  font-family: "Neo Sans Std",sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #373737;
}

.logo {
  background-image: url("/Content/Custom/Helder/helder-logo.png");
  min-width: 272px;
  min-height: 71px;
  position: absolute;
  bottom: -25px;
}

.logo-title {
  display: none;
}

.bg-dark {
  background-color: white !important;
}

.navbar {
  /*height: 81px;*/
  border: none;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
  
}

.body-content {
  margin-top: 35px;
}

.btn-primary {
  color: #fff;
  background-color: #95c030;
  border-color: #85ac2b;
}