/* *********************** FOOTER SECTION STYLING *********************** */


footer{
  background: linear-gradient(90deg,rgb(150, 150, 150),rgb(181, 167, 167), rgb(150, 150, 150));
  height: auto;
  width: 100%;
  margin-top: -1px;
  margin-bottom: 1px;
  margin-bottom: -1px;
  
}


.top-info{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 10em;
  width: 100%;
  place-items: center;
}

.onmap:hover{text-decoration: underline;}
.location, .number, .emailf{
  display: flex;
  flex-direction: row;
  align-items: center;
  width: auto;
  min-width: 0;
  height: auto;
}


.icon-place{
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  text-align: center;
}

.iconfooter{
  width: 3.2em;
}

.location-text{
  width: 80%;
  padding-left: 0.5em;
}

footer a:hover{
  text-decoration: underline;
}
.linef{height: 1px; width: 100%; background-color: rgb(89, 89, 89);}

.mid-info{
  height: auto;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  padding: 1em 3em;
}

.about-info{
  width: 100%;

}

ul.footerli{
  list-style-type: none;
  line-height: 1.5em;
  text-align: center;
  /* font-size: 1.2em; */
}

.social-logofm{
  width: 2em;
}

.social-logofminsta{
  width: 2em;
}

.title{
  font-size: 1.3em;
  font-weight: 700;
  text-decoration: underline;
  text-align: center;
}

.open-hours{
  display: flex;
  flex-direction: column;
}

.day{
  width: 5.4em;
  display: inline-block;
  flex-direction: row;
}

.rights{
  width: 100%;
  text-align: center;
  height: 2em;
  color: rgb(230, 0, 0);
  background-color: rgb(228, 228, 228);
  align-content: center;
}


@media (max-width:960px){
  .top-info{
    /* grid-template-columns: repeat(1, 1fr); */
    /* height: auto; */
    justify-items: center;
    /* row-gap: 1em; */
    padding: 0;
  }

  .location, .number, .emailf{
    /* height:10em ; */
    /* width: 20em; */
    padding: 1em;
  }

  .mid-info{
    grid-template-columns: repeat(2, 1fr);
    height: auto;
    row-gap: 1em;
    padding: 1em 0;
  }

  .open-hours, .links, .services-info, .about-info{
    width: 20em;
  }
}

@media (max-width:730px){
  .top-info{
    grid-template-columns: repeat(1, 1fr);
    height: auto;
  }

}


@media (max-width:730px){
  .mid-info{
    grid-template-columns: repeat(1, 1fr);
  }

}
