section#social {
    color: #080808;
}

section#social div#socialContent {
    padding: 10em 0;
    width: 90%;
    min-height: 100%;
    max-width: 1500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section#social div#socialContent h1.pageHeader {
    margin-top: 20px;
    font-weight: 800;
    font-size: 7em;
    line-height: 1.2;
    text-shadow: 0 0 7px #cccccc;
}

section#social div#socialContent h2.pageHeader {
    font-size: 17em;
    opacity: 0.02;
    margin: 0;
    margin-top: -1.3em;
    font-weight: bolder;
    text-transform: uppercase;
}

section#social div#socialContent h3 {
    display: block;
    line-height: 1;
    margin-bottom: 1.5em;
    opacity: 0.5;
    font-size: 1em;
}

section#social div#socialContent div.engagement {
    width: 100%;
    align-self: center;
    display: flex;
    justify-content: space-around;
    padding: 5em 0;
}

section#social div#socialContent div.engagement div.organisation {
    flex: 1 1 0;
    text-align: center;
    align-self: center;
}

section#social div#socialContent div.engagement div.engagement_text {
    flex: 1 1 0;
}

section#social div#socialContent div.engagement div.organisation img {
    max-height: 150px;
    max-width: 100%;
    height: 8em;
}

section#social div#socialContent div.engagement div.engagement_text h1 {
    text-shadow: 0 0 7px #cccccc;
    font-size: 1.3em;
    font-weight: normal;
}

@media (max-width:1025px)  { 
    section#social div#socialContent div.engagement div.engagement_text h1 {
        font-size: 1.9em;
    }
 }

@media (max-width:600px)  { 
    section#social div#socialContent div.engagement {
        flex-direction: column;
    }

    section#social div#socialContent div.engagement div.organisation {
        order: -1;
    }
 }