.content {
  --bulma-content-block-margin-bottom: .5em;
}

/* Navbar */
.navbar .navbar-burger {
  color: #fff;
}

.navbar-brand .icon {
  font-size: 1.4rem;
}

/* https://bulma.io/documentation/layout/hero/#fullheight-with-navbar */
.is-fullheight-with-navbar {
  /*
    For some reason the class in the docs does not exist
    and due to padding an additional space needs to be removed from the height
  */
  min-height: calc(100vh - var(--bulma-navbar-height) - 5rem);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* Footer */
.footer {
  --bulma-footer-padding: 1.5rem 1.5rem;
}

.footer a:hover {
  text-decoration: underline;
}

/* Customizations */

/* Slightly decrease font size for password validation rules (help text of password field) */
#div_id_password1 > ul > li {
  font-size: 0.9em;
}
