:root {
    --andy-blue-color: #517BC6;
    
    --andy-blue-color-20: #517BC633;

    --andy-red-color: #B50A34;
}

h2 {
    color: #000;
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin: 30px 0 20px;
}
h2 b {
    color: #ffc000;
}
h2::after {
    content: "";
    width: 100px;
    position: absolute;
    margin: 0 auto;
    height: 4px;
    background: rgba(0, 0, 0, 0.2);
    left: 0;
    right: 0;
    bottom: -20px;
}
.container .row {
    margin-top: 10px;
}

.navbar .navbar-title.d-inline {
       display:none !important;
}       

.item.small {
    border: 1px solid var(--mid-gray-color);
    margin: 2px;
}

.item.small h6 {
    font-size: 1.4rem;
    min-height: 2rem;
    border-bottom: 1px solid var(--andy-blue-color);
}

.item.card.special {
    border: 2px solid var( --andy-blue-color );
    padding: 2px;
    color: var( --andy-blue-color );
    height: auto;
}

.item.card.special h6 {
    color: var( --andy-red-color );
    border-bottom-color: var( --andy-red-color );
    border-width: 4px;
}

.related-wrapper {
    padding: 1rem;
}

h2.decorative {
    color: var( --andy-blue-color );
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin: 30px 0 22px;
}
h2.decorative::after {
    content: "";
    width: 200px;
    position: absolute;
    margin: 0 auto;
    
    height: 4px;

    background: var( --andy-blue-color );
    left: 0;
    right: 0;
    bottom: -10px;
}

h4.decorative {
    color: #000;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin: 30px 0 12px;
}
h4.decorative b {
    color: #ffc000;
}
h4.decorative::after {
    content: "";
    width: 200px;
    position: absolute;
    margin: 0 auto;
    
    height: 4px;

    background: var( --andy-blue-color );
    left: 0;
    right: 0;
    bottom: -10px;
}

.andy-blue-color {
    color: var( --andy-blue-color );
}
