/* Location Page */

.addresstext {
  font-family: "Soleil", sans-serif;
  font-size: 14pt;
  text-align: center;
  margin-top: 10px;
}

#locationicon {
  width: 100%;
  text-align: center;
  font-size: 24pt;
  color: #9A968D;
  margin-top: 40px;
}

.locationtext {
  text-align: center;
  margin-top: 90px;
  margin-bottom: 90px;
}

.map {
  background: url(/images/loading.gif) center center no-repeat;
  margin-top: 60px;
}

iframe {
  width: 100%;
  height: 500px;
}

#parkingcontainer {
  width: 100vw;
  height: 450px;
  background-color: rgba(237, 230, 214, 0.4);
}

#clinicentrance {
  display: block;
  width: 40%;
  margin-top: 30px;
  margin-right: auto;
}

footer {
  background-color: rgba(237, 230, 214, 0.4);
}

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

  .locationtext {
    text-align: justify;
    margin-top: 70px;
    margin-bottom: 70px;
  }

  #clinicentrance {
    width: 80%;
  }

}

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

  #parkingcontainer {
    height: max-content;
    padding-bottom: 80px;
  }

  .addresstext {
    font-size: 11pt;
  }

  #locationicon {
    font-size: 18pt;
    margin-top: 30px;
  }

}
