﻿.lang li a:hover {
    background-color: #911a1d;
    color: #fff;
}

.button:hover {
    color: #fff !important;
    background-color: #911a1d;
}

.button {
    border-bottom-color: #911a1d;
}

.logo img {
    margin: -21px;
    position: absolute;
    left: 0;
    top: 50%;
}

@media only screen and (max-width: 980px) {
    .logo img {
        height: 4rem;
        margin: 0px 0;
        position: initial;
        left: 0;
        top: 50%;
    }
}

.header.fixed:before {
    background-color: #bf1e2e75;
    width: 100%;
    min-height: 6rem;
    height: 100%;
    content: '\0020';
    display: block;
    position: absolute;
    opacity: 0;
}

p {
    color: #000 !important;
    font-weight: 600;
}

ul {
    list-style-type: none;
    color: #000;
    font-weight: 600;
}
