/* Add here all your CSS customizations */
.kep-landing-header {
  padding-bottom: 4%;
  width:100vw;
  background-image: url("img/landing-page-bg-dark.jpg");
}

.kep-landing-cta-text {
  padding-top: 12%;
}

.kep-landing-header-container {
  height: 70%;
  width:100%;
}

.kep-top-label {
  text-align: inherit;
  line-height: 24px;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 34px;
  white-space: nowrap;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  opacity: 1;
  color: rgb(255,255,255);
}

.kep-main-label {
	font-weight: 800;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  text-align: inherit;
  line-height: 62px;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-size: 32px;
  white-space: nowrap;
  color: rgb(255,255,255);
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  opacity: 1;
}

.kep-lower-label {
  text-align: inherit;
  line-height: 20px;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 800;
  font-size: 28px;
  white-space: nowrap;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  opacity: 1;
  color: rgb(255,255,255);
}

.kep-bottom-label {
  text-align: inherit;
  line-height: 62px;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 28px;
  white-space: nowrap;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  opacity: 1;
  color: rgb(255,255,255);
}

.kep-padding-top {
  padding-top: 4%;
}

.kep-padding-top-text {
  padding-top: 25%;
}

.kep-phone-number {
  text-decoration: none;
}

@media only screen and (max-width: 2000px) {

}

@media only screen and (max-width: 1200px) {
  .kep-lower-label {
    line-height: 20px;
    font-weight: 800;
    font-size: 26px;
  }
}

@media only screen and (max-width: 995px) {
  h5 {
    line-height: 1.15em;
  }

  .kep-top-label {
    line-height: 24px;
    font-weight: 500;
    font-size: 34px;
  }

  .kep-main-label {
  	font-weight: 800;
    line-height: 62px;
    font-size: 24px;
  }

  .kep-lower-label {
    line-height: 20px;
    font-weight: 800;
    font-size: 20px;
  }

  .kep-bottom-label {
    line-height: 62px;
    font-weight: 500;
    font-size: 22px;
  }
}

@media only screen and (max-width: 440px) {
  .kep-landing-header {
    padding-left: 7%;
  }
}

@media only screen and (max-width: 400px) {
  .kep-landing-header {
    padding-left: 4%;
  }
}

@media only screen and (max-width: 330px) {
  .kep-top-label {
    line-height: 24px;
    font-weight: 500;
    font-size: 30px;
  }

  .kep-main-label {
  	font-weight: 800;
    line-height: 62px;
    font-size: 20px;
  }

  .kep-lower-label {
    line-height: 20px;
    font-weight: 800;
    font-size: 16px;
  }

  .kep-bottom-label {
    line-height: 62px;
    font-weight: 500;
    font-size: 18px;
  }
}
