footer{
   margin: 0 auto;
    width: 100%;
    max-width: calc(100% - 3rem);
}
.footer-container{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 6rem 3rem 2rem 3rem; 
}
.footer-stylesheet{
    width: 247px;
    max-height: 227px;
    color: #263238;
    /* flex: 0 0 257px; */
}
.footer-nav li{
    list-style: none;
    margin: 3px 0;
}
/* .find-us-heading{
    margin-top: -20px;
} */
.address{
    margin-bottom: 23px;
    font-size: 0.8em;
    color: #263238;
}
.footer-nav > li > a{
    text-decoration: none;
    color:#263238;
    font-size: 1em;
    font-weight: bold;
    transition: 0.3s;
}
.footer-nav > li > a:hover{
    color:#E8505B;
}
.top-btn > img{
    width: 38%;
}
.footer-logo-img > img{
    width: 51%;
}
.icon-img > li > a > img{
    width: 39px;
    transition: 0.5s;
    border-radius: 29%;
    padding: 2px;
}
.icon-img{
    display: flex;
    list-style: none;
    margin-top: 22px; 
}
.icon-img >li{
    padding: 0px 6px;
}
.icon-img > li > a > img:hover{
    width: 39px;
    border-radius: 29%;
    padding: 2px;
    background-color: #263238;
    box-shadow: 0px .5rem 2rem rgba(0,0,0,.75);
}

/* .icon-img > li > a > img{
    box-shadow: 0 0 0 4px rgba(255,255,255,1);
	transition: background 0.2s, color 0.2s;	
} */
/* .icon-img > li > a > img:hover{
    border: 2px solid #263238;;
    border-radius: 50%;
    padding: 2px;
    transition: 0.5s;
} */
.map-img > img{
    width: 100%;
    border: 1px solid red;  
}
.map-img{
    max-height: 162px;
    max-width: 231px;
}

/* @media only screen and( max-width: 850px){
    .footer-container{
        display: grid;
        grid-template-columns: repeat(auto-fill,minmax(206px,1fr));
        grid-gap: 3px 18px;
        align-items: center;
        justify-items: center;
    }
} */
/* @media only screen and (max-width: 850px) {
    .footer-container{
        display: grid;
        grid-template-columns: repeat(auto-fill,minmax(204px,1fr));
        grid-gap: 3px 18px;
        align-items: center;
        justify-items: center;
    }
  } */
