.navbar {
  margin-bottom: 0px;
  font-size: 15pt;
}

.navbar-custom {
    //background-color: lightcoral;
    border-bottom: 4px solid crimson;
}

.navbar-brand {
  background: url("/assets/img/logo.png") no-repeat left center;
  background-size: contain;
  height: 36px;
  width: 200px;
}

