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

    font-size: 100%;

    background-color: #ffffff;
}

section.contact h1 {
    margin-bottom: 0.5em;

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

    color: transparent;
    background-image: linear-gradient(#bdff05, #05eda9);
    background-clip: text;
    -webkit-background-clip: text;
}

section.contact h2 {
    margin-bottom: 1em;
    font-weight: 300;
    font-size: 1.8em;
    line-height: 1.5em;

    color: #555555;
}

section.contact p {
    margin-bottom: 0.5em;
    font-weight: 300;
    font-size: 1.5em;
    line-height: 1.5em;

    color: #555555;
}

section.contact a {
    font-size: 1.5em;
    line-height: 1.5em;    
    text-decoration: none;

    color:#000000;
}

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



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

    color: #777777;
}




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

    section.contact h1 {
        font-size: 2em;
    }
}