
html {
  font-size: 14px !important;
}

h2 {
  font-size: 2rem;
  margin-top: -0.8rem !important; /* @Ricardo Changed margin-top to set the distance between the title and the top of the page */
  margin-bottom: 0rem !important; /* @Ricardo Changed margin-bottom to set the distance between the title and the content */
}

#dashboard {
  width: 80%;
  margin: auto;
}

.up-link {
  display: none;
}

.tabs ul li:last-child {
  display: none;
}

.tabs.is-centered ul {
  justify-content: center !important;
  padding-left: 100px;
}

.row-scenarios .dash-card-frame {
  margin-bottom: 0 !important;
}

.row-videos .dash-card-headers {
  display: none !important;
}

img.project-logo {
  position: right;
  height: 100px;
}

.tabs a {
  font-size: 1.4rem;
}

.project-header {
  height: 30px;
  margin: 1rem 0 !important;
  padding-bottom: 0 !important;
}

.project-footer {
  padding: 0 !important;
  margin-bottom: 0 !important;
}

footer {
  background-color: #262626;
}

.logos img {
  height: 45px;
}

img.bmdv {
  position: absolute;
  right: 0;
  bottom: 0;
  height: auto;
  top: 4px;
}

footer .logos {
  display: flex;
  justify-content: left;
  gap: 20px;
  padding: 8px 0;
  border-bottom: 1px solid #4b4b4b;
  margin-bottom: 4px;
}

footer .menu {

  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 8px;
  color: #b2b2b2;
}

.tabholder {
  background-color: #b2b2b2;
}

.container {
  margin: 4px 16px;
}
