@charset "utf-8";

body {
    margin:0;
}

#wrapper {
  width: 980px;
  margin:0 auto;
  background-repeat:no-repeat;
  background-color: #003737;
  border-left: #594431 solid 0.0625rem;
  border-right: #594431 solid 0.0625rem;
}

h3, h4 {
  text-align: center;
  color: white;
  text-shadow: 0.0625rem 0.0625rem 0.125rem #6666FF, 0 0 1.5625rem blue, 0 0 0.3125rem darkblue;
}

p {
  text-align: left;
}

.teachers {
  border-radius: 0.5rem;
  height:8rem; 
}
.piano_teachers {
  text-align: center;
  font-size: 2rem;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  color: #B5B5B5;
}

.table_pink {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  color: #000000;
  background-color: #F4C2C2;
}

.table_dark_pink {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  background-color: #993399;
}

.table_blue {
	/*background-color: rgba(255, 255, 0, 0.5); 
  background-image: radial-gradient(rgba(255, 255, 0, 0.5), rgba(255, 165, 0, 0.5));*/ 
	border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  background-color: #0202ff; /* For browsers that do not support gradients */
}

td {
  padding: 0.5rem;
}

tr:nth-child(even){background-color: #383838}

.teacher_voice {
  border-radius: 0.625rem;
}

[class*="col-"] {
  float: left;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.row::after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width : 40rem) {
  .col-12, .col-5, .col-7 {
    width:50.01%;
  }
}
