.navbar-custom {
  background-color: #d5ddf2;
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255, 255, 255, .8);
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: #363636;
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #2222af;
}

header {
  padding: 145px 0 100px;
  width: 100%;
  height: 100%;
  background: url(../pict/pict_herel_background.png) center center no-repeat;
  background-size: cover;
}

section {
  padding: 150px 0;
}

.bg-odd {
  background-color: #c1c8db;
}

.bg-even {
  background-color: #d5ddf2;
}

section a {
  text-decoration: underline;
}

#map-canvas {
  width: 100%;
  height: 428px;
  margin-bottom: 150px;
}
