
a {
    color: #4E1115;
}
a:hover {
    color: #4E1115;
}
header {
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    height: 90px;
}
header .container {
    height: 100%;
}

header .logo {
    display: inline-block;
    height: 100%;
}
header .logo img {
    display: block;
    margin-top: 0;
    max-height: 75px;
    max-width: 300px;
    position: relative;
    top:50%;
    transform: perspective(1px) translateY(-50%);
}

header .profile-buttons > li > a,
header .profile-buttons > li > div > a {
    color: #000000;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #4E1115;
}
nav .nav > li.active > a {
    color: #4E1115;
    border-color: #4E1115;
}
nav .nav > li:hover > a, header .nav > li:focus > a {
    color: #4E1115;
}
nav .nav > li.active > a > i {
    color: #4E1115;
}
nav .nav > li:hover > a > i, header .nav > li:focus > a > i {
    color: #4E1115;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #4E1115;
}
.thumbnail > i {
    background: #4E1115;
}
.thumbnail > .caption span {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}
.thumbnail > .caption a {
    color: #4E1115;
    font-size: 24px;
}
.thumbnail > .caption a:hover {
    color: #4E1115;
}
@media (max-width: 621px) {
    .thumbnail > .caption a {
        font-size: 6vw;
    }
}
/* ===================== Panel Styles ===================== */
.panel.panel-primary > .panel-heading {
    border-bottom: 3px solid #4E1115;
}
.panel.panel-primary .panel-footer {
    background-color: #ffffff;
}
/* ===================== Form Styles ===================== */
.btn.btn-primary, .btn.btn-info {
    background-color: #4E1115;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active,
.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info:active {
    background-color: #4E1115;
    color: white;
}
.btn.btn-secondary {
    background-color: #4E1115;
}

/* Lists */
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #4E1115;
    border-color: inherit;
}

/*  Labels */
.label-primary {
    background-color: #4E1115;
}

.vehicle .details .pull-right a {
    color: #4E1115;
}
.vehicle .details .pull-right a:hover {
    color: #4E1115;
}

.btn-vehicle-type {
     background-color: #4E1115;
}
.btn-vehicle-type.active {
    background-color: #4E1115;
}
.primary-color {
    color: #282727;
}

.secondary-color {
    color: #4E1115;
}
