﻿.intro-header {
    opacity: .76;
    color: #fff;
    background-color: #000;
    background-position: center center;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 800px;
    margin-bottom: 100px;
    display: flex;
}

.intro-header.cc-subpage {
    color: #fff;
    background-color: #000;
    background-size: cover;
    background-position: 0-0;
    height: 480px;
}

.section {
    margin-top: -100px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 100px;
}

.heading-jumbo {
    display: flex;
    justify-content: center;
    text-align: center;
    color: #fff;
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 64px;
    line-height: 80px;
}

.intro-content {
    text-align: center;
    width: 70%;
    max-width: 1140px;
}

@media screen and (max-width: 600px){
    .intro-header.cc-subpage {
        background-position: center;
        margin-bottom:20px;
    }
    
    .heading-jumbo {
        font-size: 40px;
        line-height: 40px;
        padding: 0 20px;
    }
}