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