<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sectionbox, .band_section, #Summer_Activities, #Lesson_Signup, .custom_form, .two-col-page .two-cols {
  /*background: linear-gradient(to right, #00a2e811, #00a2e822);*/
  background-color: #e6e6e6;
  border: 1px solid #9e1c1f;
  margin-top: 10px;
  padding: 20px;
  border-radius: 5px;
}

.two-col-page {
  /* --- Page and section headers --- */
  /* --- Button link to external site --- */
  /* --- Images --- */
}
.two-col-page h1 {
  font-size: 2rem;
}
.two-col-page h2 {
  font-size: 1.75rem;
  text-indent: 20px;
}
.two-col-page h3 {
  font-size: 1.25rem;
}
.two-col-page a.external-link {
  display: inline-block;
  padding: 0.5em 3em;
  border: 0.16em solid #9e1c1f;
  border-radius: 8px;
  margin: 0 0.3em 0.3em 0;
  box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 200%;
  color: #9e1c1f;
  text-align: center;
  transition: all 0.15s;
}
.two-col-page a.external-link:hover {
  color: black;
  border-color: #ff1c1f;
  background: #00a2e866;
}
.two-col-page a.external-link:active {
  color: #BBBBBB;
  border-color: #BBBBBB;
}
.two-col-page .two-cols {
  text-align: center;
  display: grid;
  align-items: top;
  justify-items: center;
  grid-template-columns: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 800px) {
  .two-col-page .two-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .two-col-page .main-image {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .two-col-page #customcontent {
    margin-left: -10%;
    margin-right: -10%;
  }
}
.two-col-page .two-cols p {
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 2.25rem;
}
.two-col-page .two-cols .oomph {
  font-weight: 700;
}
.two-col-page p.oomph__lots {
  font-size: 1.05rem;
  font-weight: 500;
  text-align: left;
}
.two-col-page ul.repair_list li {
  font-size: 16px;
  text-align: left;
  list-style: square inside;
  text-indent: -10px;
}
.two-col-page .main-image {
  text-align: center;
  width: 100%;
}
.two-col-page .two-cols__img--center {
  align-self: center;
}
.two-col-page .two-cols__text {
  padding: 0px 10px 0px 10px;
}

#Summer_Activities, #Lesson_Signup, .custom_form {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 10px;
  row-gap: 10px;
  margin-top: 10px;
  border-radius: 20px;
  padding: 20px;
}

.custom_form {
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (min-width: 800px) {
  #Summer_Activities, #Lesson_Signup, .custom_form {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1000px) {
  #Summer_Activities, #Lesson_Signup, .custom_form {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#Summer_Activities br, #Lesson_Signup br, .custom_form br {
  /* Remove obnoxious spaces between form labels and fields */
  display: none;
}

#Summer_Activities:last-child, #Lesson_Signup:last-child, .custom_form:last-child {
  align-self: center;
  grid-column: 1/span 2;
}

#Summer_Activities label, #Lesson_Signup label, .custom_form label {
  margin-bottom: 5px;
}
#Summer_Activities .form_label__topspace, #Lesson_Signup .form_label__topspace, .custom_form .form_label__topspace {
  margin-top: 10px;
}
#Summer_Activities .form-group, #Lesson_Signup .form-group, .custom_form .form-group {
  margin-bottom: 5px;
}

.range_form {
  align-items: center;
}
.range_form input {
  width: 100%;
}

#staffapp {
  text-align: center;
  background-color: #e6e6e6;
  padding: 10px;
  padding-top: 5px;
  border-radius: 10px;
}

.custom_buttons {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 10px;
}

/*The BEM class naming syntax is block_blockword2__element_elementword2--modifier_modifierword2 */
/* These colors are used for the keyword tags.  They can be viewed together here : https://coolors.co/ff0000-ff8700-ffd300-deff0a-a1ff0a-0aff99-0aefff-147df5-580aff-be0aff
*/
.teacher__instrument-keyword.acoustic_guitar {
  border-color: #ff8700;
}

.teacher__instrument-keyword.acoustic_guitar img {
  content: url("https://cdn.powered-by-nitrosell.com/public_html/19/4732/themes/store_images/contentpages/icons/instruments/acoustic_guitar.png");
}

.teacher__instrument-keyword.banjo {
  border-color: #0aefff;
}

.teacher__instrument-keyword.banjo img {
  content: url("https://cdn.powered-by-nitrosell.com/public_html/19/4732/themes/store_images/contentpages/icons/instruments/banjo.png");
}

