﻿
#BoltonLink:active path{
    fill: #00CCFF;
}

#Salford:hover ~ #SalfordText,
#Trafford:hover ~ #TraffordText,
#Bolton:hover ~ #BoltonText,
#Rochdale:hover ~ #RochdaleText,
#Oldham:hover ~ #OldhamText,
#Manchester:hover ~ #ManchesterText,
#Bury:hover ~ #BuryText,
#Tameside:hover ~ #TamesideText,
#Stockport:hover ~ #StockportText,
#Wigan:hover ~ #WiganText {
    fill: #000;
    stroke: black;
}

#SalfordText:hover,
#TraffordText:hover,
#BoltonText:hover,
#RochdaleText:hover,
#OldhamText:hover,
#ManchesterText:hover,
#BuryText:hover,
#TamesideText:hover,
#StockportText:hover,
#WiganText:hover{
    fill: #000;
    stroke: black;
}

.LATitle {
    font-size: 28px;
    font-weight: bold;
}

.LABody {
    padding: 15px 0 20px 0;
    font-size: 20px;
    line-height:1.4em;
}

.displayLA {
    max-height: 350px;
    min-width: 300px;
    width: 400px;
    position: relative;
    top: 155px; /*change*/
    background-color: #00CCFF;
    border-radius: 25px;
    padding: 3%;
    margin-left: 853px; /*change*/
}

.mapContainer {
    position: relative;
    overflow: hidden;
    margin: auto;
    width: 1320px; /*change*/
}

.mapDisplay {
    position: relative;
    width: 893px; /*change*/
    height: 657px; /*change*/
    float: left;
}
#svg {
    width:893px;
    height:657px
}

@media (max-width:1199.98px) {
    .displayLA {
        top: 100px;
        min-width: 250px;
        margin-left: 685px;
        width: 270px;
    }

    #svg {
        width: 685px;
        height: 504px;
    }

    .mapDisplay {
        width: 685px;
        height: 504px;
    }

    .mapContainer {
        width: 960px;
    }
    .LATitle {
        font-size: 24px;
    }

    .LABody {
        font-size: 18px;
    }
    .LAFooter .btn {
        font-size: 16px;
    }
}

@media (max-width:991.98px) {
    .displayLA {
        top: 75px;
        min-width: 200px;
        width: 230px;
        margin-left: 485px;
        max-height: 240px;
        
    }
    #svg{
        width:485px;
        height:357px;
    }
    .mapDisplay {
        width: 485px;
        height: 357px;
    }
    .mapContainer {
        width:720px;
    }
    .LATitle {
        font-size: 18px;
    }

    .LABody {
        font-size: 14px;
        font-weight: normal;
        padding: 10px 0 15px 0;
    }
    .LAFooter .btn {
        font-size: 12px;
    }
}
@media (max-width:768px) {
    .displayLA {
        top: 50px;
        min-width: 100px;
        width: 175px;
        margin-left: 365px;
        max-height: 175px;
    }

    #svg {
        width:  365px;
        height: 269px;
    }

    .mapDisplay {
        width: 365px;
        height: 269px;
    }

    .mapContainer {
        width: 540px;
    }

    .LATitle {
        font-size: 16px;
    }

    .LABody {
        font-size: 12px;
        font-weight: normal;
        padding: 8px 0 12px 0;
    }
    .LAFooter .btn {
        font-size: 10px;
    }
}

@media (max-width:575.98px) {
    .displayLA {
        top: 30px;
        min-width: 150px;
        width: 150px;
        margin-left: 330px;
        max-height: 150px;
    }

    #svg {
        width: 330px;
        height: 243px;
    }

    .mapDisplay {
        width: 330px;
        height: 243px;
    }

    .mapContainer {
        width: 330px;
        margin:auto;
    }

    .LATitle {
        font-size: 16px;
    }

    .LABody {
        font-size: 12px;
        font-weight: normal;
        padding: 8px 0 12px 0;
    }

    .LAFooter .btn {
        font-size: 10px;
    }
}

@media (max-width:425px) {

    #svg, .mapDisplay, .mapContainer {
        width: 100%;
        height: auto;
    }
}





