body {
    margin: 0;
}

header {
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #f8f9fa;
    padding: 10px 0;
}

.image-link {
    display: inline-block;
    margin: 10px 10%;
}

.image-link img {
    width: 150px;
    height: auto;
    border: 0;
    vertical-align: middle;
}


.sector-img {
    width: 100%;
    height: auto;
}

.Site-text {
    margin: 0 20%;
    font-size: large;
    line-height: 30px;
}

.purple-link {
    text-decoration: none;
    align-items: center;
    appearance: none;
    background-color: #fff;
    border-radius: 24px;
    border: 3px solid #7082DD;
    box-sizing: border-box;
    color: #7082DD;
    display: inline-flex;
    font-size: 20px;
    font-weight: bold;
    height: 48px;
    padding: 2px 24px;
    text-align: center;
    transition: color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
}

.purple-link:hover {
    background-color: #7082DD;
    color: #fff;
}

.link-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer {
    background-color: #333;
    color: white;
    padding: 40px 40px;
}

.footerLogo {
    display: inline-block;
    vertical-align: top;
    margin-right: 5%;
    width: 20%;
}

.footerText {
    display: inline-block;
    vertical-align: top;
    width: 35%;
}

.footerText p {
    display: inline-block;
    vertical-align: top;
    font-size: large;
    margin-top: 0;
    line-height: 1.4;
}

.footerLinks {
    display: inline-block;
    vertical-align: top;
    width: 15%;
    margin-left: 24%;
}

.footerLinks div {
    display: inline-block;
    width: 20%;
    margin: 0 6%;
}

.footerLinks div img {
    width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
}

.footerLogo img {
    width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
}

.footerDiv {
    background-color: rgba(25, 25, 25, 1);
    text-align: center;
    padding: 20px;
}

.footerDiv p {
    margin: 0;
    color: rgba(255, 255, 255, 1);
}

svg g path:hover {
    fill: rgb(210, 210, 210);
}

.map-image {
    display: inline-block;
    width: 40%;
    margin-right: 5%;
    vertical-align: top;
}


.map-text {
    display: inline-block;
    vertical-align: top;
    width: 54%;
}

.map-text p {
    margin: 0;
    padding: 0;
    font-size: large;
    line-height: 30px;
}

.map-sector {
    margin: 30px 20%;
}

.dotted-line {
    border-top: 2px dashed black;
    width: 80%;
    margin: 20px auto;
}

@media only screen and (max-width: 768px) {
    .image-link img {
        width: 80px;
    }

    .image-link {
        margin: 0 5%;
    }

    .purple-link {
        font-size: 12px;
        height: 36px;
        padding: 2px 16px;
    }

    .Site-text {
        font-size: small;
        margin: 0 10%;
    }

    h1 {
        font-size: 20px;
    }

    .map-image {
        width: 100%;
    }

    .map-text p {
        margin: 0;
        padding: 0;
        font-size: small;
    }

    .map-text {
        width: 100%;
    }

    .footerLogo {
        width: 80%;
        margin: 0 10%;
        margin-bottom: 20px;
    }

    .footerText {
        width: 80%;
        margin: 0 10%;
    }

    .footerText p {
        font-size: medium;
    }

    .footerLinks {
        width: 60%;
        margin: 0 20%;
    }

    .map-sector {
        margin: 30px 10%;
    }

    .footerDiv p{
        font-size: small    ;
    }

    footer{
        padding: 20px;
    }
}