html {
    scroll-behavior: smooth;
}
nav{
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
#home {
    margin-top: 30px;
}
a{
    text-decoration: none;
}

    .about{
        padding: 10px 0 10px 0;
    }
    .about h3{
        color:#3D5169;
    }
    .location,    .site{
        padding: 20px 0 20px 0;
        background:#3D5169 ;
    }
    .location h4{
        color:#ffffff;
    }
    .location-map img,.site-map img,.banner img{
        max-width:100%;
    }

    .site h4{
        color:#ffffff;
    }

    .contact-heading{
        padding: 20px 0 20px 0;
        background:#3D5169 ;
        color: #ffffff;
    }
    .contact-details h4{
        color:#3D5169 ;
    }
.footer{
    padding: 20px 0 20px 0;
    background:#3D5169 ;
    color: #ffffff;
}
.footer img{
    max-width: 19%;
}

@media(max-width: 767px){
    .location-map img,.site-map img,.banner img{
        max-width: 333px;
    }
    .location,    .site{
        padding: 10px 0 10px 0;
        background:#3D5169 ;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .location-map img,.site-map img,.banner img{
        max-width: 100%;
    }
    .location,    .site{
        padding: 10px 0 10px 0;
        background:#3D5169 ;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .location-map img,.site-map img,.banner img{
        max-width: 100%;
    }
    .location,    .site{
        padding: 10px 0 10px 0;
        background:#3D5169 ;
    }
}

