﻿.cta_button {
    background: #fc5978;
}
    .cta_button:hover {
        color: white;
        background: #db4763 !important;
    }

.site_color {
    color: #fc5978;
}

.site_bg {
    background: #fc5978;
}