.header-logo {
  height: 130px;
  width: 100%;
  margin-top: 50px;
  object-fit: contain;
}

@media screen and (min-width: 767px) {
  .header-logo {
    height: 180px;
    width: 100%;
    margin-top: 50px;
    object-fit: contain;
  }
}

@media screen and (min-width: 1023px) {
  .header-logo {
    height: 220px;
    width: 100%;
    margin-top: 50px;
    object-fit: contain;
  }
}

@media screen and (min-width: 1439px) {
  .header-logo {
    height: 250px;
    width: 100%;
    margin-top: 50px;
    object-fit: contain;
  }
}

.footer-content {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 20;
}

.footer-text {
  color: #fff;
  font-size: x-large;
}

@media screen and (max-width: 430px) {
  .footer-text {
    color: #fff;
    font-size: small;
  }
}

.footer-icon {
  height: 30px;
  margin: 0 10px;
}

@media screen and (max-width: 430px) {
  .footer-icon {
    height: 20px;
    margin: 0 5px;
  }
}

@media screen and (min-width: 1000px) {
  .result-page-response {
    width: 680px;
  }
}

.result-page-body {
  /* background-color: #b30014; Default */
 /* background-color: #F0AD00;  Parbo bright */
/*   background-color: #d7040b; Parbo bright */
 background-color: #FCB315; /*Big Entertainment */
}

.centrum {
  margin-top: 3%;
}
