html {
    scroll-padding-top: 72px;
}

body {
  font-family: 'Source Sans Pro', arial, helvetica, sans-serif;
}
h3 {
  margin-top: 50px;
}
li {
  margin: 25px 50px 0 0;
}

.header-container {
  height: 7.5em;
  background-color: white;
  color: #002d50;
}

.header-container.header-navigation {
    height: 4.5em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #FCB073;
    color: #002E4F;
}

.max-h-\[78px\] {
  max-height: 78px;
}

.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.header-logo {
  width: 10rem;
}

@media (min-width: 768px) {
  .header-logo {
      width: 12rem;
  }
}

.btn.btn-bd-haskoning {
    color: #FFFFFF!important;
    border-radius: 0%;
    background-color: #002E4F;
    font-weight: 600
}

.btn.btn-bd-haskoning:hover, .btn.btn-bd-haskoning:active {
    color: #FFFFFF !important;
    border-radius: 0%;
    background-color: #206087;
}

.content-container {
  color: #00567d;
}

#radar {
  max-width: 100%;
  max-height: 100%;
}

.content-container .radar-content {
  background-color: #FFF;
}

.content-container .radar-info {
  background-color: #BFE1E9;
  color: #002E4F;
}

html {
  scroll-behavior: smooth;
} 

.footer-container {
  max-width: 100%;
  flex: 1;
}

footer#site-footer {
    background-color: #FCB073;
    color: #002E4F;
    display: flex;
    justify-content: space-evenly;
    padding: 40px 20px;
    z-index: 1;
    position: relative;
    bottom: 0;
    left: 0;
    height: 100%;
}

footer#site-footer .row .btn {
    position: absolute;
    right: 0;
    top: -25px;
    height: 50px;
    margin-right: 10px;
    background-color: #002E4F;
    border-radius: 0%;
    border: none;
}

footer#site-footer .row .btn:hover, footer#site-footer .row .btn:active {
    color: #FFFFFF!important;
    border-radius: 0%;
    background-color: #206087;
}

.blur {
  filter: blur(2px);
  transition: filter 0.3s ease;
}

#doc-modal-content * {
    color: #002E4F;
}
