.back-to-home-btn {
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none !important;
}
.back-to-home-btn span {
  font-size: 1rem;
}

.custom-page-nav {
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 1001;
}

@media screen and (max-width: 768px) {
  .custom-page-nav {
    padding: 20px 0;
  }
}
.custom-page-nav #custom-page-logo {
  font-size: 20px;
  margin: 20px 0 0 0;
  padding: 0;
  line-height: 40px;
  font-weight: bold;
  text-transform: uppercase;
}

.custom-page-nav a {
  padding: 5px 10px;
  color: #fff;
  position: relative;
  z-index: 1;
}

#custom-page-header .display-tc,
.custom-page-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}

#custom-page-header .display-tc h1,
#custom-page-header .display-tc h2,
.custom-page-cover .display-tc h1,
.custom-page-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}

#custom-page-header .display-tc h1,
.custom-page-cover .display-tc h1 {
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 1.5;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  #custom-page-header .display-tc h1,
  .custom-page-cover .display-tc h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  #custom-page-header .display-tc h1,
  .custom-page-cover .display-tc h1 {
    font-size: 25px;
  }
}
#custom-page-header .display-tc h2,
.custom-page-cover .display-tc h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
  #custom-page-header .display-tc h2,
  .custom-page-cover .display-tc h2 {
    font-size: 16px;
  }
}
#custom-page-header .display-tc p,
.custom-page-cover .display-tc p {
  color: rgba(255, 255, 255, 0.7);
}

.custom-page-cover {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}

#custompage .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

.custom-page-cover .display-t,
.custom-page-cover .display-tc {
  height: calc(100% - 190px);
  display: table;
  width: 100%;
  padding-top: 0;
}

#custompage {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  transition: 0.5s;
  background-image: url("../../assets/images/errors/error_page_bg.jpg");
  background-repeat: round;
}
#custompage .container {
  height: 100%;
}
#custompage .container .row {
  height: 100%;
}

.img-container {
  margin: auto;
  width: 70%;
}

.spark-primary {
  color: #00a4e5;
}

.maintenance-technology-list span {
  font-size: 1.05rem;
  font-weight: 500;
}
