.navbar-brand img {
    display: block;
    width: 294px;
    height: 45px !important;
}

.btn-primary {
    color: #fff;
    background-color: #eb7543;
    border-color: #eb7543;
}

.section--secondary {
    background-color: #eb7543;
    color: white;
}

.list-point h3 {
    color: #1FA22E;
}

.text-primary {
    color: #eb7543 !important;
}

.timeline__item.active .timeline__date {
    color: white;
    background-color: black;
}

.timeline__date {
    color: #000;
    background-color: #eb7543;
}

a:hover {
    color: #FAB700;
}

.foot {
    background-color: #eb7543;
}

.flickity-button {
    background-color: black;
}

.flickity-prev-next-button .flickity-button-icon {
    color: white;
}

.flickity-button:focus, .flickity-button:hover {
    background-color: #ed8254;
}

.card h3 {
    color: #eb7543;
}

a {
    color: #eb7543;
    background-color: transparent;
}

.btn-primary:hover {
    color: #fff;
    background-color: #eb7543;
    border-color: #eb7543;
}

.section--secondary a, .section--secondary h3 {
    color: white;
}

.timeline__item {
    flex: 0 0 25%;
    max-width: 25%;
}

.timeline__date {
    width: 120px;
    min-width: 120px;
    height: 120px;
}

@media all and (max-width: 500px) {
    table {
        width: 100%;
    }

    td {
        display: block;
        width: 100%;
    }

    tr {
        display: block;
        margin-bottom: 30px;
    }

    .timeline__item {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .timeline__date {
        margin-left: -23px;
    }
}

.intro h1 {
    color: white !important;
}

@media all and (min-width: 500px) {
    .intro h1 {
        font-size: 60px !important;
    }
}

.badge-primary {
    color: #fff;
    background-color: #eb7543;
}

.badge-primary:before {
    color: #eb7543;
}

.btn-icon-info, btn.btn-icon-info {
    background: silver;
}

.btn-icon-info:hover {
    background: #eb7543;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #eb7543;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(235,117,67,.25);
}

.form-check-input:after {
    background: #eb7543;
}

.form-check-input:checked, .form-check-input:hover {
    border-color: #eb7543;
    border-width: 2px;
}

.params {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 2px 14px rgba(0,0,0,.09);
    margin-bottom: 24px;
}

.params dt {
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 14px;
    margin-bottom: 2px;
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.params dt:first-child {
    margin-top: 0;
}

.params dd {
    color: #eb7543;
    margin-bottom: 0;
    font-size: 1rem;
}

.detail__no-photo {
    background: #f4f4f4;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    margin-bottom: 1.5rem;
    padding: 2.5rem;
}

.detail__no-photo img {
    max-width: 180px;
    width: 100%;
    opacity: 0.35;
}

.detail h2 {
    text-align: left;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #eb7543;
    border-color: #eb7543;
}

.container-8 {
    max-width: 954px;
}

.foto-rodina {
    max-width: 800px;
    width: 100%;
    height: auto;
}

#file input[type="file"] {
    display: block;
    margin-bottom: 10px;
}

.nav-link-btn--inactive {
    opacity: 0.4;
    pointer-events: none;
}

.nav-link-btn__badge {
    display: inline-block;
    margin-left: 6px;
    padding: 2px 7px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: bold;
    vertical-align: middle;
    color: white;
}

.nav-link-btn__badge--review {
    background-color: #777;
}

.nav-link-btn__badge--voting {
    background-color: #eb7543;
}

.nav-link-btn__badge--realization {
    background-color: #1FA22E;
}

.badge-realization {
    color: #fff;
    background-color: #1FA22E;
}
