h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700 }

h2 {
  font-size: 32px; }

h3 {
  color: #e6e7e8;
  line-height: 180px;
  font-size: 180px;
  letter-spacing: 10px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 15px;
  color: #bdc3c7;
  font-weight: 300; }

@media (max-height: 300px) {
  h3 {
    font-size: 100px;
    line-height: 80px;
  }
}

body {
  background-color: #232831;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased; }

.background-img {
  width: 100%;
  height: 100%;
  position: fixed;
  background-image: url("../images/error-bg.jpg");
  opacity: 0.3;
  background-size: cover; }

.footer {
  width: 100%;
  height: auto;
  text-align: center;
  position: absolute;
  bottom: 20px; }

.row {
  width: 100%;
  height: auto; }

.container {
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: top;
  color: white;
  position: relative; }
  .container p {
    font-size: 15px;
    text-transform: uppercase; }

.logo {
  position: relative;
  line-height: 25px;
  margin: 0 auto; }
