@charset "UTF-8";
/* Variables */
/* Mostly from Minimal Mistakes Jekyll Theme */
/*
    Typography
    ========================================================================== */
/*
    Colors
    ========================================================================== */
/* links */
/*
    Breakpoints
    ========================================================================== */
/*
    Other
    ========================================================================== */
/* Mixins and functions */
/* Variables */
/* Mostly from Minimal Mistakes Jekyll Theme */
/*
    Typography
    ========================================================================== */
/*
    Colors
    ========================================================================== */
/* links */
/*
    Breakpoints
    ========================================================================== */
/*
    Other
    ========================================================================== */
/* ==========================================================================
   MIXINS
   ========================================================================== */
/* Core CSS */
/* Variables */
/* Mostly from Minimal Mistakes Jekyll Theme */
/*
    Typography
    ========================================================================== */
/*
    Colors
    ========================================================================== */
/* links */
/*
    Breakpoints
    ========================================================================== */
/*
    Other
    ========================================================================== */
/* ==========================================================================
   STYLE RESETS
   ========================================================================== */
* {
  box-sizing: border-box;
}

html {
  /* apply a natural box layout model to all elements */
  box-sizing: border-box;
  background-color: #fff;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* Remove margin */
body {
  margin: 0;
}

/* Selected elements */
::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

/* Display HTML5 elements in IE6-9 and FF3 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

/* Display block in IE6-9 and FF3 */
audio,
canvas,
video {
  display: inline-block;
}

/* Prevents modern browsers from displaying 'audio' without controls */
audio:not([controls]) {
  display: none;
}

a {
  color: rgb(41.3, 109.2, 130.2);
}

/* Apply focus state */
/* Remove outline from links */
a:hover,
a:active {
  outline: 0;
  color: rgb(30.975, 81.9, 97.65);
}

/* Prevent sub and sup affecting line-height in all browsers */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* img border in anchor's and image quality */
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%; /* part 1: Set a maximum relative to the parent*/
  width: auto\9 ; /* IE7-8 need help adjusting responsive images*/
  height: auto; /* part 2: Scale the height according to the width, otherwise you get stretching*/
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* Prevent max-width from affecting Google Maps */
#map_canvas img,
.google-maps img {
  max-width: none;
}

/* Consistent form font size in all browsers, margin changes, misc */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  line-height: normal; /* FF3/4 have !important on line-height in UA stylesheet*/
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* inner padding and border oddities in FF3/4*/
  padding: 0;
  border: 0;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* corrects inability to style clickable `input` types in iOS*/
  cursor: pointer; /* improves usability and consistency of cursor style between image-type `input` and others*/
}

label,
select,
button,
input[type=button],
input[type=reset],
input[type=submit],
input[type=radio],
input[type=checkbox] {
  cursor: pointer; /* improves usability and consistency of cursor style between image-type `input` and others*/
}

input[type=search] { /* Appearance in Safari/Chrome*/
  box-sizing: border-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none; /* inner-padding issues in Chrome OSX, Safari 5*/
}

textarea {
  overflow: auto; /* remove vertical scrollbar in IE6-9*/
  vertical-align: top; /* readability and alignment cross-browser*/
}

/* Variables */
/* Mostly from Minimal Mistakes Jekyll Theme */
/*
    Typography
    ========================================================================== */
/*
    Colors
    ========================================================================== */
/* links */
/*
    Breakpoints
    ========================================================================== */
/*
    Other
    ========================================================================== */
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 400;
  color: #3d4144;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

h1, h2, h3, h4 {
  font-family: "Georgia", serif;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 1.9rem;
  }
  h3 {
    font-size: 1.6rem;
  }
}
/*
   Global animation transition
   ========================================================================== */
