/* Colors */
/* Pagination buttons */
html {
  font-size: 112.5%;
  font-family: "source-sans-pro", sans-serif;
}
@media (min-width: 576px) {
  html {
    font-size: 80%;
  }
}

body {
  background-color: #48B292;
  color: white;
}

body.internal-error {
  background-color: #B25F48;
}

h1 {
  font-size: 6rem;
}

.response-code {
  text-align: center;
  line-height: 1.5;
}

.sail-logo {
  display: block;
  height: 8rem;
  width: 8rem;
  margin: 0 auto;
}

.message-heading {
  margin-top: 1rem;
  margin-left: 10%;
  width: 80%;
  font-size: 3rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .message-heading {
    margin-left: 20%;
    width: 70%;
  }
}
@media (min-width: 992px) {
  .message-heading {
    margin-left: 30%;
    width: 40%;
  }
}

.message {
  margin-top: 1rem;
  margin-left: 10%;
  width: 80%;
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .message {
    margin-left: 20%;
    width: 60%;
  }
}
@media (min-width: 992px) {
  .message {
    margin-left: 30%;
    width: 40%;
  }
}
.message a {
  color: white;
}