.teacher__instrument-keyword.baritone_horn {
  border-color: #ffd300;
}

.teacher__instrument-keyword.baritone_horn img {
  content: url("https://cdn.powered-by-nitrosell.com/public_html/19/4732/themes/store_images/contentpages/icons/instruments/baritone_horn.png");
}

.teacher__instrument-keyword.clarinet {
  border-color: #580aff;
}

.teacher__instrument-keyword.clarinet img {
  content: url("https://cdn.powered-by-nitrosell.com/public_html/19/4732/themes/store_images/contentpages/icons/instruments/clarinet.png");
}

.teacher__instrument-keyword.drum_set {
  border-color: #ff0000;
}

.teacher__instrument-keyword.drum_set img {
  content: url("https://cdn.powered-by-nitrosell.com/public_html/19/4732/themes/store_images/contentpages/icons/instruments/drum_set.png");
}

.teacher__instrument-keyword.electric_bass {
  border-color: #580aff;
}

.teacher__instrument-keyword.electric_bass img {
  content: url("https://cdn.powered-by-nitrosell.com/public_html/19/4732/themes/store_images/contentpages/icons/instruments/electric_bass.png");
}

.teacher__instrument-keyword.electric_guitar {
  border-color: #ffd300;
}

.teacher__instrument-keyword.electric_guitar img {
  content: url("https://cdn.powered-by-nitrosell.com/public_html/19/4732/themes/store_images/contentpages/icons/instruments/electric_guitar.png");
}

.teacher__instrument-keyword.euphonium {
  border-color: #ff8700;
}

.teacher__instrument-keyword.euphonium img {
  content: url("https://cdn.powered-by-nitrosell.com/public_html/19/4732/themes/store_images/contentpages/icons/instruments/euphonium.png");
}

.teacher__instrument-keyword.flute {
  border-color: #0aefff;
}

.teacher__instrument-keyword.flute img {
  content: url("https://cdn.powered-by-nitrosell.com/public_html/19/4732/themes/store_images/contentpages/icons/instruments/flute.png");
}

.teacher__instrument-keyword.french_horn {
  border-color: #ff0000;
}

.teacher__instrument-keyword.french_horn img {
  content: url("https://cdn.powered-by-nitrosell.com/public_html/19/4732/themes/store_images/contentpages/icons/instruments/french_horn.png");
}

.teacher__instrument-keyword.lute {
  border-color: #147df5;
}

.teacher__instrument-keyword.lute img {
  content: url("https://cdn.powered-by-nitrosell.com/public_html/19/4732/themes/store_images/contentpages/icons/instruments/lute.png");
}

.teacher__instrument-keyword.mandolin {
  border-color: #alff0a;
}

.teacher__instrument-keyword.mandolin img {
  content: url("https://cdn.powered-by-nitrosell.com/public_html/19/4732/themes/store_images/contentpages/icons/instruments/mandolin.png");
}

.teacher__instrument-keyword.marimba {
  border-color: #ff8700;
}

.teacher__instrument-keyword.marimba img {
  content: url("https://cdn.powered-by-nitrosell.com/public_html/19/4732/themes/store_images/contentpages/icons/instruments/marimba.png");
}

.teacher__instrument-keyword.oboe {
  border-color: #be0aff;
}

.teacher__instrument-keyword.oboe img {
  content: url("https://cdn.powered-by-nitrosell.com/public_html/19/4732/themes/store_images/contentpages/icons/instruments/oboe.png");
}

.teacher__instrument-keyword.piano {
  border-color: #ff0000;
}

.teacher__instrument-keyword.piano img {
  content: url("https://cdn.powered-by-nitrosell.com/public_html/19/4732/themes/store_images/contentpages/icons/instruments/piano.png");
}

.teacher__instrument-keyword.saxophone {
  border-color: #147df5;
}

.teacher__instrument-keyword.saxophone img {
  content: url("https://cdn.powered-by-nitrosell.com/public_html/19/4732/themes/store_images/contentpages/icons/instruments/saxophone.png");
}

.teacher__instrument-keyword.timpani {
  border-color: #ffd300;
}

.teacher__instrument-keyword.timpani img {
  content: url("https://cdn.powered-by-nitrosell.com/public_html/19/4732/themes/store_images/contentpages/icons/instruments/timpani.png");
}

.teacher__instrument-keyword.trombone {
  border-color: #deff0a;
}

