.fixed-top {
    z-index: 1000;
    position: fixed;
    top: 0;
    right: 0;
    padding: 5px 10px;
    background-color: black;
    border-radius: 0 0 0 10px;
    color: white;
    text-decoration: none;
}

a.fixed-top.is-inactive {
    color: white !important;
    text-decoration: none;
}

#founder img {
    object-position: 75% 100%
}

.landing img {
    background-color: #f9f9f9 !important;
}
