@import url(common.css);
.page {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.content {
  text-align: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr auto 1fr;
      grid-template-rows: 1fr auto 1fr;
  min-height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content h1 {
  font-weight: 700;
  font-size: 175px;
  color: #fff;
}

.content h2 {
  font-size: 30px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 500;
}

.content p {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin-top: 10px;
}

.content a.home {
  display: inline-block;
  font-size: 16px;
  border: 2px solid #CDD4DE;
  padding: 12px 30px;
  border-radius: 4px;
  cursor: pointer;
  color: #CDD4DE;
  margin-top: 50px;
}

.copy-right p {
  color: #aaa;
}

.copy-right p a {
  color: #fff;
}

a.brand-logo {
  color: var(--theme-color);
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
  border: none;
  background: none;
  padding: 0px;
  text-transform: uppercase;
}

.w3l-error-grid {
  margin: 0px auto;
  max-width: 850px;
  text-align: center;
  padding: 1em;
}

img.img-responsive {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

video.img-responsive {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media (max-width: 992px) {
  .content h1 {
    font-size: 120px;
  }
}
/*# sourceMappingURL=404-page.css.map */