b,
i,
strong,
em,
blockquote,
p,
q,
span,
figure,
img,
h1,
h2,
header,
input,
a,
tr,
td,
form button {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* Variables */
/* Mostly from Minimal Mistakes Jekyll Theme */
/*
    Typography
    ========================================================================== */
/*
    Colors
    ========================================================================== */
/* links */
/*
    Breakpoints
    ========================================================================== */
/*
    Other
    ========================================================================== */
/* Variables */
/* ==========================================================================
   MIXINS
   ========================================================================== */
.header {
  border-bottom: 1px solid rgb(241.7, 242.5, 243.1);
}

.header .header-content {
  display: flex;
  padding: 1em;
  gap: 1em;
  justify-content: space-between;
  height: 5em;
  align-items: first baseline;
  width: 100%;
  max-width: 70em;
  margin: 0 auto;
}

.header .home-link {
  font-size: 1.5em;
  font-weight: bold;
  font-family: "Georgia", serif;
}

.header .home-link a {
  text-decoration: none;
  color: rgb(48.8, 52, 54.4);
}

.header .home-link a::after {
  content: "";
  display: block;
  height: 0.1em;
  bottom: 0;
  background-color: #3b9cba;
  transition: width 0.2s ease-in-out;
  width: 0%;
  margin: auto;
}

.header .home-link a:hover, .header .home-link a:active, .header .home-link a:focus, .header .home-link a.active {
  color: #3d4144;
}

.header .home-link a:hover::after, .header .home-link a:active::after, .header .home-link a:focus::after, .header .home-link a.active::after {
  width: 100%;
}

@media (max-width: 768px) {
  .header .home-link {
    font-size: 1.2em;
  }
}
/* Variables */
/* Mostly from Minimal Mistakes Jekyll Theme */
/*
    Typography
    ========================================================================== */
/*
    Colors
    ========================================================================== */
/* links */
/*
    Breakpoints
    ========================================================================== */
/*
    Other
    ========================================================================== */
.content {
  margin: 0 auto;
  width: 100%;
  max-width: 70em;
  padding: 1em;
  min-height: calc(100vh - 5em - 3em);
}

@media (max-width: 768px) {
  .content {
    min-height: calc(100vh - 5em - 6em);
    font-size: 1.05em;
  }
}
/* Variables */
/* Mostly from Minimal Mistakes Jekyll Theme */
/*
    Typography
    ========================================================================== */
/*
    Colors
    ========================================================================== */
/* links */
/*
    Breakpoints
    ========================================================================== */
/*
    Other
    ========================================================================== */
.footer {
  border-top: 1px solid rgb(241.7, 242.5, 243.1);
  padding: 1em;
  height: 3em;
}

@media (max-width: 768px) {
  .footer {
    height: 6em;
  }
}
.footer .footer-content {
  margin: 0 auto;
  width: 100%;
  max-width: 70em;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

@media (max-width: 768px) {
  .footer .footer-content {
    flex-direction: column;
  }
}
/* Variables */
/* Mostly from Minimal Mistakes Jekyll Theme */
/*
    Typography
    ========================================================================== */
/*
    Colors
    ========================================================================== */
/* links */
/*
    Breakpoints
    ========================================================================== */
/*
    Other
    ========================================================================== */
.tunes-by-name {
  display: grid;
  grid-template-columns: 3fr 2fr 1fr 1.5fr;
  gap: 0;
  width: 100%;
  border: 1px solid rgb(241.7, 242.5, 243.1);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.tunes-by-name .tunes-by-name__header {
  font-weight: bold;
  color: #3d4144;
  background: rgb(241.7, 242.5, 243.1);
  padding: 0.75rem 1rem;
  border-bottom: 2px solid rgb(241.7, 242.5, 243.1);
}

.tunes-by-name .tune-details__title {
  font-weight: bold;
  padding: 0.75rem 1rem;
  border-right: 1px solid rgb(241.7, 242.5, 243.1);
}

.tunes-by-name .tune-details__title > a {
  display: block;
  color: rgb(41.3, 109.2, 130.2);
  text-decoration: none;
}

.tunes-by-name .tune-details__title > a:hover {
  color: rgb(30.975, 81.9, 97.65);
  text-decoration: underline;
}

.tunes-by-name .tune-details__composer,
.tunes-by-name .tune-details__key,
.tunes-by-name .tune-details__type {
  padding: 0.75rem 1rem;
  border-right: 1px solid rgb(241.7, 242.5, 243.1);
  background-color: #fff;
}

.tunes-by-name .tune-details__composer:last-child,
.tunes-by-name .tune-details__key:last-child,
.tunes-by-name .tune-details__type:last-child {
  border-right: none;
}

.tunes-by-name .tune-details__title,
.tunes-by-name .tune-details__composer,
.tunes-by-name .tune-details__key,
.tunes-by-name .tune-details__type {
  background-color: #fff !important;
}

.tunes-by-name .tune-details__title:nth-child(odd),
.tunes-by-name .tune-details__title:nth-child(even),
.tunes-by-name .tune-details__composer:nth-child(odd),
.tunes-by-name .tune-details__composer:nth-child(even),
.tunes-by-name .tune-details__key:nth-child(odd),
.tunes-by-name .tune-details__key:nth-child(even),
.tunes-by-name .tune-details__type:nth-child(odd),
.tunes-by-name .tune-details__type:nth-child(even),
.tunes-by-name .tune-details__jams:nth-child(odd),
.tunes-by-name .tune-details__jams:nth-child(even) {
  background-color: #fff !important;
}

.tunes-by-name .tune-details__title {
  background-color: #fff;
}

.tunes-by-name .tune-details__title:hover,
.tunes-by-name .tune-details__title:hover + .tune-details__composer,
.tunes-by-name .tune-details__title:hover + .tune-details__composer + .tune-details__key,
.tunes-by-name .tune-details__title:hover + .tune-details__composer + .tune-details__key + .tune-details__type,
.tunes-by-name .tune-details__title:hover + .tune-details__composer + .tune-details__key + .tune-details__type + .tune-details__jams {
  background-color: rgba(122, 130, 136, 0.08) !important;
}

.tunes-by-name .tune-title-name,
.tunes-by-name .tune-title-info,
.tunes-by-name .composer-info {
  display: none;
}

.tunes-by-name .tune-details__composer,
.tunes-by-name .tune-details__key,
.tunes-by-name .tune-details__type,
.tunes-by-name .tune-details__jams {
  display: block;
}

.tunes-by-name .tune-details__info-row {
  display: none;
}

.tunes-by-name .tune-details__divider {
  display: none;
}

@media screen and (max-width: 768px) {
  .tunes-by-name {
    border: none;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    display: block;
    gap: 0;
  }
  .tunes-by-name .tunes-by-name__header {
    display: none;
  }
  .tunes-by-name .tune-title-name,
  .tunes-by-name .tune-title-info,
  .tunes-by-name .composer-info {
    display: block;
  }
  .tunes-by-name .tune-details__composer,
  .tunes-by-name .tune-details__key,
  .tunes-by-name .tune-details__type,
  .tunes-by-name .tune-details__jams {
    display: none;
  }
  .tunes-by-name .tune-details__info-row {
    display: none;
  }
  .tunes-by-name .tune-details__title {
    background: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 1.5rem;
    border: 1px solid rgb(241.7, 242.5, 243.1);
    border-radius: 8px;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.75rem 1.25rem;
  }
  .tunes-by-name .tune-details__title:first-of-type {
    margin-top: 0;
  }
  .tunes-by-name .tune-details__title > a {
    display: none;
  }
  .tunes-by-name .tune-details__title .tune-title-name {
    flex: 1;
  }
  .tunes-by-name .tune-details__title .tune-title-name a {
    color: rgb(41.3, 109.2, 130.2);
    text-decoration: underline;
  }
  .tunes-by-name .tune-details__title .tune-title-name a:hover {
    color: rgb(30.975, 81.9, 97.65);
    text-decoration: underline;
  }
  .tunes-by-name .tune-details__title .tune-title-name .composer-info {
    font-size: 0.95rem;
    font-weight: normal;
    color: rgb(99.8, 103, 105.4);
    margin-top: 0.25rem;
  }
  .tunes-by-name .tune-details__title .tune-title-info {
    flex: 1;
    padding-left: 1rem;
    font-size: 0.95rem;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  .tunes-by-name .tune-details__title .tune-title-info span strong {
    color: rgb(99.8, 103, 105.4);
    font-weight: 600;
  }
  .tunes-by-name .tune-details__divider {
    display: none;
  }
}
.tune-letters {
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .tune-letters {
    padding-left: 0;
  }
}
/* Variables */
/* Mostly from Minimal Mistakes Jekyll Theme */
/*
    Typography
    ========================================================================== */
/*
    Colors
    ========================================================================== */
/* links */
/*
    Breakpoints
    ========================================================================== */
/*
    Other
    ========================================================================== */
.tunes-by-session {
  display: grid;
  grid-template-columns: 2fr 1fr 0.75fr 1.25fr;
  gap: 0;
  width: 100%;
  border: 1px solid rgb(241.7, 242.5, 243.1);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.tunes-by-session .tunes-by-session__header {
  font-weight: bold;
  color: #3d4144;
  background: rgb(241.7, 242.5, 243.1);
  padding: 0.75rem 1rem;
  border-bottom: 2px solid rgb(241.7, 242.5, 243.1);
}

.tunes-by-session .tunes-by-session__session {
  font-weight: bold;
  grid-column-start: 1;
  grid-column-end: 5;
  background: linear-gradient(to right, rgb(215.1, 217.5, 219.3), 70%, rgb(188.5, 192.5, 195.5));
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgb(241.7, 242.5, 243.1);
  font-size: 1.1rem;
}

.tunes-by-session .tune-details__title {
  font-weight: bold;
  padding: 0.75rem 1rem;
  border-right: 1px solid rgb(241.7, 242.5, 243.1);
  background-color: #fff;
}

.tunes-by-session .tune-details__title > a {
  display: block;
  color: rgb(41.3, 109.2, 130.2);
  text-decoration: none;
}

.tunes-by-session .tune-details__title > a:hover {
  color: rgb(30.975, 81.9, 97.65);
  text-decoration: underline;
}

.tunes-by-session .tune-details__composer,
.tunes-by-session .tune-details__key,
.tunes-by-session .tune-details__type {
  padding: 0.75rem 1rem;
  border-right: 1px solid rgb(241.7, 242.5, 243.1);
  background-color: #fff;
}

.tunes-by-session .tune-details__composer:last-child,
.tunes-by-session .tune-details__key:last-child,
.tunes-by-session .tune-details__type:last-child {
  border-right: none;
}

.tunes-by-session .tune-details__title:hover,
.tunes-by-session .tune-details__title:hover + .tune-details__composer,
.tunes-by-session .tune-details__title:hover + .tune-details__composer + .tune-details__key,
.tunes-by-session .tune-details__title:hover + .tune-details__composer + .tune-details__key + .tune-details__type {
  background-color: rgba(122, 130, 136, 0.08) !important;
}

.tunes-by-session .tune-title-name,
.tunes-by-session .tune-title-info,
.tunes-by-session .composer-info {
  display: none;
}

.tunes-by-session .tune-details__composer,
.tunes-by-session .tune-details__key,
.tunes-by-session .tune-details__type {
  display: block;
}

.tunes-by-session .tune-details__info-row {
  display: none;
}

.tunes-by-session .tune-details__divider {
  display: none;
}

@media screen and (max-width: 768px) {
  .tunes-by-session {
    border: none;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    display: block;
    gap: 0;
  }
  .tunes-by-session .tunes-by-session__header {
    display: none;
  }
  .tunes-by-session .tune-details__composer,
  .tunes-by-session .tune-details__key,
  .tunes-by-session .tune-details__type {
    background: none !important;
    border: none !important;
    padding: 0 !important;
  }
  .tunes-by-session .tune-title-name,
  .tunes-by-session .tune-title-info,
  .tunes-by-session .composer-info {
    display: block;
  }
  .tunes-by-session .tune-details__composer,
  .tunes-by-session .tune-details__key,
  .tunes-by-session .tune-details__type {
    display: none;
  }
  .tunes-by-session .tune-details__info-row {
    display: none;
  }
  .tunes-by-session .tunes-by-session__session {
    background: rgb(241.7, 242.5, 243.1);
    margin: 1.5rem 0 0.5rem 0;
    border-radius: 8px;
    font-size: 1.2rem;
  }
  .tunes-by-session .tunes-by-session__session:first-of-type {
    margin-top: 0;
  }
  .tunes-by-session .tune-details__title {
    background: #fff !important;
    font-weight: bold;
    font-size: 1.1rem;
    margin-top: 0.8rem;
    border: 1px solid rgb(241.7, 242.5, 243.1) !important;
    border-radius: 8px;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.75rem 1.25rem !important;
  }
  .tunes-by-session .tune-details__title > a {
    display: none;
  }
  .tunes-by-session .tune-details__title .tune-title-name {
    flex: 1;
  }
  .tunes-by-session .tune-details__title .tune-title-name a {
    color: rgb(41.3, 109.2, 130.2);
    text-decoration: underline;
  }
  .tunes-by-session .tune-details__title .tune-title-name a:hover {
    color: rgb(30.975, 81.9, 97.65);
    text-decoration: underline;
  }
  .tunes-by-session .tune-details__title .tune-title-name .composer-info {
    font-size: 0.95rem;
    font-weight: normal;
    color: rgb(99.8, 103, 105.4);
    margin-top: 0.25rem;
  }
  .tunes-by-session .tune-details__title .tune-title-info {
    flex: 1;
    padding-left: 1rem;
    font-size: 0.95rem;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  .tunes-by-session .tune-details__title .tune-title-info span strong {
    color: rgb(99.8, 103, 105.4);
    font-weight: 600;
  }
  .tunes-by-session .tune-details__divider {
    display: none;
  }
}
.tunes-by-session div .header-link {
  position: relative;
  inset-inline-start: 0.3em;
  opacity: 0;
  font-size: 0.8em;
  -webkit-transition: opacity 0.2s ease-in-out 0.1s;
  -moz-transition: opacity 0.2s ease-in-out 0.1s;
  -o-transition: opacity 0.2s ease-in-out 0.1s;
  transition: opacity 0.2s ease-in-out 0.1s;
}

.tunes-by-session div:hover .header-link {
  opacity: 1;
}

/* Variables */
/* Mostly from Minimal Mistakes Jekyll Theme */
/*
    Typography
    ========================================================================== */
/*
    Colors
    ========================================================================== */
/* links */
/*
    Breakpoints
    ========================================================================== */
/*
    Other
    ========================================================================== */
.tunes-by-type {
  display: grid;
  grid-template-columns: 2fr 1fr 0.75fr;
  gap: 0;
  width: 100%;
  border: 1px solid rgb(241.7, 242.5, 243.1);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.tunes-by-type .tunes-by-type__header {
  font-weight: bold;
  color: #3d4144;
  background: rgb(241.7, 242.5, 243.1);
  padding: 0.75rem 1rem;
  border-bottom: 2px solid rgb(241.7, 242.5, 243.1);
}

.tunes-by-type .tunes-by-type__type {
  font-weight: bold;
  grid-column-start: 1;
  grid-column-end: 4;
  background: linear-gradient(to right, rgb(215.1, 217.5, 219.3), 70%, rgb(188.5, 192.5, 195.5));
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgb(241.7, 242.5, 243.1);
  font-size: 1.1rem;
}

.tunes-by-type .tune-details__title {
  font-weight: bold;
  padding: 0.75rem 1rem;
  border-right: 1px solid rgb(241.7, 242.5, 243.1);
}

.tunes-by-type .tune-details__title > a {
  display: block;
  color: rgb(41.3, 109.2, 130.2);
  text-decoration: none;
}

.tunes-by-type .tune-details__title > a:hover {
  color: rgb(30.975, 81.9, 97.65);
  text-decoration: underline;
}

.tunes-by-type .tune-details__composer,
.tunes-by-type .tune-details__key {
  padding: 0.75rem 1rem;
  border-right: 1px solid rgb(241.7, 242.5, 243.1);
  background-color: #fff;
}

.tunes-by-type .tune-details__composer:last-child,
.tunes-by-type .tune-details__key:last-child {
  border-right: none;
}

.tunes-by-type .tune-details__title {
  background-color: #fff;
}

.tunes-by-type .tune-details__title:hover,
.tunes-by-type .tune-details__title:hover + .tune-details__composer,
.tunes-by-type .tune-details__title:hover + .tune-details__composer + .tune-details__key {
  background-color: rgba(122, 130, 136, 0.08) !important;
}

.tunes-by-type .tune-title-name,
.tunes-by-type .tune-title-info,
.tunes-by-type .composer-info {
  display: none;
}

.tunes-by-type .tune-details__composer,
.tunes-by-type .tune-details__key {
  display: block;
}

.tunes-by-type .tune-details__info-row {
  display: none;
}

.tunes-by-type .tune-details__divider {
  display: none;
}

@media screen and (max-width: 768px) {
  .tunes-by-type {
    border: none;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    display: block;
    gap: 0;
  }
  .tunes-by-type .tunes-by-type__header {
    display: none;
  }
  .tunes-by-type .tune-details__composer,
  .tunes-by-type .tune-details__key {
    background: none !important;
    border: none !important;
    padding: 0 !important;
  }
  .tunes-by-type .tune-title-name,
  .tunes-by-type .tune-title-info,
  .tunes-by-type .composer-info {
    display: block;
  }
  .tunes-by-type .tune-details__composer,
  .tunes-by-type .tune-details__key {
    display: none;
  }
  .tunes-by-type .tune-details__info-row {
    display: none;
  }
  .tunes-by-type .tunes-by-type__type {
    background: rgb(241.7, 242.5, 243.1);
    margin: 1.5rem 0 0.5rem 0;
    border-radius: 8px;
    font-size: 1.2rem;
  }
  .tunes-by-type .tunes-by-type__type:first-of-type {
    margin-top: 0;
  }
  .tunes-by-type .tune-details__title {
    background: #fff !important;
    font-weight: bold;
    font-size: 1.1rem;
    margin-top: 0.8rem;
    border: 1px solid rgb(241.7, 242.5, 243.1) !important;
    border-radius: 8px;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.75rem 1.25rem !important;
  }
  .tunes-by-type .tune-details__title > a {
    display: none;
  }
  .tunes-by-type .tune-details__title .tune-title-name {
    flex: 1;
  }
  .tunes-by-type .tune-details__title .tune-title-name a {
    color: rgb(41.3, 109.2, 130.2);
    text-decoration: underline;
  }
  .tunes-by-type .tune-details__title .tune-title-name a:hover {
    color: rgb(30.975, 81.9, 97.65);
    text-decoration: underline;
  }
  .tunes-by-type .tune-details__title .tune-title-name .composer-info {
    font-size: 0.95rem;
    font-weight: normal;
    color: rgb(99.8, 103, 105.4);
    margin-top: 0.25rem;
  }
  .tunes-by-type .tune-details__title .tune-title-info {
    flex: 1;
    padding-left: 1rem;
    font-size: 0.95rem;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  .tunes-by-type .tune-details__title .tune-title-info span strong {
    color: rgb(99.8, 103, 105.4);
    font-weight: 600;
  }
  .tunes-by-type .tune-details__divider {
    display: none;
  }
}
.tunes-by-type div .header-link {
  position: relative;
  inset-inline-start: 0.3em;
  opacity: 0;
  font-size: 0.8em;
  -webkit-transition: opacity 0.2s ease-in-out 0.1s;
  -moz-transition: opacity 0.2s ease-in-out 0.1s;
  -o-transition: opacity 0.2s ease-in-out 0.1s;
  transition: opacity 0.2s ease-in-out 0.1s;
}

.tunes-by-type div:hover .header-link {
  opacity: 1;
}

/* Variables */
/* Mostly from Minimal Mistakes Jekyll Theme */
/*
    Typography
    ========================================================================== */
/*
    Colors
    ========================================================================== */
/* links */
/*
    Breakpoints
    ========================================================================== */
/*
    Other
    ========================================================================== */
.tune-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
}

@media (min-width: 768px) {
  .tune-page {
    padding: 2rem;
  }
}
.tune-header {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid rgb(241.7, 242.5, 243.1);
}

@media (min-width: 768px) {
  .tune-header {
    margin-bottom: 3rem;
  }
}
.tune__title {
  font-size: 2rem;
  font-weight: 700;
  color: #3d4144;
  margin: 0;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .tune__title {
    font-size: 2.5rem;
  }
}
.tune-content {
  display: grid;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .tune-content {
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
  }
}
.tune-media {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.tune-info-section {
  background: #fff;
  border: 1px solid rgb(241.7, 242.5, 243.1);
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.tune__info__list {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.tune__info__item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 1rem;
  align-items: baseline;
  padding: 0.75rem 0;
}

.tune__info__item:not(:last-child) {
  border-bottom: 1px solid rgb(241.7, 242.5, 243.1);
}

@media (max-width: 767px) {
  .tune__info__item {
    grid-template-columns: 1fr;
    gap: 0.25rem;
    align-items: start;
  }
}
.tune__info__label {
  font-weight: 600;
  color: #3d4144;
  font-size: 0.9rem;
  margin: 0;
  text-align: left;
}

@media (max-width: 767px) {
  .tune__info__label {
    text-align: left;
    font-size: 0.85rem;
  }
}
.tune__info__value {
  margin: 0;
  word-break: break-word;
}

.tune__info__value a {
  color: #3b9cba;
  text-decoration: none;
}

.tune__info__value a:hover {
  text-decoration: underline;
}

.section-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #3d4144;
  margin: 0 0 1rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgb(241.7, 242.5, 243.1);
}

.recordings-section {
  background: #fff;
  border: 1px solid rgb(241.7, 242.5, 243.1);
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.recording + .recording {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgb(241.7, 242.5, 243.1);
}

.recording__notes {
  margin-bottom: 1rem;
  padding: 0.75rem;
  background: rgb(241.7, 242.5, 243.1);
  border-radius: 8px;
  font-size: 0.9rem;
  color: #3d4144;
}

.audio-player {
  width: 100%;
  max-width: 100%;
  height: 40px;
  border-radius: 8px;
  margin-bottom: 0.75rem;
}

.audiolink {
  text-align: right;
}

.audiolink a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: #3b9cba;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 500;
  transition: background-color 0.2s;
}

.audiolink a:hover {
  background: rgb(53.1, 140.4, 167.4);
}

.coming-soon {
  color: rgb(99.8, 103, 105.4);
  font-style: italic;
  text-align: center;
  padding: 2rem 0;
  margin: 0;
}

.dots-section {
  background: #fff;
  border: 1px solid rgb(241.7, 242.5, 243.1);
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.dots + .dots {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgb(241.7, 242.5, 243.1);
}

.dots__notes {
  margin-bottom: 1rem;
  padding: 0.75rem;
  background: rgb(241.7, 242.5, 243.1);
  border-radius: 8px;
  font-size: 0.9rem;
  color: #3d4144;
}

.dotlink {
  text-align: right;
}

.dotlink a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: #6f777d;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 500;
  transition: background-color 0.2s;
}

.dotlink a:hover {
  background: rgb(99.9, 107.1, 112.5);
}

.tune-details {
  background: #fff;
  border: 1px solid rgb(241.7, 242.5, 243.1);
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  height: fit-content;
}

.session-jam-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .session-jam-container {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.session-jam-container .details-section {
  margin-bottom: 0;
}

.details-section {
  margin-bottom: 2rem;
}

.details-section:last-child {
  margin-bottom: 0;
}

.tune__details__list {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.tune__details__list:last-child .tune__details__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.tune__details__item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 1rem;
  align-items: baseline;
  padding: 0.75rem 0;
}

.tune__details__item:not(:last-child) {
  border-bottom: 1px solid rgb(241.7, 242.5, 243.1);
}

@media (max-width: 767px) {
  .tune__details__item {
    grid-template-columns: 1fr;
    gap: 0.25rem;
    align-items: start;
  }
}
.tune__details__label {
  font-weight: 600;
  color: #3d4144;
  font-size: 0.9rem;
  margin: 0;
  text-align: left;
}

@media (max-width: 767px) {
  .tune__details__label {
    text-align: left;
    font-size: 0.85rem;
  }
}
.tune__details__value {
  margin: 0;
  word-break: break-word;
}

.tune__details__value a {
  color: #3b9cba;
  text-decoration: none;
}

.tune__details__value a:hover {
  text-decoration: underline;
}

.session-tunes-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.session-tunes-list li a {
  color: #3b9cba;
  text-decoration: none;
}

.session-tunes-list li a:hover {
  text-decoration: underline;
}

.dots-section-inline .dots {
  text-align: left;
}

.dots-section-inline .dots .dots__notes {
  margin-bottom: 1rem;
  padding: 0.75rem;
  background: rgb(241.7, 242.5, 243.1);
  border-radius: 8px;
  font-size: 0.9rem;
  color: #3d4144;
}

.dots-section-inline .dotlink a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: #6f777d;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: background-color 0.2s;
}

.dots-section-inline .dotlink a:hover {
  background: rgb(99.9, 107.1, 112.5);
}

.tune__content {
  line-height: 1.6;
  color: #3d4144;
}

.tune__content p {
  margin: 0 0 1rem 0;
}

.tune__content ul, .tune__content ol {
  margin: 0 0 1rem 1rem;
}

.tune-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 2px solid rgb(241.7, 242.5, 243.1);
}

@media (min-width: 768px) {
  .tune-navigation {
    gap: 2rem;
  }
}
.nav-link {
  display: flex;
  align-items: center;
  padding: 1rem;
  background: #fff;
  border: 1px solid rgb(241.7, 242.5, 243.1);
  border-radius: 8px;
  text-decoration: none;
  color: #3d4144;
  transition: all 0.2s;
  min-height: 60px;
}

.nav-link:hover {
  background: rgb(241.7, 242.5, 243.1);
  border-color: rgb(188.5, 192.5, 195.5);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.nav-link--prev {
  gap: 0.75rem;
}

.nav-link--next {
  gap: 0.75rem;
  justify-content: flex-end;
  text-align: right;
}

.nav-arrow {
  font-size: 1.25rem;
  color: #3b9cba;
  font-weight: bold;
}

.nav-text {
  font-weight: 500;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
  .nav-link {
    padding: 0.75rem;
    min-height: 50px;
  }
  .nav-link .nav-text {
    font-size: 0.9rem;
  }
  .tune-content {
    grid-template-columns: 1fr;
  }
}
.tune-archive-header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2em;
  font-size: 1.2em;
  font-weight: bold;
  gap: 2em;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .tune-archive-header {
    flex-direction: column;
    gap: 1em;
    margin-bottom: 1.5em;
    font-size: 1.2em;
  }
  .tune-archive-header .tune-archive-header__extra {
    display: none;
  }
}
/* Variables */
/* Mostly from Minimal Mistakes Jekyll Theme */
/*
    Typography
    ========================================================================== */
/*
    Colors
    ========================================================================== */
/* links */
/*
    Breakpoints
    ========================================================================== */
/*
    Other
    ========================================================================== */
/* Variables */
/* Mostly from Minimal Mistakes Jekyll Theme */
/*
    Typography
    ========================================================================== */
/*
    Colors
    ========================================================================== */
/* links */
/*
    Breakpoints
    ========================================================================== */
/*
    Other
    ========================================================================== */
.tune-archive-forscore-bookmarks.steps {
  flex-direction: column;
}

/* Variables */
/* Mostly from Minimal Mistakes Jekyll Theme */
/*
    Typography
    ========================================================================== */
/*
    Colors
    ========================================================================== */
/* links */
/*
    Breakpoints
    ========================================================================== */
/*
    Other
    ========================================================================== */
.private-lessons .private-lessons-note {
  font-style: italic;
}

.private-lessons .private-lessons__links {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin: 1em 0;
  justify-content: space-between;
}

.private-lessons .private-lesson img {
  width: 12em;
  height: 12em;
  clip-path: circle();
  shape-outside: circle(50%);
  margin: 0 1em;
  filter: grayscale(100%);
}

.private-lessons .private-lesson .profile-pic-container {
  position: relative;
  clip-path: circle();
  shape-outside: circle(50%);
}

.private-lessons .private-lesson .profile-pic-bg {
  position: absolute;
  right: 0.8em;
  bottom: 0.9em;
  display: block;
  width: 12em;
  height: 12em;
  clip-path: circle();
  shape-outside: circle(50%);
  margin: 0 1em;
  background-color: rgb(41.3, 109.2, 130.2);
  z-index: -1;
}

.private-lessons .private-lesson.hayden img, .private-lessons .private-lesson.hayden .profile-pic-container {
  float: left;
}

.private-lessons .private-lesson.sarah img, .private-lessons .private-lesson.sarah .profile-pic-container {
  float: right;
}

.private-lessons .private-lesson.sarah div {
  text-align: right;
}

.private-lessons .private-lesson div {
  padding: 1em;
}

.private-lessons .private-lesson h3 {
  margin-top: 0;
}

.techniques .techniques__content {
  display: flex;
  gap: 2rem;
}

.techniques .techniques__content .technique_video {
  width: 100em;
  max-width: 90%;
}

@media screen and (max-width: 600px) {
  .techniques .techniques__content {
    flex-direction: column;
  }
}
/* Components */
/* Variables */
/* Mostly from Minimal Mistakes Jekyll Theme */
/*
    Typography
    ========================================================================== */
/*
    Colors
    ========================================================================== */
/* links */
/*
    Breakpoints
    ========================================================================== */
/*
    Other
    ========================================================================== */
.future-sessions {
  display: flex;
  font-size: 0.7em;
  width: 100%;
  gap: 1rem;
  margin: 2rem 0;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.future-sessions .future-session {
  border: 1px solid rgb(188.5, 192.5, 195.5);
  border-radius: 0.5em;
  padding: 1em 2em;
  width: calc(50% - 0.5rem);
}

.future-sessions .future-session__date, .future-sessions .teacher-name {
  font-weight: bold;
}

/* Variables */
/* Mostly from Minimal Mistakes Jekyll Theme */
/*
    Typography
    ========================================================================== */
/*
    Colors
    ========================================================================== */
/* links */
/*
    Breakpoints
    ========================================================================== */
/*
    Other
    ========================================================================== */
.email-list-signup {
  background-color: black;
  border-radius: 4px;
  padding: 0.25em;
}

@media (prefers-color-scheme: light) {
  .email-list-signup {
    border: 1px solid rgb(241.7, 242.5, 243.1);
    background-color: #fff;
  }
}
/* Variables */
/* Mostly from Minimal Mistakes Jekyll Theme */
/*
    Typography
    ========================================================================== */
/*
    Colors
    ========================================================================== */
/* links */
/*
    Breakpoints
    ========================================================================== */
/*
    Other
    ========================================================================== */
.sidebar {
  display: none;
  position: sticky;
  bottom: 0;
  border-top: 1px solid rgb(241.7, 242.5, 243.1);
  background-color: #fff;
}

.sidebar nav {
  display: flex;
  gap: 3em;
  align-items: baseline;
  width: 100%;
  justify-content: flex-start;
}

.sidebar h3 {
  margin-bottom: 0.5rem;
  white-space: nowrap;
}

.sidebar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 2em;
  justify-content: space-between;
  width: 100%;
}

/* Variables */
/* Mostly from Minimal Mistakes Jekyll Theme */
/*
    Typography
    ========================================================================== */
/*
    Colors
    ========================================================================== */
/* links */
/*
    Breakpoints
    ========================================================================== */
/*
    Other
    ========================================================================== */
.index {
  display: flex;
  gap: 3rem;
}

.index .side {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 23em;
}

@media (max-width: 768px) {
  .index {
    flex-direction: column;
  }
}
/*
   Responsive Video Embed
   ========================================================================== */
.responsive-video-container {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.responsive-video-container iframe,
.responsive-video-container object,
.responsive-video-container embed {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
}

/* Variables */
/* Mostly from Minimal Mistakes Jekyll Theme */
/*
    Typography
    ========================================================================== */
/*
    Colors
    ========================================================================== */
/* links */
/*
    Breakpoints
    ========================================================================== */
/*
    Other
    ========================================================================== */
/* ==========================================================================
   MIXINS
   ========================================================================== */
.nav-links {
  display: flex;
  gap: 2em;
  justify-content: space-between;
}

.nav-links a {
  text-decoration: none;
  color: rgb(48.8, 52, 54.4);
}

.nav-links a::after {
  content: "";
  display: block;
  height: 0.1em;
  bottom: 0;
  background-color: #3b9cba;
  transition: width 0.2s ease-in-out;
  width: 0%;
  margin: auto;
}

.nav-links a:hover, .nav-links a:active, .nav-links a:focus, .nav-links a.active {
  color: #3d4144;
}

.nav-links a:hover::after, .nav-links a:active::after, .nav-links a:focus::after, .nav-links a.active::after {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .nav-links.nav-links--main {
    gap: 1em;
  }
  .nav-links.nav-links--main a {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .nav-links.nav-links--archive {
    justify-content: space-between;
    width: 100%;
    gap: 0;
  }
  .nav-links.nav-links--archive a {
    font-size: 1.2rem;
    flex: 1;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .tune-archive-header__extra .nav-links--archive {
    justify-content: flex-end;
  }
  .tune-archive-header__extra .nav-links--archive a {
    flex: none;
    text-align: right;
  }
}
.dots {
  display: flex;
  margin: 1em;
  justify-content: space-between;
  gap: 1em;
}

.dots .dotlink {
  flex-shrink: 0;
}

/* Variables */
/* Mostly from Minimal Mistakes Jekyll Theme */
/*
    Typography
    ========================================================================== */
/*
    Colors
    ========================================================================== */
/* links */
/*
    Breakpoints
    ========================================================================== */
/*
    Other
    ========================================================================== */
.steps {
  display: flex;
  gap: 2em;
}

.steps img {
  max-width: 30rem;
}

.steps .step {
  flex-wrap: nowrap;
  display: flex;
  align-items: center;
  gap: 2em;
}

.steps .step-label {
  font-weight: bold;
  color: #fff;
  background-color: #3d4144;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  max-width: 2.5rem;
  max-height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 1rem;
  line-height: 1;
}

@media screen and (max-width: 700px) {
  .steps {
    flex-direction: column;
  }
}

/*# sourceMappingURL=main.css.map */