@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
body {
  background-color: #F7F7F7;
  margin: 0px; }

#error-page-header {
  background-image: url("../img/ShipHappens/SiteMaintenance_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 148px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }

#error-page-header img {
  margin-top: 30px; }

#error-page-logo {
  background-image: url("../img/ShipHappens/TQLlogo.png");
  height: 45px;
  width: 151px;
  margin-top: 30px; }

#error-page-content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 15px;
  width: 100%; }

#error-page-content-container img {
  margin: 15px; }

#error-page-text-container {
  display: flex;
  flex-direction: column;
  margin: 0 15px 15px 15px;
  min-width: 320px;
  padding-bottom: 250px; }

@media only screen and (max-width: 834px) {
  #error-page-text-container {
    text-align: center; } }

#error-page-content-header {
  font-size: 50px;
  color: #0093d0;
  font-family: 'Roboto';
  margin-top: 0px;
  margin-bottom: 10px; }

.error-page-text {
  font-size: 19px;
  color: #2d3236;
  font-family: 'Roboto';
  font-weight: 500; }

.error-page-text a {
  text-decoration: underline;
  cursor: pointer; }
