/* Home Page */

#welcometitle {
  font-family: "Soleil", sans-serif;
  font-weight: 800;
  font-size: 42pt;
  text-align: center;
  color: #908C83;
  letter-spacing: 3px;
  margin-top: 50px;
}

#welcomeline {
  width: 50px;
  height: 4px;
  background-color: #908C83;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

#clinichome {
  width: 100vw;
  height: 50vh;
  object-fit: cover;
  margin-bottom: 10px;
}

#welcometext {
  margin-top: 40px;
  margin-bottom: 100px;
}

#moreinfocontainer {
  width: 100vw;
  height: max-content;
  background-color: rgba(237, 230, 214, 0.4);
  padding-bottom: 80px;
}

#attendancemessage {
  font-family: "Soleil", sans-serif;
  font-weight: 700;
  font-size: 21pt;
  text-align: center;
  color: #908C83;
  margin-top: 100px;
  margin-bottom: 100px;
}

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

  #welcometitle {
    font-size: 36pt;
  }

}


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

  #welcometitle {
    font-size: 28pt;
  }

  #clinichome {
    height: auto;
  }

  #attendancemessage {
    font-size: 18pt;
    padding-left: 30px;
    padding-right: 30px;
  }
}
