#header nav ul {
    background-color: #750304
}

.logo {
    width: 120px;
}

input[type="button"].primary,
input[type="submit"].primary,
input[type="reset"].primary,
button.primary,
.button.primary {
    background: #ffffff;
    border-color: #ffffff;
    color: #750304 !important;
}

.button.primary:hover {
    background: #750304 !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
}

#banner .inner {
    background: rgb(117 3 4 / 33%);
}

#header nav ul li a {
    color: #ffffff;
}

.cen {
    justify-content: center;
    text-align: center;
}

.mob-logo {
    display: none;
}

.logo1 {
    right: 20px;
    top: 10px;
    position: absolute;
    width: 100px;
}

@media screen and (max-width: 840px) {
    .mob-logo {
        display: block;
    }
}