/* All Styles in this file relate to the branding part of the site/application. */

.branding__logo-link {
  float: left;
  width: 100%;
}

.branding a {
  max-width: 500px;
}

.branding img {
  width: 100%;
  height: auto;
}

.branding {
  background-color: var(--color-bright-blue);
  padding: 2rem 1rem;
  overflow: auto;
}

.branding .block {
  margin-bottom: 0;
}