html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px; /* Margin bottom by footer height */
}

/*
 * Header
 */

.navbar .navbar-brand {
    padding-bottom: 0.75rem;
}

.navbar .nav-link {
    color: rgba(0, 0, 0);
    background-color: transparent;
    border-bottom: .25rem solid transparent;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    border-bottom-color: rgba(220, 53, 69);
}

.navbar .active {
    color: rgba(0, 0, 0);
    border-bottom-color:rgba(220, 53, 69, .75);
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
}

header {
    display: block;
}

a {
    text-decoration: none;
    color: rgba(220, 53, 69, .75);
}

.reviews-section .item-inner {
    height: 100%;
    position: relative
}

.reviews-section .icon-holder {
    position: absolute;
    left: 1%;
    top: -18px;
    margin-left: -18px;
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #f5a782;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    padding-top: 6px
}

.reviews-section .source-profile {
    width: 60px
}

.reviews-section .source-info {
    font-size: 0.875rem
}

.reviews-section .quote {
    font-style: italic
}

.svg-inline--fa {
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

.theme-bg-light {
    background: #f6f8fc
}

.theme-bg-white {
    background: #ffffff
}

blockquote {
    margin: 0 0 1rem;
    font-size: 20px;
}

.container-review,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.stigma_red {
    color: #ce2528;
    font-family:-apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif default;
}
