body {
  background-image: url(./img/bgimg.jpg);
  font-family: serif;
}
.header {
  background-color: #eee;
  display: flex;
  padding: 10px;
}
.header-left {
  margin-top: 10px;
}
.header-right ul {
  display: flex;
  margin-top: 10px;
}
.header-right ul li {
  margin: 0 10px;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: black;
}
.br {
  flex: 1;
}
.top {
  text-align: center;
  background-size: cover;
  margin-top: 100px;
  padding-bottom: 100px;
  line-height: 1.1;

  /* height: 500px; */
  background-image: url("./img/bg2.jpg");
  background-attachment: fixed;
}
h1 {
  padding: 30px;
}
.top p {
  padding: 20px 80px;
  font-size: 20px;
}


.menu {
  background-color: white;
  margin-top: 100px;
  text-align: center;
}

.footer {
  background-color: #eee;
  text-align: center;
  padding: 15px;
}

.about-us {
  background-color: white;
  margin-top: 100px;
}
.about-us h1 {
  text-align: center;
}

.swiper-container {
  width: 600px;
  height: 300px;
}

.pics {
  margin-top: 100px;
}
.btn-tel {
  position: relative;
  display: none;
  border-radius: 50px;
  color: white;
  font-weight: bold;
  text-align: center;
  background: #f75065;
  padding: 5px 0;
  margin: auto;
  max-width: 250px;
}
.stylist {
  background-color: white;
}
.stylist h1 {
  text-align: center;
}

@media (max-width: 800px) {
  .btn-tel {
    position: relative;
    display: block;
    border-radius: 50px;
    color: white;
    font-weight: bold;
    text-align: center;
    background: #f75065;
    padding: 5px 0;
    margin: auto;
    max-width: 250px;
  }

  table {
    font-size: x-small
  }

  .btn-tel::after {
    content: "";
    background: url(img/telephone.svg) no-repeat center;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: absolute;
    top: calc(50% - 12px);
    left: 15px;
  }
}
