/* Contacts */
section.contact header.major h2 {
    margin: 0 0 1em 0;
}

ul.contact {
    display: flex;
}

ul.contact li {
    border: 0;
    padding: 0;
    margin: 0;
}

ul.contact a:before {
    color: #724192;
    display: inline-block;
    font-size: 1.5em;
    height: 1.125em;
    line-height: 1.125em;
    text-align: center;
    width: 1.5em;
    transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
}

ul.contact a:hover:before {
    color: #ae4b94;
}