#projects {
    scroll-margin-top: 2px;
}

/* Hero */
.intro-header {
    padding-top: 70px;
    padding-bottom: 60px;
    min-height: auto;
    text-align: center;
    color: #f8f8f8;
    background: url("../img/intro-bg.jpg") no-repeat center center;
    background-size: cover;
}

.intro-message {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
}

.intro-message h3 {
    margin-top: 24px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.intro-divider {
    width: 400px;
    max-width: 100%;
    margin: 24px auto 30px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.site-logo {
    max-width: 450px;
    width: 100%;
    height: auto;
}

/* Social buttons */
.intro-social-buttons {
    margin-bottom: 0;
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

/* Sections */
.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.banner {
    text-align: center;
    padding: 100px 0;
    color: #f8f8f8;
    background: url("../img/intro-bg.jpg") no-repeat center center;
    background-size: cover;
}

.banner ul {
    margin-bottom: 0;
}

/* Project cards */
.product-row {
    max-width: 1100px;
    margin: 0 auto;
    align-items: center;
}

.product-logo {
    text-align: center;
}

.product-content {
    text-align: left;
    margin-top: 10px;
}

.product-logo img.product-logo {
    max-width: 260px;
    width: 100%;
    height: auto;
    border-radius: 46px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {
    .intro-header {
        padding-top: 70px;
        padding-bottom: 60px;
    }

    .site-logo {
        max-width: 300px;
    }
}

@media (max-width: 767.98px) {
    .intro-header {
        padding-top: 50px;
        padding-bottom: 45px;
    }

    .intro-message h3 {
        margin-top: 20px;
        font-size: 1.35rem;
        line-height: 1.35;
    }

    .intro-divider {
        margin: 20px auto 24px;
        max-width: 280px;
    }

    .product-content {
        text-align: center;
    }

    .product-logo {
        margin-bottom: 20px;
    }

    .product-logo img.product-logo {
        max-width: 220px;
    }

    .site-logo {
        max-width: 90vw;
    }

    .network-name {
        display: none;
    }
}