html {
	font-size: 14px;
}

body {
  background: linear-gradient(to top right, #62757a, #70858b);
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  color: #d5dcde;
}
@media (min-width: 900px) {
  body {
    padding: 2rem 5%;
  }
}

header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 900px) {
  header {
    flex-direction: row;
    justify-content: space-around;
  }
}
header h2 {
	letter-spacing: .175rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-style: italic;
  text-align: center;
  margin-bottom: .75rem;
}

header span {
	font-size: 2.75rem;
	letter-spacing: .05rem;
}


.header__address {
	line-height: 1.3;
  font-size: 1.5rem;
  padding: 1rem;
  color: black;
  text-align: center;
}

.logo {
  width: 65%;
  margin: 0 auto;

}

.phone-number {
  font-weight: 700;
  padding-top: 5px;
  display: block;
  padding-top: .5rem;
  font-size: 2.5rem;
}
@media (min-width: 769px) and (max-width: 1130px)  {
	  .phone-number {
		  font-size: 2rem;
  }
}

@media (max-width: 900px) {
  header span {
    font-size: 2rem;
  }
}

@media (min-width: 769px) {
	.logo {
		width: 90%;
	}
}

.table {
  width: 100%;
  color: #3a4447;
  border-collapse: collapse;
  border-style: hidden;
  font-family: Avenir;
  margin-bottom: 0;
}

.table th {
  color: #9dabb0;
  background-color: #3a4447;
}

.therapist {
	text-align: left;
	padding: 0 0 .5rem 1.5rem !important;
  font-size: 1.5rem;
  line-height: 1.15 !important;
  font-weight: 500;
  letter-spacing: .05rem;
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
}

@media (max-width: 600px) {
  .therapist {
	 padding-left: .25rem !important;
  }
}


.table__hour {
  width: 12%;
  font-size: 1rem;
  background: #4c5a5e;
  color: #9dabb0;
  line-height: 1 !important;
  text-align: center;
  vertical-align: middle !important;
}

@media (min-width: 900px) {
  .table__hour {
    font-size: 1.25rem;
    font-weight: 500;
    width: 8%;
  }
}


.table td {
  border: 2px solid #3a4447;
  height: 4rem;
  padding: 0 !important;
}

.table .table__available {
  background: #e2a73e;
  color: #3a4447;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .15rem;
  font-size: 1rem;
  font-weight: 700;
}

.open-slot {
	background-color:#ecb451;
	color:#3a4447;
	text-align:left;
	font-size: 1.75em;
	font-style:italic;
	font-weight: bold;
	padding-left: 2rem;
	line-height: 1;
}


@media (min-width: 900px) {
  .table .table__available {
    font-size: 1.25rem;
    font-style: italic;
  }
}
.table .table__available:before {
  content: "~ Available ~";
}
.table .table__available--second-half {
  background: linear-gradient(to top, white 50%, rgba(92, 109, 114, 0) 50%);
}
.table .table__available--first-half {
  background: linear-gradient(to top, rgba(92, 109, 114, 0) 50%, #e2a73e 50%);
}

.rate__wrap {
	display: flex;
	justify-content: center;
	background-color: #3a4447;
	margin
}

.rate {
	display: flex;
  flex-direction: column;
  padding: 3em;
}


@media (min-width: 900px) {
  .rate {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}

.rate__title {
 	font-size: 2rem;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: .1rem;
	color: #73878e;
	line-height: 1.2;
}


.rate__item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.rate__item:last-of-type {
	margin-bottom: 0;
}

@media (min-width: 769px) {
  .rate__item, .rate-title {
    margin: 0 1rem 2rem;
  }
}

@media (min-width: 900px) {
  .rate__item, .rate-title {
    margin: 0 2rem;
  }
}

@media (min-width: 1200px) {
  .rate__item, .rate-title {
    margin: 0 3rem;
  }
}

.rate__item svg {
  float: left;
  width: 85px;
  fill: #8f9fa5;
}
.rate__item .rate__cost {
  margin-left: 1.25rem;
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  color: #8f9fa5;
  font-weight: 500;
  padding-top: .5rem;
  font-style: italic;
  font-size: 2.5rem;
  border-left: solid 2px;
  padding: 0 0 0 1.25rem;
  width: max-content;
  margin-bottom: 0;
}

.summary {
  display: flex;
  background: #455256;
  flex-direction: column;
  text-align: center;
  padding: 3rem 1rem;
}


.summary__block h3 {
  font-size: 2.25rem;
  margin: 0 0 1rem 0;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: .05rem;
}

.summary__block p {
  margin-bottom: 2.5rem;
  font-family: Avenir, sans-serif;
  line-height: 1.2;
  font-size: 1.2rem;
  padding: 0 2.5rem;
}

@media (min-width: 769px) {
	
  .summary {
    flex-direction: row;
  }
  .summary__block {
		padding: 0 3rem;
  
	}
	.summary__block p {
    margin: 0;
    padding: 0;
  }
}
