:root {

}

.navbar-brand img {
  width: 80px;
}

.path-frontpage h1 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 30px;
}

#header {
  background-image:
    linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%),
    url('../images/bg-header-cropped.png');
  background-position: right top;
  background-color: transparent;
  background-size: cover;
}

#header #navbar-main {
  background-color: transparent;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #ecf0f1;
  border-radius:.25rem
}

.navbar-dark a.is-active {
  color: white;
}
.service-listing-badges {
  margin-top: -1rem;
}
.json-field-name,
.json-field-title {
  font-weight: bold;
}
#nav-tabContent .tab-content {
  border: 1px solid var(--bs-border-color-translucent);
  margin-left: -4px;
  background-color: white;
}

#nav-general .tab-content {
  min-height: 420px;
}
#nav-information .tab-content,
#nav-technical .tab-content {
  min-height: 190px;
}
#nav-interface .tab-content {
  min-height: 320px;
}
#nav-reference .tab-content {
  min-height: 130px;
}

#nav-interface .tab-pane ul ul {
  border: 1px solid var(--bs-border-color-translucent);
  margin-top: -5px;
}

.operation-messages .json-field-name,
.operation-messages .json-field-direction,
#abbreviations .json-field-name,
#abbreviations .json-field-description {
  display: inline-block;
}

#abbreviations .json-field-description:before {
  content: "- "
}
