body {
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.60),
            rgba(255, 255, 255, 0.60)
        ),
        url("https://syngulon.com/wp-content/uploads/2026/08/Background-in-webp.webp");

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.site {
    background-color: transparent;
}

@media screen and (max-width: 768px) {
    body {
        background-attachment: scroll;
        background-position: center top;
    }
}

/* Widen Syngulon page content on desktop */
@media only screen and (min-width: 1168px) {

    body.page .entry .entry-content > *,
    body.page .entry .entry-content > .wp-block-group > .wp-block-group__inner-container > * {
        max-width: calc(9 * (100vw / 12) - 28px);
    }

}



.technology-columns {
    margin-top: 0px !important;
}

.site-info {
    font-size: 0;
}

.site-info .site-name {
    font-size: 16px;
}

h1:not(.site-title)::before,
h2::before {
    display: none !important;
}

.home .vc_btn3,
.home .vc_btn3:visited,
.home .vc_btn3:hover,
.home .vc_btn3:focus {
    text-decoration: none !important;
    box-shadow: none !important;
}

.home .vc_btn3 {
    font-weight: 600;
    letter-spacing: 0.2px;
}

.home .vc_btn3 {
    font-size: 18px !important;
    font-weight: 600;
    line-height: 1.2;
    padding: 14px 24px !important;
    letter-spacing: 0.2px;
}

.industry-validation {
    border-left: 4px solid #666;
    padding-left: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.page .entry .entry-header {
    margin-top: 0rem !important;
}

/* Consistent body text size + justify on all pages */
.page .entry-content p,
.page .entry-content li {
    font-size: 24px;
    line-height: 1.55;
	  text-align: justify;
}

.usda-highlight {
    border-left: 3px solid #777;
    padding-left: 18px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.usda-highlight {
    margin: 10px 0 12px 0;
    font-size: 24px;
    line-height: 1.55;
}

.usda-source {
    font-size: 20px;
}

.industry-validation,
.usda-highlight {
    border-left: 4px solid #666;
    padding-left: 18px;
}

.technology-number {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    opacity: 0.7;
    font-variant-numeric: lining-nums;
}

