.brand-logo a img{
    width: 14%;
    padding: 3% 0;
}
header{
    background: rgb(245,238,210);
    background: linear-gradient(162deg, rgba(245,238,210,1) 33%, rgba(243,233,196,1) 37%, rgba(223,187,51,1) 100%);
}
header .top-header-dark{
    background-color: #91110f;
}
.footer-background{
    background: rgb(245,238,210);
    background: linear-gradient(162deg, rgba(245,238,210,1) 33%, rgba(243,233,196,1) 37%, rgba(223,187,51,1) 100%);
}
.sub-footer {
    background-color: #91110f;
}
.footer-logo img{
    width: 20%;
}


@media screen and (max-width: 480px) {
    .brand-logo a img{
        width: 10%;
        height: auto;
    }
}