/* Text Elements */

h1.h1-suspended {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
}

/* Layout Elements */

body.body-suspended {
  min-height: auto;
  background-color: #b00000;
}

.container-grid.container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 100%;
  height: 100vh;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

@media screen and (min-width: 37.5625rem) {
  /* Text Elements */

  h1.h1-suspended {
    font-size: 70px;
  }
}

@media screen and (min-width: 85.375rem) {
  /* Text Elements */

  h1.h1-suspended {
    font-size: 100px;
  }
}

@media screen and (min-width: 120rem) {
  /* Text Elements */

  h1.h1-suspended {
    font-size: 150px;
  }
}