.edit-link {
  display:none;
}

.t4-navbar {
  position: relative;
  padding: 0;
  margin-left: 250px;
}

.t4-header {
  background-color: #fff;
  border-bottom: none;
}

.t4-offcanvas-toggle {
    border: 0;
    color: #bfc0c0;
    display: block;
    line-height: 1;
}

.t4-footer {
    border-top: 0px solid rgba(255, 255, 255, 0.07);

}

/*****LINKS*********/


a.p-over {
  box-shadow: inset 0 0 0 0 #694283;
  color: #694283;
  padding: 0 .25rem;
  margin: 0 -.25rem;
  transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
  font-size: 500;
}
a.p-over:hover {
  color: #fff;
  box-shadow: inset 200px 0 0 0 #694283;
}


/*****FONTS**********/

.background-text {
  font-weight: 800;
  font-size: 80px;
  line-height: 120px;
  letter-spacing: -0.5px;
  color: #fff;
  opacity: 0.13;
}

.background-text-purple {
  color:rgb(105 66 131 / 25%);
  font-weight: 800;
  font-size: 80px;
  line-height: 120px;
  letter-spacing: -0.5px;  
}

@media screen and (max-width: 1500px) {
  .background-text-purple {
    font-size: 60px;
    line-height: 100px;
  }
  .background-text {
    font-size: 60px;
    line-height: 100px;
  }
}

@media screen and (max-width: 800px) {
  .background-text-purple {
    font-size: 40px;
  }
  .background-text {
    font-size: 40px;
  }
}

.foreground-text {
  position: absolute;
  top: 50px;
  left: 115px;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .foreground-text {
    top: 0px;
    left: 0px;
    right: 24px;
    color: #fff;
    margin-bottom: 24px;
}
  }

@media screen and (max-width: 800px) {
  .foreground-text {
    top: 40px;
    left: 24px;
    right: 24px;
    color: #fff;
    margin-bottom: 24px;
}
}

@media screen and (max-width: 800px) {
  .thorn-image {
    margin-top: 150px;
}
}

.main-header {
  color: #fff !important;
  font-weight: 600;
  text-shadow: 2px 2px 4px #000000;
}

@media screen and (max-width: 1024px) {
  .main-header {
    font-size: 30px;
    color: #343a40 !important;
    text-shadow: none;
    margin-top: 100px;
  }
}

.hero-text {
  text-shadow: 1px 1px 1px #000000; 
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .hero-text {
    text-shadow: none; 
    font-size: 18px;
    font-weight: 500;
    color: #343a40 !important;
    font-style: italic;
    float:right;
  }
}


.church-times {
  margin-left: 50px; 
  margin-top: 100px;
}

@media screen and (max-width: 800px) {
  .church-times {
    /* margin-left: 0px; */
    margin-top: 24px;
    background-color: #694283e8;
    padding: 20px;
    color: #fff;
    }
    .church-times h2 {
      color: #fff;
      font-weight: 700;
    }
    .church-times h3 {
      color: #fff;
      font-weight: 700;
    }
}

@media screen and (max-width: 800px) {
  h2{
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  p {
    font-size: 16px;
  }
}

.hero-bird {
  font-size: 40px; 
  color:#427D83; 
  padding-top: 400px;
  padding-bottom: 500px; 
  padding-left: 150px; 
  padding-right: 150px;
}

@media screen and (max-width: 800px) {
  .hero-bird {
    font-size: 18px;
    color: #427D83;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 800px) {
  .internal-header {
    font-size: 30px;
    color: #fff !important;
    text-shadow: none;
    margin-top: 50px;
  }
}

.pad-int-bottom {
  padding-bottom: 400px;
}

@media screen and (max-width: 800px) {
  .pad-int-bottom {
    padding-bottom: 0px;
}
}

.pad-lt-100 {
  padding-left: 100px;
}

@media screen and (max-width: 800px) {
  .pad-lt-100 {
    padding-left: 0px;
}
}

/*******BUTTON*********/

.button-87 {
    padding: 15px 30px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: #495057;
    border-radius: 5px;
    display: block;
    border: 0px;
    font-weight: 500;
    box-shadow: 0px 0px 14px -7px #a1fcf4;
    background-image: linear-gradient(45deg, #30D5C8 0%, #a1fcf4 51%, #30d5c8 100%);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-87:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #495057;
  text-decoration: none;
}

.button-87:active {
  transform: scale(0.95);
}

@media screen and (max-width: 800px) {
 .button-87 {
   padding: 8px;
   font-size: 16px;
}
}

/***********PADDING************/

.padding-div {
  padding-bottom: 500px;
  }

@media screen and (max-width: 800px) {
 .padding-div {
   padding-bottom: 50px;
}
}

@media screen and (max-width: 1024px) {
  .img-medium {
    transform: scale(0.7);
    display:none;
  }
}

/**************ANIMATION REVEAL**********/

.text-move-right {
  margin-left: -110px;
} 

@media screen and (max-width: 800px) {
 .text-move-right {
    margin-left: 0px;
  }
}

.box {
    transition: transform 0.8s, opacity 0.8s;
}

.box.left {
    transform: translateX(-50px);
    opacity: 0;
}

.box.right{
    transform: translateX(200px);
    opacity: 0;
}

.box.up {
    transform: translateY(20%);
    opacity: 0;
}

.box.active{
    transform: translateX(0);
    opacity: 1;
}

/**************ANIMATION*******************/
.sppb-animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    /* animation-fill-mode:both; */
}

.sppb-animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.sppb-animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
         
         @-webkit-keyframes fadeOutDownBig {
            0% {
               opacity: 1;
               -webkit-transform: translateY(0);
            }
            100% {
               opacity: 0;
               -webkit-transform: translateY(2000px);
            }
         }
         
@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
         
         @-webkit-keyframes fadeOutDownBig {
            0% {
               opacity: 1;
               -webkit-transform: translateY(0);
            }
            100% {
               opacity: 0;
               -webkit-transform: translateY(2000px);
            }
         }
         
@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

         @-webkit-keyframes fadeInLeft {
            0% {
               opacity: 0;
               -webkit-transform: translateX(-20px);
            }
            100% {
               opacity: 1;
               -webkit-transform: translateX(0);
            }
         }
         
         @keyframes fadeInLeft {
            0% {
               opacity: 0;
               transform: translateX(-20px);
            }
            100% {
               opacity: 1;
               transform: translateX(0);
            }
         }
         
         .fadeInLeft {
         -webkit-animation-name: fadeInLeft;
         animation-name: fadeInLeft;
         } 

@keyframes fadeInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

.fadeInUp-animation {
  animation: 1.5s fadeInUp;
}

.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {  
  font-size: 1rem;
  text-transform:uppercase;
  line-height: 40px;
  font-weight: bold;
}

