/*REMOVING LINE IN HEADER*/
#r8_navbar .navbar hr {display: none;}

/*HEADER TRACKING (LETTER SPACING)*/
.d0letterspacing {letter-spacing: 5px;}

/*JEN BOXES*/
.d0whitebox {background-color: #FFFFFF; margin-top: 1em; margin-bottom: 1em; padding:15px 25px 15px; min-height:0px; display:block;}

.d0imagepush {transform: translate(-50px, 80px);}
.d0imagepush2 {transform: translate(50px, 81px);}

hr {margin: 15px 0; border: 0; border-top: 1px solid #b38e58;}

.d0transbox {background-color: rgba(0,0,0,0); margin-top: 1em; margin-bottom: 1em; padding:0px; min-height:0px; display: flex; align-items: center;}

@media only screen and (max-width: 799px) {.d0mobilewhitebox {background-color: #EAE5E3; margin-top: 1em; margin-bottom: 1em; padding:30px; min-height:0px; border-radius: 15px; display:block;}}

@media (max-width : 767px) 
{
#body h1, 
#body h2, 
#body h3,
#body p
{text-align: center;}
}

/*FOR MOBILE HEADER*/
.d0contactdown {transform: translate(0px, 60px);}

/*POP UP CHANGES*/
.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #b38e58;
}
.ub-palette-light h4 {color: #ffffff}
.btn-default {
    color: #333;
    background-color: #fff;
    border-radius: 500px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-family: 'PT SANS';
    font-weight: bold;
    font-size: 25px;
}
.modal-body {
    position: relative;
    padding: 15px;
    line-height: 40px;
    font-size: 20px;
}


/*SCROLLING BANNER CSS*/

.scrolling-text-container {
    overflow: hidden;
    width: 100%;
    background-color: transparent;
    position: relative;
}

.scrolling-text-inner {
    display: flex;
    width: max-content;
    animation: scroll-left 25s linear infinite;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 0;
}

/* Duplicate this container’s contents in HTML */
.scrolling-text {
    display: flex;
}

.scrolling-text-item {
    padding: 0 30px;
}

/* Responsive font adjustment */
@media (max-width: 600px) {
    .scrolling-text-inner {
        font-size: 14px;
        padding: 6px 0;
    }

    .scrolling-text-item {
        padding: 0 20px;
    }
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
