/* Centered Home link on calendar index — see Themes/default/header.inc */
.banner {
  position: relative;
}

.banner_home {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.banner_home a {
  display: inline-block;
  padding: 0.3rem 0.75rem;
  line-height: 1.5em;
  border-radius: 0.8em;
  text-decoration: none;
  font-weight: normal;
}

.banner_home a:hover {
  background-color: #a8bdd9;
  color: #ffffff;
}
