h1, h2, h3, h4, h5, h6 {
    font-family: "Barlow", serif;
    font-weight: 700;
    font-style: normal;
    color: #FFFFFF;
}

.bbNeiWhiteBackground {
    background-color: #FFFFFF;
    color: #253439;
}

.bbNeiWhiteBackground h5 {
    color: #253439;
}

.form-text {
    color: #FFFFFF;
}

.bbCalendarChangeMonth {
    cursor: pointer;
}

.bbCalendarTitleMonth {
    font-size: 1.5rem;
    font-weight: bold;
}

.bbCalendarTitleActions {
    font-size: 1.5rem;
}

@media (min-width: 992px) {
    .bbCalendarTitleMonth {
        font-size: 2rem;
        font-weight: bold;
    }

    .bbCalendarTitleActions {
        font-size: 2rem;
    }
}

.content a {
    color: #FFFFFF;
    text-decoration: underline;
}

.content a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.bbSpeechBubble {
    --bbArrowSize: 1.5rem;
    --bbBorderRadius: 0.25rem;
    --bbPadding: 1rem;
    background-color: #515D61;
    border-radius: var(--bbBorderRadius);
    padding: var(--bbPadding);
    position: relative;
}

.bbSpeechBubble::before{
    content: '';
    position: absolute;
    background-color: #515D61;
}

.bbSpeechBubble.bbSpeechBubbleBottom {
    margin-bottom: var(--bbArrowSize)
}

.bbSpeechBubble.bbSpeechBubbleBottom::before {
    --width: calc(var(--bbArrowSize) / 2 * 3);
    height: var(--bbArrowSize);
    width: var(--width);
}

.bbSpeechBubble.bbSpeechBubbleBottom::before{
    top: calc(100% - 2px);
}
.bbSpeechBubble.bbSpeechBubbleBottom.bbSpeechBubbleBottomLeft::before{
    left: 6rem;
    clip-path: polygon(25% 0, 100% 0, 0% 100%)
}

/*
.bbSpeechBubble {
    filter: drop-shadow(0px 0px 0.2rem black);
    transition: transform 0.25s ease
}

.bbSpeechBubble:hover {
    transform: scale(1.05);
    filter:
            drop-shadow(0px 0px 0.2rem black)
            drop-shadow(0px 0px 1rem #515D61);
}
*/
.bbReviewFrom {
    padding-top: 10px;
    display: flex;
    margin-bottom: 25px;
}

.bbReviewNoPhoto {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: #000000;
}

.bbReviewPhoto img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.bbReviewAuthor {
    align-content: center;
    padding: 5px 5px 5px 15px;
}

.bbContactLinks a, .bbContactLinks a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.bbContactLinks i {
    font-size: 2.5rem;
}