﻿.cta_button {
    background: #120e38;
}
    .cta_button:hover {
        color: white;
        background: #272158 !important;
    }


.site_color {
    color: #120e38;
}

.site_bg {
    background: #120e38;
}