/* =========================================================
   GEOLINK TYPOGRAPHY STANDARD v2
   Reduced by ~20% from previous standard.
   ========================================================= */

/* HERO NASLOVI */
.hero-area .section-title,
.about-hero h1,
.page-hero h1,
.project-hero h1,
.blog-hero h1,
.contact-hero h1,
.career-hero h1,
.service-hero h1 {
    font-size: 70px !important;
    line-height: .96 !important;
    letter-spacing: -.045em !important;
}

/* SEKCIJSKI NASLOVI */
.home-section-head h2,
.about-section-head h2,
.section-title,
.projects-section h2,
.blog-section h2,
.contact-section h2,
.career-section h2,
.service-section h2,
.page-section h2 {
    font-size: 56px !important;
    line-height: 1 !important;
    letter-spacing: -.035em !important;
}

/* ZAVRŠNI CTA */
.geolink-final-cta h2 {
    font-size: 56px !important;
    line-height: .98 !important;
    letter-spacing: -.04em !important;
}

/* TABLET */
@media (max-width: 991px) {
    .hero-area .section-title,
    .about-hero h1,
    .page-hero h1,
    .project-hero h1,
    .blog-hero h1,
    .contact-hero h1,
    .career-hero h1,
    .service-hero h1 {
        font-size: 52px !important;
    }

    .home-section-head h2,
    .about-section-head h2,
    .section-title,
    .projects-section h2,
    .blog-section h2,
    .contact-section h2,
    .career-section h2,
    .service-section h2,
    .page-section h2,
    .geolink-final-cta h2 {
        font-size: 43px !important;
    }
}

/* MOBILE */
@media (max-width: 767px) {
    .hero-area .section-title,
    .about-hero h1,
    .page-hero h1,
    .project-hero h1,
    .blog-hero h1,
    .contact-hero h1,
    .career-hero h1,
    .service-hero h1 {
        font-size: 45px !important;
        line-height: 1 !important;
        letter-spacing: -.035em !important;
    }

    .home-section-head h2,
    .about-section-head h2,
    .section-title,
    .projects-section h2,
    .blog-section h2,
    .contact-section h2,
    .career-section h2,
    .service-section h2,
    .page-section h2,
    .geolink-final-cta h2 {
        font-size: 37px !important;
        line-height: 1.02 !important;
        letter-spacing: -.03em !important;
    }
}
