﻿.navbar-light {
    background-color: #005eb8 !important;
    background-image: none !important;
}
.section.active {
    stroke-width: 2px !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;
}

#lancashire-and-south-cumbria.section.active.open {
    fill: #005527 !important;
    -webkit-transform: scale(4) !important;
    -webkit-transform-origin: 35% 35% !important;
    -webkit-transition: .3s !important;
    transform: scale(4) !important;
    transform-origin: 35% 30% !important;
    transition: .3s !important;
    stroke-width:2px !important;
}
/*#west-midlands.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(3.0) !important;
    transform-origin: 50% 70% !important;
    transition: .3s !important;
}

#east-england.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: 90% 80% !important;
    transition: .3s !important;
}

#east-midlands.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: 50% 60% !important;
    transition: .3s !important;
}*/
#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;
    }

    #lancashire-and-south-cumbria.section.active.open {
        fill: #005527 !important;
        -webkit-transform: scale(3.5) !important;
        -webkit-transform-origin: 30% 30% !important;
        -webkit-transition: .3s !important;
        transform: scale(3.5) !important;
        transform-origin: 30% 30% !important;
        transition: .3s !important;
        stroke-width: 1px !important;
    }
   /* #west-midlands.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: 50% 70% !important;
        transition: .3s !important;
    }

    #east-england.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: 130% 80% !important;
        transition: .3s !important;
    }*/
}
