﻿.cta_button {
    background: #085e99;
}
    .cta_button:hover {
        color: white;
        background: #065083;
    }

.logo {
    max-width: 150px;
    height:auto;
}

.site_color {
    color: #085e99;
}
.site_bg {
    background: #085e99;
}