.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
}
.centered h1 {
  text-shadow: 2px 2px 2px #000000;
  font-weight: normal;
  color: white;
  font-size: 48px !important;
  line-height: 72px;
  text-align: center;
}
.test {
  position: relative;
}
.test h1 {
  text-shadow: 2px 2px 2px #000000;
  font-weight: normal;
  color: #0b6db6;
  font-size: 48px !important;
  line-height: 72px;
  text-align: center;
}
.underline-gradient {
    background: linear-gradient(to left, #9f2361, #f19c22 100%);
    background-position: 0 100%;
    background-size: 100% 3px;
    background-repeat: repeat-x;
    padding-bottom: 12px;
}
.white-copy {
  color: #ffffff;
}
.white-copy h1 {
  color: #ffffff;
}
.white-copy h2 {
  color: #ffffff;
}
.z-back {
  z-index: -5;
}
.z-front {
  z-index: 999999;
}
.hero-copy h1{
  color: #ffffff;
  font-size: 50px !important;
  line-height: 70px;
}
.hero-copy h2{
  color: #ffffff;
  font-size: 40px !important;
  line-height: 50px;
}
.footer {
  color: #000000;
  font-size: 16px !important;
  line-height: 24px;
}
.vc_btn3.vc_btn3-size-md {
  font-size: 16px !important;
}
.ult_expheader {
  padding-bottom: 10px;
  line-height: 2;
}
.col-padding {
  padding-left: 16px;
  padding-right: 16px;
}
.image {
    opacity: 1;
    transition: opacity 0.3s ease;
}
.image:hover {
    opacity: 0.5;
}
.footer-bottom { 
  background-image: url('https://gracelightresidency.org/wp-content/uploads/2024/09/footer-2.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}
#wrapper-9 {
  background-color: #f5f5f5;
}
#wrapper-3 {
    z-index: 99999;
  position: absolute;
}
#wrapper-33 {
    padding-top: 12px;
    padding-bottom: 6px
}
#wrapper-33 a{
    color: #0b6db6;
}
#wrapper-33 a hover{
    color: #9d2063;
}
#wrapper-36 {
    background-color: #0b6db6;
}
.ult_expheader {
    padding-bottom: 10px;
    line-height: 1;
    font-size: 24px !important;
  line-height: 30px;
  margin-top: 6px;
  text-transform: none !important;
}
.service-section {
  text-transform: none !important;
}
button.ubtn-normal {
    padding: 10px 30px;
    border-radius: 10px;
}
@media only screen and (max-width: 600px) {
.hero-copy h1 {
  color: #ffffff;
  font-size: 30px !important;
  line-height: 40px;
  }
.hero-copy h2 {
  color: #ffffff;
  font-size: 20px !important;
  line-height: 30px;
}
.centered {
    background: none;
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translate(0%, -28%);
}
.centered h1 {
  text-shadow: 2px 2px 2px #000000;
  font-weight: normal;
  color: #0b6db6;
  font-size: 48px !important;
  line-height: 72px;
  text-align: center;
}
}
@media only screen and (max-width: 1024px) {
.hero-copy h1 {
  color: #ffffff;
  font-size: 30px !important;
  line-height: 40px;
  }
.hero-copy h2 {
  color: #ffffff;
  font-size: 18px !important;
  line-height: 24px;
  }
}