.bg_primary{
    background-color: #0e2a47;
    color: white;
}

.btn_cta{
    background-color: #f64600 !important;
    color: #ffffff !important;
}

.btn_cta:hover{
    background-color: #ff8e1e !important;
    color: #ffffff !important;
}

.hero-image {
    background-image: url("../img/background.svg");
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: white;
}

.hero-image2 {
    background-image: linear-gradient(rgba(140, 181, 199, 0.4), rgba(100, 143, 164, 0.4)), url("../img/background_2.jpeg");
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
