.centerDiv {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.header-text {
    font-size: 22px !important;
}

@media (max-width: 1000px) {
  .header-text {
    font-size: 19px !important;
    margin-right: 0px;
    margin-left: -20px;
    }
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: white;
  color: lightslategray;
  z-index: 3;
}

.footer {
  padding-top: 10px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
  color: lightslategray;
  text-align: center;
  z-index: 4;
}

.headerImg {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -110px;
}

.serviceBtn {
  display: inline-block;
  vertical-align: middle;
  height: 150px;
  width: 60%;
  border-left: none;
  margin-left: -5px;
}

@media (max-width: 1000px) {
  .serviceBtn {
    display: inline-block;
    vertical-align: middle;
    height: 150px;
    width: 50%;
    border-left: none;
    margin-left: -5px;
  }
}

td {
  vertical-align: middle;
}

.mainTitle {
  text-align: center;
  font-size: 24pt;
  padding-bottom: 30px;
}

@media (max-width: 1000px) {
  .mainTitle {
    text-align: center;
    font-size: 12pt;
    padding-bottom: 10px;
    }
}

.serviceBtnText {
  padding-top: 47px;
}

@media (max-width: 1000px) {
  .serviceBtnText {
    font-size: 13pt;
    padding-top: 40px;
  }
}

header {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.headerSkew {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skewY(-5deg);
  transform-origin: top left;
}

@media (max-width: 1000px) {
  .headerSkew {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 75%;
    transform: skewY(-5deg);
    transform-origin: top left;
  }
}

h1 {
  margin: 0;
  padding: 92px 0;
  font-size: 44px;
  text-align: center;
}

@media (max-width: 1000px) {
  h1 {
    margin: 0;
    padding: 60px 0;
    font-size: 34px;
    text-align: center;
    padding-bottom: -500px;
    word-spacing: 500px;
  }
}

header h1 {
  position: relative;
  color: white;
}

.underHeader {
  margin-top: 30px;
}

@media (max-width: 1000px) {
  .underHeader {
    margin-top: -50px;
  }
}

.disclaimer {
  text-align: left;
  padding: 15px 0px 30px 0px;
  margin-left: 50px;
}