* {
  font-family: Raleway;
  box-sizing: border-box;
  font-size: 16px; }

a {
  color: #0d6797;
  font-weight: 700;
  text-decoration: none; }

body {
  padding: 0;
  margin: 0; }

#splash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto; }
  #splash .inner {
    padding: 16px;
    text-align: center; }
  #splash .logo {
    margin-bottom: 40px; }
  #splash .address {
    font-size: 15px;
    margin-bottom: 24px; }
  #splash .contact {
    font-size: 15px;
    margin-bottom: 40px; }
    #splash .contact a {
      font-size: 18px; }
  #splash .buttons {
    margin-top: 24px; }
    #splash .buttons .button {
      display: block;
      background: #9ecc30;
      color: #fff;
      text-transform: uppercase;
      padding: 4px 8px;
      margin: 8px 0;
      text-decoration: none;
      font-weight: 700;
      font-size: 14px;
      border-radius: 2px; }
      #splash .buttons .button--blue {
        background: #0d6797; }

/*# sourceMappingURL=splash2025.css.map */
