.Header__bgColor {
    opacity: .9;
    z-index: 0;
    background-color: #fd4f00;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.Header__logo {
    max-height: 3rem;
    max-width: 8.5rem;
    min-height: auto;
    display: block;
    background: white;
}
