.header {
}

.header .item {
    margin: 10px 0px; 
    padding: 8px 0px;
    background-color: white;
}

.btn-primary {
    background-color: #AB1738 !important;
    border-color: #AB1738 !important;
}

.btn-outline-primary {
    border-color: #AB1738 !important;
    color: #AB1738 !important;
}
.btn-outline-primary:hover {
    background-color: #AB1738 !important;
    border-color: #AB1738 !important;
    color: white !important; 
}

.btn-outline-info {
    border-color: #AB1738 !important;
    color: white !important;
}
.btn-outline-info:hover {
    background-color: #AB1738 !important;
    border-color: #AB1738 !important;
    color: white !important; 
}


