.logo{
    width:250px;
}
.yellowbore {
    color: #f0eb72;

    /* crisp outline */
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.25);

    /* layered shadow for visibility */
    text-shadow:
        0 1px 2px rgba(0, 0, 0, 0.25),
        0 0 8px rgba(240, 235, 114, 0.4);
}
.home-3 .testimonial-four::before {
    background:#000080;
}
.banner-title{
    color: #000080;
}

@media (max-width: 999px) {
    .logo {
        width: 150px;
    }
    .bore2, .banner-title{
        color: #f0eb72 !important;

    /* crisp outline */
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.25);

    /* layered shadow for visibility */
    text-shadow:
        0 1px 2px rgba(0, 0, 0, 0.25),
        0 0 8px rgba(240, 235, 114, 0.4);
    }
}