* {
  box-sizing: border-box;
}

body {
  background: #F3F3F3;
  margin-bottom: 100px;
}

#container {
  margin: 0 auto;
  width: 1200px;
  background: #F3F3F3;
}

h1, h3 {
  font-size: 45px;
  font-family: 'Open Sans', sans-serif;
  font-weight:700;
  color: #264653;
  text-align: center;
}

h1{
  padding-top: 50px;
  margin-bottom: -20px;
}

.intro {
  padding-bottom: 70px;
}

h2, .clinictitle {
  font-size: 32px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #EF7C19;
}

.clinictitle {
  padding-top: 80px;
  padding-left: 20px;
}

.clinictext {
  padding-left: 20px;
}

h3 {
  font-size: 28px;
  font-weight: 400;
}

.clem {
  font-size: 45px;
  font-family: 'Domine', serif;
  font-weight:700;
  color: #EF7C19;
  text-align: center;
  margin-bottom: -120px;
  margin-top:-65px;
}

.bio {
  background: #264653;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  height:360px;
}

.portrait {
  max-width: 100%;
  clip-path: circle(50%);
  position: relative;
  top: -72px;
}

.hound {
  position: relative;
  left: 900px;
  top: 76px
}

.biotext {
  font-size: 16px;
  color: #F3F3F3;
  font-family: 'Domine', serif;
  font-weight:400;
  width:50%;
  line-height: 26px;
  padding-top: 60px;
}

.clinictext p, p {
  font-size: 20px;
  color: #1B1D20;
  font-family: 'Domine', serif;
  font-weight:400;
  line-height: 32px;
}

.clinictext p {
  padding-right: 20px;
}

.clinictext {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.datepanel {
  background: #264653;
}

.datetext {
  font-size: 28px;
  color: #F3F3F3;
  font-family: 'Domine', serif;
  font-weight:700;
  padding: 30px 0px 30px 0px;
  text-align: center;
}

.clinicinfo, .pricearea {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.clinicinfo {
  padding-bottom: 30px;
}

.clinicinfo p {
  font-size: 20px;
  /*width: 50%;*/
  line-height: 34px;
  font-family: 'Domine', serif;
  font-weight:400;
  flex: 1 0 50%;
}

ul{
  /*width: 50%;*/
  flex: 1 0 50%;
}

li{
  font-size: 20px;
  color: #5F1341;
  font-family: 'Domine', serif;
  font-weight:400;
  line-height: 34px;
  margin-left:20px;
}

a.button {
  width: 50%;
  background: #5F1341;
  text-decoration: none;
}

.button p {
  font-size: 32px;
  font-family: 'Domine', serif;
  font-weight:700;
  color: #F3F3F3;
  text-align: center;
}



.price {
  font-size: 32px;
  font-family: 'Domine', serif;
  font-weight:700;
  color: #5F1341;
}

.offer {
  background: #f9f9f9;
  border-radius: 5px;
  padding: 25px 20px 35px 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 3px 2px 0px rgba(207,207,207,0.75);
-moz-box-shadow: 0px 3px 2px 0px rgba(207,207,207,0.75);
box-shadow: 0px 3px 2px 0px rgba(207,207,207,0.75);
}

.bio {
  margin-bottom: 30px;
}

@media only screen and (max-width: 600px) {
  #container {
    width: 100%;
  }

  .bio {
    height:auto;
    flex-direction: column;
  }

  .portrait {
    clip-path: circle(50%);
    position: relative;
    top: 30px;
    width: 80%;
    height: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .hound {
    position: relative;
    left: 65%;
    width: 30%;
    height: 30%;
  }

  .biotext {
    font-size: 16px;
    width:100%;
    line-height: 26px;
    padding: 40px 15px 40px 15px;
    font-size: 22px;
    line-height: 35px;
  }

  .clinicinfo p {
    width: 100%;
  }

  ul{
    width: 100%;
    padding-left: 5px;
  }

  a.button {
    width: 100%;
  }

  .clinictext {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .clinictitle {
    padding-top: 40px;
  }

  .clinicinfo, .pricearea {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .clem {
    padding-bottom: 80px;
  }

  .offer{
    margin-left: 5px;
    margin-right: 5px;
  }

  .price {
    text-align: center;
  }

.datepanel {
  padding-left: 20px;
  padding-right: 20px;
}

.datetext {
  font-size: 24px;
}

}
