.logo {
    position: absolute;
    right:20px;
    bottom:20px;
    z-index:1;
    width:6em;
    opacity: 0.8;
    overflow: hidden;
    pointer-events: none;
}

i {
    background-size:1em 1em;
}
.logo-fill {
    fill:#333a40;
}

.logo-stroke {
    stroke:#333a40;
}