.teacher__instrument-keyword.trombone img {
  content: url("https://cdn.powered-by-nitrosell.com/public_html/19/4732/themes/store_images/contentpages/icons/instruments/trombone.png");
}

.teacher__instrument-keyword.trumpet {
  border-color: #0aff99;
}

.teacher__instrument-keyword.trumpet img {
  content: url("https://cdn.powered-by-nitrosell.com/public_html/19/4732/themes/store_images/contentpages/icons/instruments/trumpet.png");
}

.teacher__instrument-keyword.tuba {
  border-color: #alff0a;
}

.teacher__instrument-keyword.tuba img {
  content: url("https://cdn.powered-by-nitrosell.com/public_html/19/4732/themes/store_images/contentpages/icons/instruments/tuba.png");
}

.teacher__instrument-keyword.ukulele {
  border-color: #deff0a;
}

.teacher__instrument-keyword.ukulele img {
  content: url("https://cdn.powered-by-nitrosell.com/public_html/19/4732/themes/store_images/contentpages/icons/instruments/ukulele.png");
}

.teacher__instrument-keyword.violin {
  border-color: #alff0a;
}

.teacher__instrument-keyword.violin img {
  content: url("https://cdn.powered-by-nitrosell.com/public_html/19/4732/themes/store_images/contentpages/icons/instruments/violin.png");
}

.teacher__instrument-keyword.voice {
  border-color: #be0aff;
}

.teacher__instrument-keyword.voice img {
  content: url("https://cdn.powered-by-nitrosell.com/public_html/19/4732/themes/store_images/contentpages/icons/instruments/voice.png");
}

.teacher__instrument-keyword.viola {
  border-color: #ffd300;
}

.teacher__instrument-keyword.viola img {
  content: url("https://cdn.powered-by-nitrosell.com/public_html/19/4732/themes/store_images/contentpages/icons/instruments/viola.png");
}

.teacher__instrument-keyword.cello {
  border-color: #ff8700;
}

.teacher__instrument-keyword.cello img {
  content: url("https://cdn.powered-by-nitrosell.com/public_html/19/4732/themes/store_images/contentpages/icons/instruments/cello.png");
}

.teacher__instrument-keyword.fiddle {
  border-color: #0aefff;
}

.teacher__instrument-keyword.fiddle img {
  content: url("https://cdn.powered-by-nitrosell.com/public_html/19/4732/themes/store_images/contentpages/icons/instruments/fiddle.png");
}

.teacher__instrument-keyword.concert_percussion {
  border-color: #147df5;
}

.teacher__instrument-keyword.concert_percussion img {
  content: url("https://cdn.powered-by-nitrosell.com/public_html/19/4732/themes/store_images/contentpages/icons/instruments/concert_percussion.png");
}

.teacher__instrument-keyword.composing_and_arrangement {
  border-color: #alff0a;
}

.teacher__instrument-keyword.composing_and_arrangement img {
  content: url("https://cdn.powered-by-nitrosell.com/public_html/19/4732/themes/store_images/contentpages/icons/instruments/composing_and_arrangement.png");
}

.teacher__instrument-keyword.acting {
  border-color: #be0aff;
}

.teacher__instrument-keyword.acting img {
  content: url("https://cdn.powered-by-nitrosell.com/public_html/19/4732/themes/store_images/contentpages/icons/instruments/acting.png");
}

.teacher__genre-keyword.classical {
  border-color: #ff8700;
}

.teacher__genre-keyword.jazz {
  border-color: #0aefff;
}

.teacher__genre-keyword.pop {
  border-color: #ffd300;
}

.teacher__genre-keyword.rock {
  border-color: #580aff;
}

.teacher__genre-keyword.country {
  border-color: #ff0000;
}

.teacher__genre-keyword.gypsy_jazz {
  border-color: #580aff;
}

.teacher__genre-keyword.modern_jazz {
  border-color: #ffd300;
}

.teacher__genre-keyword.baroque {
  border-color: #ff8700;
}

.teacher__genre-keyword.folk {
  border-color: #0aefff;
}

.teacher__genre-keyword.latin_jazz {
  border-color: #ff0000;
}

.teacher__genre-keyword.world_beat {
  border-color: #147df5;
}

.teacher__genre-keyword.soul {
  border-color: #alff0a;
}

.teacher__genre-keyword.opera {
  border-color: #ff8700;
}

.teacher__genre-keyword.music_theater {
  border-color: #be0aff;
}

