/*Green styles from dark to light

#47503E
#94F591
#99BF9E
#D9F2D9

#D7E9D1  NAV BACKGROUND
#7E9277  ACTIVE BTN AND HOVER
#BADCBB  INACTIVE BTN 

#A4CCA6
*/

/* EDIT CMS CSS ONLY */

.edit-block {
    width: 300px;
    height: 100px;
    background-color: #D7E9D1;
    color: #000000;
    font-weight: 600;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    
}



body {position: relative; font-family: 'Montserrat', sans-serif; font-weight: 400; line-height: 28px; color: #444444;}
.container-fluid, .container-fluid, .col, .row {padding: 0; margin: 0;}
.hero-image {background-image: url("../img/laneend-front-page.jpg"); height: 500px; background-position: center top; background-repeat: no-repeat; background-size: cover; position: relative;padding-top:20px;}
.hero-image-FP {background-image: url("../img/laneend-front-page.jpg"); height: 500px; background-position: center top; background-repeat: no-repeat; background-size: cover; position: relative;padding-top:20px;}
.hero-image-local-area {background-image: url("../img/laneend-front-page.jpg"); height: 500px; background-position: center top; background-repeat: no-repeat; background-size: cover; position: relative;padding-top:20px;}
.hero-image-info {background-image: url("../img/laneend-front-page.jpg"); height: 500px; background-position: center top; background-repeat: no-repeat; background-size: cover; position: relative;padding-top:20px;}
.hero-image-contact {background-image: url("../img/laneend-front-page.jpg"); height: 500px; background-position: center top; background-repeat: no-repeat; background-size: cover; position: relative;padding-top:20px;}

.contact_us_button {background-color: #D7E9D1; color: #7E9278; font-weight: 800; padding: 2px 13px; border-radius: 18px; border: none; margin: 25px 0 6px 0px;}
.contact_us_button:hover {background-color: #7E9277; color: #FFFFFF;}
.main-logo {}
.bhppa-logo {max-width: 90px; margin-top: 4px;}
.send {width:150px; height:40px; background-color: #7E9277; color: #ffffff; font-weight: 800; padding: 2px 13px; border: none; font-size:28px; margin:0px;}
.send:hover {background-color: #D7E9D1; color: #000000;}
.right-container {width: 150px; height: 200px; float: right; text-align: center;}
.sub-text {float:left; margin-top:22px; margin-left: 10px;}
h1 {color:#A4CDA5; padding: 0px; margin-bottom: 8px; margin-top: 10px;}
h2 {color:#B9DCBB; margin-bottom: 16px;}
h3 {font-family: 'Shadows Into Light', cursive; color:#7E9277; font-size:70px; text-align:center;}
h4 {color:#7E9277;font-size: 18px;font-weight:600; margin-bottom: 3px;}
.navbar {background-color:#D7E9D1; padding:0px;}
.nav-item {background-color:#BADCBB; padding: 8px 40px; margin-right:6px;}
.nav-item:last-child {margin-right:0px;}
.nav-item:hover {background-color:#7E9277;}
.nav-item:active {background-color:#7E9277;}
.nav-link {color:#ffffff; font-weight: bold; font-size:18px;}
.nav-link:hover {color:#ffffff;}
.mid-row {background-color:#BADCBB; color:#ffffff; font-weight: bold; font-size:18px; padding-top: 14px;}
.moving-text:hover{animation-play-state: paused;}
@keyframes marquee {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

@media (prefers-reduced-motion: no-preference) {
  .moving-text {
    -webkit-animation: marquee 35s linear infinite;
    animation: marquee 35s linear infinite;
  }
}

.moving-text {
  animation: marquee 35s linear infinite;
  transform: translateZ(0);
}

.contain {width: 1290px;margin: 0px auto;overflow: hidden;white-space: nowrap;}
header {background-color: #A4CCA6; height: 180px; }
footer {background-color:#A4CCA6; color:#ffffff; height:250px; width:100%;}
.nav-item {padding: 2px 40px;}
.nav-item {background-color: #BADCBB;}
.nav-item:hover {background-color: #7E9277;}
.nav-item.active,.nav-item:active {background-color: #7E9277;}
.prop {text-align:right;}
.button-container {}

/*  Mobile Styles Only  */
    @media only screen and (max-width: 767px)
    {
        .contact_us_button {display:none;}
        .contact_us_button:hover {background-color: #7E9277; color: #FFFFFF;}
        .main-logo {min-width:200px;}
        .right-container {width: auto; height:auto; float: none; text-align: center;}
        .bhppa-logo {width:60px; margin:0px auto; margin-top:20px;}
        h3 {font-family: 'Shadows Into Light', cursive; color:#7E9277; font-size:28px; text-align:center;}
        .movi ng-text {display:none;}
        .contain {width: 90% ;margin: 0px auto;overflow: hidden;white-space: nowrap;}
.hero-image {background-image: url("../img/laneend-front-page.jpg"); height: 300px; background-position: center top; background-repeat: no-repeat; background-size: cover; position: relative;padding-top:20px;}
.hero-image-info {background-image: url("../img/laneend-front-page.jpg"); height: 300px; background-position: center top; background-repeat: no-repeat; background-size: cover; position: relative;padding-top:20px;}
        .sub-text {margin-top:5px; text-align:center;}
        .gap {margin-bottom:24px;}
        .prop {text-align:center; margin:0px;}
        .send {width:150px; height:40px; background-color: #7E9277; color: #ffffff; font-weight: 800; padding: 2px 13px; border: none; font-size:28px; margin:0px auto;}
        iframe {border: 0;margin: 0;padding: 0;width: 100%;}
        .button-container {text-align:center; margin-bottom:10px;}
        @keyframes marquee {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

@media (prefers-reduced-motion: no-preference) {
  .moving-text {
    -webkit-animation: marquee 10s linear infinite; /* Decreased duration to 15 seconds */
    animation: marquee 10s linear infinite; /* Decreased duration to 15 seconds */
  }
}

.moving-text {
  animation: marquee 10s linear infinite; /* Decreased duration to 15 seconds */
  transform: translateZ(0);
}

        
        
    }
    
