﻿

.navbar-light {
    background-color: #005eb8 !important;
    background-image: none !important;
}

#north-west.section.active.open {
    /*transform: scale(2) !important;*/
    fill: #005527 !important;
    -webkit-transform: scale(1.5) !important;
    -webkit-transform-origin: 50% 50% !important;
    -webkit-transition: .3s !important;
    transform: scale(2.5) !important;
    transform-origin: 60% 30% !important;
    transition: .3s !important;
}

.location__pins .pin__icon span {
    color: #000 !important;
    font-size: 11px !important;
    margin-left: 20px;
    margin-top: 5px;
}
#englandMap {
    max-height: 500px;
}

@media screen and (max-width: 65.625em), screen and (max-height: 40.625em) {
    .main {
        max-height: 70vh;
    }
    #north-west.section.active.open {
        fill: #005527 !important;
        -webkit-transform: scale(1.5) !important;
        -webkit-transform-origin: 50% 50% !important;
        -webkit-transition: .3s !important;
        transform: scale(1.5) !important;
        transform-origin: 60% 30% !important;
        transition: .3s !important;
        z-index: 100 !important;
    }
   
}
