﻿.cta_button {
    background: #0000ee;
}
    .cta_button:hover {
        color: white;
        background: #0000b8 !important;
    }

.site_color {
    color: #0000ee;
}

.site_bg {
    background: #0000ee;
}