
/* Restore previous perfect size */
.logo {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    background:transparent !important;
    padding:0;
    margin:0;
}

.logo img{
    width:380px; /* restored previous larger size */
    max-width:100%;
    height:auto;
    display:block;
    background:transparent !important;
    box-shadow:none !important;
    border:none !important;
    object-fit:contain;
    margin-bottom:-10px;
}

.logo-text{
    margin-top:-8px;
}
