﻿.brb-bg {
    background-color: #f3fcff;
}

.footer {
    background-color: rgba(0,0,0, 0.7);
    background-color: rgba(25,95,152,0.85);
}

    .footer a {
        color: #ebebeb;
    }

        .footer a:hover,
        .footer a:active,
        .footer a:focus {
            color: #f3fcff;
        }

.text-shadow {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
