
/**
 *
 */
.site-footer {
    color:#fff;
    background-color: #e6f6f5;
    border-top: none;
}
.site-footer p {
    font-size: 2rem;
    font-weight: 300;
    color:#000;
}
.site-footer p > span {
    display: block;
}
.site-footer p > span:nth-last-child(n + 2){
    margin-bottom: 20px;
}
.site-footer p a {
    color: #05a79f;
    text-decoration:underline;
}

.site-footer .icon {
    font-size: 1.8em;
    margin-right: .5em;
}

.site-footer .menu a:nth-last-child(n + 2) {
    margin-right: 15px;
}