/* add custom CSS here */

header[theme][theme=neutral] {
    background: #EE1D50 !important;
    color: #fff;
}

.bullhorn {
    display: block;
    position: relative;
    bottom: -6px !important;
    margin: 0;
}

button[theme][theme=fab][color=positive] {
    color: #ffffff;
    background: #6e52a2 !important;
}

button[theme][theme=primary] {
    background: #6e52a2 !important;
    color: #fff;
    min-width: 120px;
    text-align: left;
}