.pet-single-slider-wrap {
    margin-right: 28px;
}

.form-button {
    --bs-btn-color: #ff6840 !important;
    --bs-btn-bg: #000 !important;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color #0d6efd : #0d6efd;
    padding: 20px;
    border-radius:10px;
}

#block {
    filter: alpha(opacity=20);
    /* IE */
    -moz-opacity: 0.2;
    /* Mozilla */
    opacity: 0.2;
    /* CSS3 */
    position: absolute;
    top: 0;
    left: 0;
    height: inherit;
    width: inherit;
}

#deilogo-sm {
    margin-left: 10px;
    height: 80px;
    align-self: center;
}

#bshlogo-sm {
    height: 60px;
    align-self: center;
    margin-left: 5px;
}

#deilogo {
    height: 100px;
    align-self: center;
}

#bshlogo {
    height: 80px;
    align-self: center;
    margin-left: 10px;
}

.k-i-arrowhead-e:before {
    content: "\e014";
    border: 1px solid lightgrey;
    border-radius: 10px;
    margin-right: 20px;
    border-color: #ff6e21;
    color: #ff6e21;
}


.k-i-arrowhead-w:before {
    content: "\e016";
    border: 1px solid lightgrey;
    border-radius: 10px;
    margin-left: 20px;
    color: #ff6e21;
    border-color: #ff6e21;
}

.site-header {
    height: 50px;
}

single-main-slider {
    padding: 20px;
}

.photo {
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 500px;
    height: 500px;
}

.photo1 {
    background-image: url("../images/DiversityWeek2022_v2.png")
}

.photo2 {
    background-image: url("../images/DW22.png");
}

/* Carousel */
.carousel-container {
    padding-top: 30px;
}

.carousel {
    height: 380px;
    min-height: 250px;
    max-width: 100%;
    border-radius: 5px;
    padding: 5px;
}

.selectedHandPrint {
    margin: 30px 30px 0px 3px;
    padding-left: 30px;
    padding-top: 120px;
    width: 120px;
    align-self: center;
    opacity: .5;
}


@media only screen and (max-width: 1200px) {
    .carousel {
        height: 700px;
    }

    .slider-dei-img > img {
        height: 327px;
    }

    .selectedHandPrint {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 700px) {
    .slider-dei-img > img {
        height: 227px;
    }

    .slider-height-7 {
        height: 250px;
    }

    .carousel {
        height: 730px;
    }

    #bshlogo {
        height: 50px;
    }

    #app-title {
        font-size: 14pt;
        font-weight: 700;
        margin: 30px 0px 0px 30px;
    }
}

.message {
    color: #000;
    width: 120px;
    height: 320px;
    margin-left: 2px;
    margin-top: 2px;
}

.message-title {
    text-align: center;
    color: #000;
    //text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #0fa;
    font-style: italic;
    padding-right: 5px;
}

.message-more {
    font-size: small;
    border: none;
    color: white;
    font-weight: 700;
    padding: 3px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 16px;
}

#message-location {
    margin: 0;
    line-height: 1.1em;
    font-size: .9em;
    font-weight: bold;
    text-align: center;
    color: black;
    border-radius: 3px;
}

.cardheader {
    padding: 3px 0px 3px 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1em;
    font-size: .8em;
    text-align: center;
    color: white;
}

.card-img-overlay {
    padding: 0;
}

.message-text {
    margin: 10px 3px 0px 3px;
    font-size: small;
    font-weight: 700;
    height: 195px;
    overflow-wrap: break-word;
    hyphens: manual;
    white-space: break-spaces;
}

.message-style {
    font-weight: 700;
}
