.site-header.unsigned {
  justify-content: space-between;
  padding: 0 8px;
}

.site-header .button {
  background-color: var(--white);
  border: none;
  box-shadow: 0 0 4px 1px var(--box-shadow-black-20);
  font-family: var(--font-primary);
  font-size: 1.2rem;
  width: 80px;
}

.main-content #splash-text {
  font-family: var(--font-main-title);
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 12px;
  text-align: center;
  text-shadow: 0 0 3px var(--blue-light);
}

.main-content #splash-image-container {
  height: auto;
  margin: auto;
  max-width: 350px;
  padding: 12px;
  width: 80vw;
}

.main-content #splash-image-container img {
  width: 100%;
}

.main-content #account-links,
.main-content #faq-link {
  margin: 0 auto 12px auto;
  max-width: 350px;
  width: 80vw;
}

.main-content #account-links > .button,
.main-content #faq-link .button {
  border: 1px dotted var(--blue-light);
  border-radius: 2px;
  box-shadow: 0 0 2px 1px var(--box-shadow-black-20);
  justify-content: center;
  margin-top: 12px;
  max-width: none;
  min-width: auto;
  padding: 12px;
  width: auto;
}

.main-content #offline-links-container {
  background-color: var(--blue-standard);
  border: 1px solid var(--blue-standard);
  border-radius: 2px;
  color: var(--white);
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  margin-top: 16px;
  text-align: center;
}

.main-content #offline-links-heading {
  font-family: var(--font-secondary);
  font-size: 1.2rem;
  grid-column: 1 / -1;
  padding: 6px;
}

.main-content #offline-links-container .button {
  border-radius: 0;
  box-shadow: none;
  justify-content: center;
  margin: 0;
  max-width: none;
  min-width: auto;
  width: 100%;
}

.main-content #signin-spacer {
  display: flex;
  font-style: italic;
  justify-content: center;
  margin-top: 12px;
}

.main-content #faq-link {
  clear: both;
}

.main-content #faq-link p {
  font-style: italic;
  text-align: center;
}

@media screen and (min-width: 640px) {
  .main-content {
    display: block;
  }

  .main-content #splash {
    float: left;
    width: 50%;
  }

  .main-content #splash-image-container {
    width: 80%;
  }

  .main-content #account-links {
    float: right;
    margin-right: 5%;
    width: 40%;
  }
}

@media only screen and (min-width: 1020px) {
  .main-content #faq-link {
    clear: none;
    float: right;
    margin-right: 5%;
    width: 40%;
  }
}
