section.people {
    position: relative;
    padding: 15% 5%;

    font-size: 100%;

    background-color: #f2f2f2;
}

section.people h1 {
    margin-bottom: 2rem;

    font-family: cholla-wide, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 4rem;

    color: transparent;
    background-image: linear-gradient(#08fffa, #ca05ed);
    background-clip: text;
    -webkit-background-clip: text;
}

section.people h2 {
    margin-top: 0.4em;
    font-weight: 300;
    font-size: 1.8rem;

    color: #555555;
}

section.people p {
    margin-bottom: 0.5rem;

    font-weight: 300;
    font-size: 1.5rem;

    color: #555555;
}

section.people a {    
    text-decoration: none;

    color:#000000;
}

section.people a:hover {
    text-decoration: underline;
}

section.people li {
    margin-bottom: 7vw;
}

section.people footer {
    margin-top: 5%;

    color: #777777;
}

section.people video,
section.people img {
    max-width: 800px;
}




@media only screen and (max-width: 414px) {

    section.people h1 {
        font-size: 2rem;
    }
}