body {
  padding: 0;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px;
}

html, body {
  height: 100%;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

#body-container {
  height: calc(100% - 11px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  #body-container {
    height: calc(100% - 51px);
  }
}

.copyright-message {
  display: inline-block;
  color: #555;
}

.footer {
  text-align: center;
}

.footer .footer-links {
  display: inline-block;
}

.footer .footer-links .footer-link:first-child {
  list-style-type: none;
}

#app-container {
  display: flex;
  height: 100%;
}

#main-image-container {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

#main-logo-large {
  width: 75%;
}
