body {
    color: #000000;
    background-color: rgb(246, 245, 242);
}

b, strong {
    color: #eb8608;
}

.container-mb-duo { 
    font-size: 18px; 
    text-align: justify;
}

.container-mb-duo .mb-highlight {
    color: #eb8608;
    font-size: 30px;
    font-weight: 500;
}

.container-main-duo {
    max-width: 1100px!important;
}

a {
    color: #47ffa9;
    text-decoration: none;
}

a:hover {
    color: #00d170;
}

h1 {
    color: #312c25;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

h2 {
    border-bottom: 2px solid #312c25;
    color: #312c25;
    padding-bottom: 0.15em;
}

p.plight { font-weight: 300; font-size: 0.97em; }
p.phead { font-weight: 500; }
p.pfoot { font-weight: 300; font-size: 0.92em; color: #888a95; font-style: italic;}

header.headerduo {
    margin-bottom: 1em;
}

.comment-card {
    color: #000000;
    min-height: 320px;
}

.comment-card h5 {
    color: #eb8608;
    margin-bottom: 1px;
}

.comment-card .comment-date {
    font-size: 12px;
}

.comment-card .comment-header {
    padding: 1rem;
    padding-bottom: 0;
    margin-bottom: 0;
}

.comment-card .card-body {
    padding-top: 5px;
}

.comment-card .card-text {
    margin-top: 10px;
}

#CommentSlider .carousel-control-prev,
#CommentSlider .carousel-control-next
{ width: 50px; }

#CommentSlider .carousel-inner {
    width: calc(100% - 100px);
    margin-left: 50px;
}

#mbsoundcloudframe { height: 355px; width:100% }

span.lightbold {
  font-weight: 700;
  color: #ffce8f;
}
.p-smaller {
  font-family: var(--bs-font-sans-serif);
}

#CommentSlider .blockquote {
    font-size: 1em;
}

#CommentSlider .carousel-control-next,
#CommentSlider .carousel-control-prev {
    filter: invert(100%);
}


@media only screen and (min-width: 992px) {
    #CommentSlider {
        height: 380px;
    }
}

@media only screen and (max-width: 992px) {
    #CommentSlider .comment-card {
        min-height: inherit;
    }

    #CommentSlider .comment-card .card-text {
        margin-top: 0;
    }
    #CommentSlider .comment-card .card-body {
        padding: 0 10px 0 10px;
    }
}

@media only screen and (max-width: 1400px) {
    #mbsoundcloudframe { height: 305px; }
}

@media only screen and (max-width: 1200px) {
    #mbsoundcloudframe { height: 315px; margin-top:3px; }
}
