/* CUSTOMIZE */

.shellfish-banner{
    background: url('../img/tacosu-banner.jpg') no-repeat;
}

.shellfish{
    flex: 1 0 100%;
    display: flex;
    justify-content: flex-start;
}

@media (width >= 64rem) { /* 1024 px */
    .shellfish{
        flex: 1 0 50%;
    }
}

.shellfish-text-lineheight{
    line-height: 70px;
}

.logo-inverted{
    background: url('../img/logo-inverted.png') no-repeat;
}
