/**
 * @file
 * This file is used to style the branding block.
 */

.block-system-branding-block {
  flex: 0 1 40%;
  order: 2;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .block-system-branding-block {
    flex: 0 1 220px;
    order: 3;
    margin: 2.5rem 0;
    text-align: left;
  }
}
.site-logo {
  display: inline-block;
  width: 100%;
  max-width: 350px;
  background-color: inherit;
}
.site-logo:hover {
  background-color: inherit;
}

.site-logo png {
  width: 100%;
  max-width: 350px;
  height: auto;
}
