@import url('https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&family=Courgette&family=Dancing+Script:wght@400;500;600;700&family=Indie+Flower&family=Itim&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Merriweather:wght@300;400;700&family=Montserrat+Alternates:wght@400;500;600&family=Neuton:wght@300;400;700&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:wght@300;400&family=Righteous&family=Roboto+Slab:wght@400;500;600&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500&family=Source+Sans+Pro:wght@400;600&family=Ubuntu:ital,wght@0,400;0,500;1,400;1,500&family=Work+Sans:wght@400;500;600&display=swap');
#map .mapouter {
    margin-top: 7%;
}

@media screen and (max-width: 780px) {
    #map .mapouter {
        margin-top: 25%;
    }
}

@media screen and (max-width: 420px) {
    #contactdetails {
        background-color: rgb(219, 219, 219);
        margin: 40px;
    }
}

#contactdetails h2 {
    font-family: 'Montserrat Alternates', sans-serif;
}

#contactdetails {
    background-color: rgb(219, 219, 219);
    margin: 40px;
}

#text {
    color: #1596db;
    font-weight: bold;
    font-size: ;
}

#contactdetails {
    /* color: rgb(190, 0, 0); */
    /* text-align: center; */
    padding: 20px 20px;
    margin-top: 2%;
}


/* #info-box .text{
    "color: black;"
} */

@media screen and (max-width: 580px) {
    #contactdetails {
        background-color: rgb(219, 219, 219);
        margin: 0px;
    }
    .contact .info-box {
        border-radius: 5px;
    }
    .contact h2 {
        margin-top: 15%;
    }
    .contact p {
        font-size: 12px;
    }
}

#contactdetails a {
    text-decoration: none;
    color: rgb(24, 24, 24);
}

#contactdetails i {
    color: rgb(0, 153, 0);
    font-size: 35px;
    vertical-align: middle;
}