/* SERVICES STYLES */

.headerlink, .currentlink {
  border-bottom-color: #C7625E !important;
}

#locationtitle {
  padding-top: 0 !important;
}

.pagesubtitleline {
  margin-bottom: 40px;
}

#mapcontainer {
  display: flex;
  width: 100vw;
  height: 450px;
  background-color: rgba(225, 217, 213, 0.8);
}

#mapcontainer iframe {
  width: 50vw;
}

#locationdetailsbox {
  display: flex;
  width: 50vw;
  height: 100%;
  justify-content: center;
  align-items: center;
}

#locationdetails i {
  width: 100%;
  text-align: center;
  font-size: 30pt;
  margin-bottom: 30px;
}

#businessname {
  font-weight: 700;
  font-size: 24pt;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
}

#businessaddress {
  font-size: 14pt;
  text-align: center;
}

#contactdetailscontainer {
  display: flex;
  width: 800px;
  justify-content: space-evenly;
  padding-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.contactdetailbox {
  width: 300px;
  background-color: white;
  box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.2);
  font-size: 14pt;
  text-align: center;
  color: black;
  padding: 20px;
}

.contactdetailbox i {
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 800px) {

  #contactdetailscontainer {
    width: 90%;
    flex-wrap: wrap;
  }

  #phonedetails {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 40px;
  }
}


@media only screen and (max-width: 750px) {

  #businessname {
    font-size: 18pt;
  }
}


@media only screen and (max-width: 550px) {

  #mapcontainer {
    height: 750px;
    flex-wrap: wrap;
  }

  #mapcontainer iframe {
    width: 100%;
  }

  #locationdetailsbox {
    width: 100%;
    height: max-content;
  }

  #phonedetails {
    margin-left: 0;
    margin-right: 0;
  }

  .contactdetailbox {
    font-size: 12pt;
  }

  #businessaddress {
    font-size: 12pt;
  }

}

@media only screen and (max-width: 350px) {

  .contactdetailbox {
    width: 75vw;
  }

}
