@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

html,
body {
    height: 100%;
    margin: 0;
    font-family: 'Open Sans';
}

h1 {
    font-size: 56px;
    font-weight: 800;
    line-height: 70px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 0;
}

h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.01em;
    text-align: center;
    margin: 0 40px;
}

h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.005em;
    text-align: left;
}

main {
    text-align: center;
    font-size: 18px;
    padding: 0 10% 0;
}

.navbar {
    width: 100%;
    height: 80px;
    padding: 4px 60px;
    gap: 0px;
    justify-content: space-between;
    opacity: 1;
    color: #fff;
    background-color: #f8f8f8;
    border: 1px solid #D6D6D6;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
}

.navbar-brand {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.5%;
    color: #333;
    font-weight: 600;
}

.navbar-button .button {
    width: 102px;
    height: 40px;
    padding: 13px 12px;
    gap: 10px;
    border-radius: 2px 0px 0px 0px;
    background-color: #0A79DF;
    color: #ffffff;
    text-decoration: none;
}

.learn-more-button {
    text-align: center;
    width: 126px;
    height: 45px;
    margin: 40px auto 0;
}

.learn-more-button .button {
    width: 102px;
    height: 40px;
    padding: 13px 12px;
    gap: 10px;
    border-radius: 2px 0px 0px 0px;
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
}

.hero-banner {
    position: relative;
    width: 100vw;
    background-image: url('../images/hero-img.jpg');
    background-size: cover;
    background-position: center;
    height: 480px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    margin-left: calc((100% - 100vw) / 2);
    margin-right: calc((100% - 100vw) / 2);
}

.hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.hero-content {
    position: relative;
    margin: 0 600px 0 100px;
    padding: 80px 0;
    z-index: 2;
    order: 1;
}

.hero-text {
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.0025em;
    text-align: left;
}

.hero-text-mobile {
    display: none;
}

.intro {
    padding: 80px 114px 60px 114px;
}

.content {
    display: flex;
    flex-direction: column;
    padding: 40px 10%;
}

.content-image {
    width: 500px;
    height: 300px;
}

.workflow-solutions,
.publishing-services,
.content-discovery {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.workflow-solutions .content-image,
.content-discovery .content-image {
    margin-right: 70px;
    max-width: 50%;
    height: auto;
}

.publishing-services .content-text {
    order: 1;
}

.publishing-services .content-image {
    margin-left: 30px;
    max-width: 50%;
    height: auto;
    order: 2;
}

.content-text {
    max-width: 50%;
    text-align: left;
}

.content-text h2 {
    margin: 0 0 30px 0;
    text-align: left;
}

.content-text p {
    color: #5A5A5A;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: -0.005em;
}

.learn-more {
    padding: 80px 114px 60px 114px;
    background-color: #0a79df;
    color: #ffffff;
    text-align: center;
}

.learn-more a {
    color: #ffffff;
}

.learn-more h2 {
    margin: 60px 230px;
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background-color: black;
    color: white;
    font-size: 0.9rem;
    padding: 40px 60px;
}

.footer-left {
    flex: 1;
}

.footer-right {
    display: flex;
    align-items: center;
}

.footer-right a {
    color: white;
    text-decoration: none;
    position: relative;
}

.footer-right a:not(:last-child)::after {
    content: "|";
    margin: 0 10px;
    color: white;
}

.footer-right a:hover {
    color: lightgray;
}

@media (max-width: 992px) {
    .navbar {
        padding: 4px 20px;
    }

    .navbar-brand {
        font-size: 14px;
    }

    .hero-banner {
        flex-direction: column;
        height: auto;
    }

    .hero-content {
        margin: 0 100px 0 10px;
        padding: 80px 0;
        padding: 20px;
        min-height: 480px;
        order: 2;
    }

    .hero-content h1, .hero-content p {
        display: none;
    }

    .hero-text-mobile {
        display: block;
    }

    .hero-content-mobile h1 {
        line-height: normal;
        text-align: center;
    }

    .hero-content-mobile p {
        color: #313131;
        text-align: center;
    }

    h1 {
        font-size: 36px;
    }

    .hero-text {
        font-size: 16px;
    }

    .intro, .learn-more {
        padding: 60px 0;
    }

    .intro h2 {
        margin: 0;
        font-size: 24px;
    }

    .learn-more h2 {
        margin: 20px;
        font-size: 24px;
    }

    .content {
        padding: 20px 0;
    }

    .content:last-child {
        padding-bottom: 0 !important;
    }

    .content div {
        margin-bottom: 30px;
    }

    .workflow-solutions,
    .publishing-services,
    .content-discovery {
        flex-direction: column;
        align-items: center;
        margin: 0;
    }

    .workflow-solutions .content-image,
    .publishing-services .content-image,
    .content-discovery .content-image {
        max-width: 100%;
        margin-bottom: 20px;
        margin: auto;
    }

    .publishing-services {
        flex-direction: column;
        align-items: center;
    }

    .publishing-services .content-text {
        order: 2;
    }

    .publishing-services .content-image {
        order: 1;
        margin: 0;
        max-width: 100%;
        height: auto;
    }

    .content-text {
        max-width: 100%;
    }

    .learn-more {
        margin: 0 30px 30px;
    }

    .footer {
        flex-direction: column;
        align-items: flex-start;
        padding: 50px 40px;
    }

    .footer-left {
        order: 2;
        margin-top: 24px;
    }

    .footer-right {
        display: block;
        align-items: flex-start;
        order: 1;
    }

    .footer-right a {
        display: block;
        color: white;
        text-decoration: none;
        margin: 30px 0;
    }

    .footer-right a:not(:last-child)::after {
        content: none;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .hero-content {
        margin: 0 300px 0 100px !important;
    }
}