/* SPLASH Styles */

#splash {
  min-height: 100svh;
  padding-bottom: var(--head-padding);
  --bg-color: var(--red);
  background: var(--bg-color);
}

#splash > .sub-wrapper {
  flex-grow: 1;
  justify-content: space-between;
}

.splash-top {
  width: 100%;
}

.splash-logo {
  width: 100%;
  margin-bottom: 1em;
}

.splash-bot {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.splash-contact {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#splash a {
  text-decoration: underline;
}

#splash a:hover {
  opacity: 0.5;
}
