.float-left {
    float: left;
    margin: 0 2.5em 2em 0;
    top: 0.25em;
    max-width: 33%;
}

.float-right {
    float: right;
    margin: 0 2.5em 2em 0;
    top: 0.25em;
    max-width: 33%;
}

#header > header {
    padding-top: 3rem;
    padding-bottom: 1rem;
}

#header > nav ul li {
    border-top: none !important;
}

#icons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#icons li {
    display: flex;

    align-items: center;
}

#icons li a {
    margin-left: 2rem;
    border-bottom: none !important;
}

#footer {
    overflow: visible;
}

p, ul, li {
    font-weight: 300;
}

.cta {
    display: none;
}

img.side-avatar {
    height: 170px;
}

@media screen and (max-width: 968px) {
    .cta {
        display: block;
    }

    .float-left {
        margin: 0 auto !important;
        max-width: 100%;
    }

    .float-right {
        margin: 0 auto !important;
        max-width: 100%;
    }

    img.side-avatar {
        height: 96px
    }
}
