﻿/* Custom site CSS for alerts-survey.dc.police.uk */

.translateBar {
    background-color: #adc90e !important;
    color: #000;
}

.headerBar {
    background-color: #0083cb !important;
    color: #fff;
}

.logoSameHeight {
    max-height: 65px;
    width: auto;
}

@media screen and (min-width: 576px) {
    .logoSameHeight {
        max-height: 100px;
        width: auto;
    }
}

@media screen and (min-width: 768px) {
    .logoSameHeight {
        max-height: 100px;
        width: auto;
    }
}

@media screen and (min-width: 992px) {
    .logoSameHeight {
        max-height: 120px;
        width: auto;
    }
}