/* Remove the image from the area behind the navigation bar */
.Header__header {
    background-image: none !important;
}

/* Put the image directly inside the visible grey header bar */
#navBar,
.Header__navbar {
    min-height: 100px !important;

    background-color: #000000 !important;
    background-image: url("https://eyescan.com.cy/wp-content/uploads/2022/01/EyeScan-Logo-01.png") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 80% !important;
}

/* Remove any Zoho gradient or colour overlay */
#navBar::before,
#navBar::after,
.Header__navbar::before,
.Header__navbar::after {
    background: none !important;
    background-image: none !important;
}

/* Tablet view */
@media screen and (max-width: 1024px) {
    #navBar,
    .Header__navbar {
        min-height: 85px !important;
        background-size: 80% !important;
        background-position: center center !important;
    }
}

/* Phone view */
@media screen and (max-width: 768px) {
    #navBar,
    .Header__navbar {
        min-height: 85px !important;
        background-size: 80% !important;
        background-position: center center !important;
    }
}
 /*Surrounding background*/
body,
portal,
.Content__content,
.Layout__layout {
    background-color: #f7f5ef !important;
}
 /*Powered by zoho overwrite*/
.Footer__footerCopyrigt,
.Footer__footer,
.FooterContainer__footer {
    display: none !important;
}