.teacher__genre-keyword.bluegrass {
  border-color: #ff0000;
}

.teacher__genre-keyword.blues {
  border-color: #147df5;
}

.teacher__genre-keyword.gospel {
  border-color: #ffd300;
}

.teacher__genre-keyword.church_music {
  border-color: #deff0a;
}

.teacher__genre-keyword.afro_cuban {
  border-color: #0aff99;
}

#teacher_grid_wrapper h1 {
  font-size: 2rem;
  text-align: center;
}
#teacher_grid_wrapper h2 {
  font-size: 1.75rem;
}
#teacher_grid_wrapper p {
  font-size: 1rem;
}

.band_section {
  /* very helpful responsive grid article : https://css-tricks.com/look-ma-no-media-queries-responsive-layouts-using-css-grid/ */
  border-radius: 4px;
  margin-bottom: 20px;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.5rem;
}

.teacher--expanded {
  grid-column: 1/2;
}

.teacher--expanded img {
  object-fit: cover;
}
.teacher--expanded h3 {
  font-size: 24px;
}
.teacher--expanded p {
  padding-left: 20px;
  padding-right: 20px;
  text-align: justify;
  text-indent: 20px;
}

@media screen and (min-width: 500px) {
  .band_section {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 750px) {
  .band_section {
    grid-template-columns: repeat(3, 1fr);
  }

  .teacher--expanded {
    grid-column: 1/4;
  }
}
@media screen and (min-width: 1000px) {
  .band_section {
    grid-template-columns: repeat(4, 1fr);
  }

  .teacher--expanded {
    grid-column: 2/4;
  }
}
@media screen and (min-width: 1250px) {
  .band_section {
    grid-template-columns: repeat(5, 1fr);
  }

  .teacher--expanded {
    grid-column: 2/5;
  }
}
@media screen and (min-width: 1250px) {
  .band_section {
    grid-template-columns: repeat(6, 1fr);
  }

  .teacher--expanded {
    grid-column: 2/6;
  }
}
.band_section__title {
  font-size: 2rem;
  text-indent: 20px;
}

.teacher {
  background: white;
  padding: 5px;
  box-shadow: 5px 5px 8px grey;
}

.teacher--hidden {
  display: none;
}

.teacher h3 {
  text-align: center;
  font-weight: 600;
}

.teacher:hover {
  box-shadow: 5px 5px 8px LightGray;
}

/* keeping images inside their container : https://stackoverflow.com/questions/44857664/css-image-overflows */
.teacher img {
  width: 100%;
  object-fit: contain;
}

.more_info_wrapper hr {
  margin: 5px 0px 5px;
}

.teacher__instrument-keyword, .teacher__genre-keyword {
  border: thin solid black;
  border-radius: 20px;
  padding: 5px;
  margin: 2px;
  display: inline-block;
}

.teacher__instrument-keyword img {
  width: 35px;
  height: 35px;
  display: inline;
  object-fit: cover;
  overflow: hidden;
  vertical-align: middle;
  margin: 0px 10px 0px 5px !important;
  padding: 0px 0px 0px 0px !important;
}

.teacher__instrument-keyword div {
  display: inline;
}

/*The BEM class naming syntax is block_blockword2__element_elementword2--modifier_modifierword2 */
.tiles .tile--noshadow.tile:before {
  /* override the default grey background for the image tiles */
  box-shadow: none;
  background: none;
}

.info_tiles {
  /* Width of 960px is hardcoded for the builtin Nitrosell "container" class on the homepage. */
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 10px;
}

.info_tiles__tile {
  padding: 5px;
  display: grid;
  grid-template-columns: 1fr 5fr;
  grid-gap: 15px;
}

.info_tiles__tile:nth-child(even) {
  color: white;
  background: #9e1c1fdd;
}

.info_tiles__tile:nth-child(odd) {
  color: white;
  background-color: black;
}

.info_tiles__tile h2 {
  /* supersede the page's h2 styling */
  color: inherit;
}

.info_tiles__icon {
  /* float: left;   */
  margin: 0px 0px 0px 0px;
  width: 70px;
}

.info_tiles__tile h2 {
  margin-bottom: 0px;
  line-height: 38px;
}

.info_tiles__tile p {
  margin-bottom: 5px;
}

/*The BEM class naming syntax is block_blockword2__element_elementword2--modifier_modifierword2 */

/*# sourceMappingURL=all_custom_styles.css.map */
</pre></body></html>