/* NGC Library - text readability over background image */

h1, h2, h3 {
    color: #ffffff !important;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.85), 0 0 2px rgba(0, 0, 0, 0.9) !important;
    font-weight: 600 !important;
}

a, p, span {
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
}

[class*="services"] > div,
[class*="bookmark"] > div {
    background-color: rgba(0, 0, 0, 0.35) !important;
    backdrop-filter: blur(4px);
}


html {
    zoom: 115%;
}
