* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* top section*/
#contactme {
  min-height: 80vh;
  background: linear-gradient(rgba(66, 65, 65, 0.6), transparent),
    url(../img/shoplast.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.contact-head {
  width: 70%;
  color: white;
  text-align: center;
  border: 2px solid white;
  border-radius: 20px;

  margin: auto;
}
.contact-head h2 {
  font-size: 4rem;
}
.contact-head h3 {
  padding: 1rem 0rem;
  font-size: 2rem;
}
.contact-head a {
  text-decoration: none;
  color: white;
  font-size: 1.5rem;
}
.findme {
  width: 70%;
  border: 2px solid white;

  border-radius: 20px;
  display: inline-flex;
  color: white;
  justify-content: center;
  text-align: center;
  font-size: 1.5rem;
  flex-wrap: wrap;
}
.tel {
  padding: 1rem 5rem;
}

.time {
  border: 2px solid white;
  border-radius: 20px;
  width: 80%;
  margin: auto;
  color: white;
}
.time h3 {
  text-align: center;
  padding: 1rem 0rem;
  font-size: 1.5rem;
}
.time p {
  padding: 1rem 1rem;
}

.map {
  width: 50%;
  margin: auto;
  align-items: center;
  justify-content: center;
}

.mapWrapper {
  position: relative;
  padding-bottom: 75.75%;
  height: 0;
  margin: 3rem 3rem;
}
.mapWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay {
  background: transparent;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.fact {
  width: 80%;
  text-align: center;
  border: 2px solid white;
  border-radius: 20px;
  color: white;
  padding: 2rem 0rem;
  margin: 2rem auto;
  font-size: 1.5rem;
}
/*FOOTER SECTION */
footer {
  color: white;
  display: flex;
  padding: 0rem 5%;
  align-items: center;
  flex-wrap: wrap;
}
footer ul {
  display: flex;

  justify-content: center;
  align-items: center;
}
footer h4 {
  flex: 3 1 40rem;
  font-size: calc(0.3rem + 1vw);
  text-align: center;
  padding-bottom: 1rem;
}
footer ul {
  width: 100%;
}
footer li {
  list-style: none;
  padding: 0px 40px;
}

/*MEDIA QUERY*/
@media screen and (max-width: 932px) {
  html {
    font-size: 60%;
  }
  .contact-head {
    width: 90%;
    font-size: 3rem;
  }
  .contact-head a {
    font-size: 2rem;
  }

  .time {
    width: 95%;
    font-size: 2rem;
  }
  .time h3 {
    font-size: 2rem;
  }

  .tel {
    font-size: 2.5rem;
  }

  .map {
    width: 80%;
  }

  nav {
    text-align: center;
  }
  #logo {
    padding: 2rem;
  }
}

@media screen and (max-width: 500px) {
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1rem;
  }
  a {
    font-size: 3rem;
  }
  .logo {
    font-size: 3rem;
  }
  .time {
    width: 95%;
    font-size: 1.5rem;
  }
  .time h3 {
    font-size: 2rem;
  }

  .fact {
    width: 95%;
    font-size: 1.7rem;
  }
  .fact h3 {
    font-size: 2rem;
  }

  footer {
    height: 17vh;
  }

  .contact-head {
    width: 95%;
    margin-top: 9rem;
    font-size: 2rem;
  }
  .contact-head a {
    font-size: 2rem;
  }
  .findme {
    width: 95%;
  }
  .tel {
    font-size: 1.8rem;
  }
  .tel h3 {
    font-size: 2.3rem;
  }
  .map {
    width: 98%;
  }

  .follow {
    font-size: 1.5rem;
  }

  .copy {
    font-size: 1.3rem;
  }
}

/*FOOTER SECTION 
  footer {
    background: var(--background-color);
    color: white;
    display: flex;
    padding: 3rem 5%;
    align-items: center;
    flex-wrap: wrap;
  }
  footer ul {
    display: flex;
    flex: 1 1 40rem;
    justify-content: space-between;
    align-items: center;
  }
  footer h4 {
    flex: 3 1 40rem;
    font-size: calc(1.4rem + 1vw);
  }*/
