/* *{
  padding:0;
  margin:0;
}

ul{
  margin: 10px;
} */
p{
  margin-top: 0;
  margin-bottom:10px;
  padding:0;
}

@font-face {
    font-family: Dancing_Script;
    src: url(Dancing_Script/DancingScript-VariableFont_wght.ttf);
}

h1,h2,h3,h4,h5{
    font-family: Dancing_Script, Arial, sans-serif;
    margin-bottom:0;
    padding-bottom: 0;
}

html{
  padding:0;
  margin:0;
}


body{
  background: url(images/leaves.jpg) repeat rgba(200,160,200,0.7);
  padding:5px;
}

.background{
  background: rgba(255,255,255,0.7);
  opacity: 1;
  padding: 5px;
}

/*
.demobox{
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 12px;
}

.demobox p{
  padding:10px;
}
*/

div.profile{
  display: flex;
  align-items: center;
  justify-content: center;
}

figure.profile{
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}

img.profile{
  width: 25%;
  height: auto;
}

img.logo{
  width: 100%;
}

@media only screen and (max-width: 600px){
  img.profile{
    width: 100%;
    height: auto;
  }
}

div.fee_schedule{
  display:flex;
  justify-content:center;
}
table.fee_schedule{
  border: 1px black solid;
}

table.fee_schedule td,th{
  border: 1px black solid;
}

form.contact{
  padding: 10px;
  background: #fff;
  border: 1px black solid;
  border-radius: 10px;
}

form.contact div.field{
  display:flex;
}

form.contact div.field input,textarea{
  flex: 1;
}

form.contact div.field label{
  text-align: left;
  width: 200px;
}



ul.playlist{
  padding: 0;
  flex-direction: row;
  list-style-type: none;
  margin: auto;
  justify-content: center;
}

div.centre{
  display:flex;

}