﻿.text-billy-dark3 {
    color: #374151!important;
}

.text-offblack, .card-text.text-offblack {
    color: #1D1F1E!important;
}

.billy-white-btn-group .btn-outline-primary {
    color: #111928;
    border-color: #ced4da;
    background-color: #f3f4f6;
}

    .billy-white-btn-group .btn-outline-primary:hover {
        color: #f8f8f8;
        background-color: #026f7f;
        border-color: #026f7f;
    }

    .billy-white-btn-group .btn-outline-primary.active {
        color: #f8f8f8;
        background-color: #045a67;
        border-color: #045a67;
    }

.about-billy-man {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.heading-with-line {
    display: inline-block;
    margin: 0 auto;
}

.heading-underline {
    width: 80px;
    height: 4px;
    background-color: #fa9101;
    margin: 10px auto 0;
    border-radius: 2px;
}

.icon-list li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 15px;
    line-height: 1.4;
    font-size: 16px;
}

    .icon-list li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0px;
        width: 24px;
        height: 24px;
        background-size: contain;
        background-repeat: no-repeat;
    }

.icon-list.icon-list-red li::before {
    background-image: url('/Content/images/icons/close-red.svg');
}

.icon-list.icon-list-green li::before {
    background-image: url('/Content/images/icons/check-green.svg');
}
