.page {
    margin-top: 52px;
    background-color: white;
    padding: 0 0 0 0;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.4);
    height: 100%;
}
.page-header {
    position: relative;
    height: 165px;
    display: inline-block;
    background-color: #793D33;
    padding: 0 0 10px 10px;
    margin: 0 0 0 0;
    border-bottom-color: #793D33; 
}

.header-img {
    display: flex; 
    flex-grow: 0; 
    background-color: white; 
    height: 100%;
    width: 100px;
    padding: 0;
}

.header-img > img {
    display: block;
    margin: auto auto;
}

.page-header h1 {
    color: white;
    font-family: Bauhaus93;
    font-size: 5.4rem;
    margin-top: 24px;
}

@media only screen and (max-width: 768px) {
    .page-header h1 {
        font-size: 4.5rem;
    }
}

.sub-header {
    display: inline-block;
    position: absolute; 
    right: 5px;
    bottom: 5px;
    border-spacing: 15px 5px;
    border-collapse: separate;
    color: white;
    font-weight: bold;
    font-size: 80%;
}

.page-footer {
    display: flex;
    background-color: #793D33;
    color: white;
    padding: 10px 0 9px 20px;
    height: 4rem;
}

.gdpr {
    color:  #793D33;
    font-weight: bold;
    background-color: white;
    height: 100%;
    margin-top: -10px;
    padding: 0 1rem;
    border-top: 1px solid #793D33;
    text-align: center;
    line-height: 4rem;
}

.page-footer .dot {
    margin-top: 4px;
    margin-left: 10px;
}
