/*
E9E4C4 eggshell
C2AAB0 light mauve
564B3C chocolate
0C060E black
906397 purple boots
*/
body {
  color: #0C060E;
  padding: 10px;
  margin:0;
  background-color:#E9E4C4;
  font-family:georgia,arial,sans;
}
a {
  color: #95669c;
}
h1, h2, h3, h4 {
  color: #564B3C;
  font-family: 'Dancing Script', cursive;
  clear: both;
}
#home {
  padding-top: 0;
}
#home h1 {
  display: none;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 30px;
}
.clr {
  clear: both;
}
em {
  font-size: 1em;
  display: block;
  margin-bottom: 5px;
  padding: 3px 10px;
  border-radius: 15px;
  background: #d8ce6f;
}
p {
  text-align: left;
}
p img {
  object-fit: contain;
  max-width: 300px;
  max-height: 300px;
  width: auto;
  height: auto;
  float: left;
  margin: 0 30px 20px 0;
  border-radius: 25px;
  border: 2px solid #95669c;
}
img {
  filter: drop-shadow(10px 3px 1px #d8ce6f);
  max-width: 100%;
}
#content {
  color:#615;
  padding-top:61.5px;
  width:615px;
  text-align:center;
  margin:0 auto;
  max-width: 100%;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.phone {
  font-size: 25px;
}
.bg {
  min-height: 150px;
  padding: 15% 10px;
  background: transparent url("") no-repeat left top;
  background-size: contain;
}
.bg.l {
  padding-left: 50%;
}
.bg.r {
  padding-right: 50%;
  background-position: right top;
}
.deb, .debarthur {
  background-image: url("/images/deb.png");
  padding-left: 50%;
  background-position: left center;
  background-size: 50%;
  padding-top: 0;
}
.debarthur {
  background-image: url("/images/deb-and-arthur.png");
}
.programconsultant {
  background-image: url("/images/program-consultant.png");
  padding-right: 50%;
  background-position: right center;
  background-size: 50%;
  padding-top: 0;
}
.ballet {
  background-image: url("/images/shoes-ballet.png");
}
.tap {
  background-image: url("/images/shoes-tap.png");
}
.jazz {
  background-image: url("/images/shoes-jazz.png");
}
.tapjazz {
  background-size: 45%;
  background-image: url("/images/shoes-jazz-tap.png");
}
.ballroom {
  padding: 0px;
}
.ballroom img {
  align: middle;
  float: left;
  margin-right: 25px;
  margin-bottom: 15px;
}
.colonialcooking {
  background-image: url("/images/colonial-cooking.png");
}
.colonialclothing {
  background-image: url("/images/colonial-clothing.png");
}
.toasttoliberty {
  background-image: url("/images/toast-to-liberty.png");
}
.countrydancing {
  background-image: url("/images/country-dancing-junket.png");
}
.colonialnotablewomen {
  background-image: url("/images/colonial-notable-women.png");
}
.dayinlife {
  background-image: url("/images/colonial-day-in-the-life-of-a-child.png");
}
.oneroomschoolhouse {
  background-image: url("/images/colonial-one-room-schoolhouse.png");
}
.teaparty {
  background-image: url("/images/teapot.png");
}
