/* CSS Variables - Site Brand Tokens
-------------------------------------*/
:root {
  --gold:       #db9e4b;
  --red:        #95302f;
  --red-dark:   #792206;
  --taupe:      #998b87;
  --input-bg:   #ebe8e7;
  --dark-bg:    #1a1008;
  --mid-bg:     #2a1a0e;
  --text-light: #f0ece8;
  --text-muted: rgba(240, 236, 232, 0.75);
}

body.contentpane, #adminFormul.social-icons>li:not(:last-child) {
    margin-right: 20px;
}
ul.social-icons>li {
    display: inline-block;
    line-height: 1.5;
 }
/* Mobile Menu */
.mobilemenuck-item > .level1 a {
    color: #998b87 !important;
    background-color: #000;
    line-height: 35px;
}
 .mobilemenuck-item > .level1 {
    background: #000 !important;
   font-size: 1.2rem !important;
 }

/*Breadcrumb */
.breadcrumb > .active {
    color: #db9e4b;
    font-weight: bold;
}

 .iframe {
    width: 100%;
    min-width:200;
    max-width:800;
    height: auto;
    min-height:400;
    }
    
    
/* 
-----------------------------*/
body.contentpane, #adminForm, body.contentpane h1, body.contentpane h2, body.contentpane h3, body.contentpane h4, .ckboxmodal-body h4, #adminForm, #adminForm h1, #adminForm h2, #adminForm h3, #adminForm h4  {
    background: transparent !important;
}

/* Counter at bottom of page 
-----------------------------*/
a.page-link {
  color: #998b87;
}
.page-item.active .page-link {
    z-index: 3;
    color: white;
    background-color: #000000;
    border-color: #ffffff;
}
.icon-angle-right:before {
    content: "\f105";
  color: #998b87;
}
.icon-angle-double-right:before {
    content: "\f101";
  color: #998b87;
}

/* Song Table Coloring 
-----------------------------*/
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    background-color: white; /*fallback color*/
    background-color: rgba(153, 139, 135, 0.2);
}

/* Learn Guitar/Songwriting
-------------------------------------*/


 /* HERO */
  .hero {
    position: relative;
    padding: 64px 40px 56px;
    overflow: hidden;
 /*  background:
      radial-gradient(ellipse at 60% 0%, rgba(220,100,20,0.55) 0%, transparent 55%),
      radial-gradient(ellipse at 20% 80%, rgba(180,40,15,0.45) 0%, transparent 50%),
      radial-gradient(ellipse at 85% 85%, rgba(219,158,75,0.3) 0%, transparent 45%),
      linear-gradient(160deg, #1a0a04 0%, #2e0e06 40%, #1c0c04 100%);*/
  }
  .hero-eyebrow {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--taupe);
    margin-bottom: 14px;
    position: relative;
  }
  .hero h1 {
    font-family: 'Belleza', sans-serif;
  /* font-size: 46px; */
    line-height: 1.12;
    color: var(--text-light);
    margin-bottom: 10px;
    position: relative;
  } */
  .hero h1 span { color: var(--gold); }
  .hero-sub {
   /* font-size: 18px; */
    font-style: italic;
    color: var(--text-muted);
    margin-bottom: 24px;
    position: relative;
  }
  .hero-desc {
    /*font-size: 14px;
    line-height: 1.75;*/
    max-width: 800px;
    color: var(--text-muted);
    margin-bottom: 32px;
    position: relative;
  }
  .hero-cta-group {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
  }
  .btn-primary {
    background: var(--gold);
    color: #fff;
    padding: 10px 22px;
    font-family: 'Belleza', sans-serif;
    font-size: 17px;
    letter-spacing: 1px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s;
  }
  .btn-primary:hover { background: var(--red-dark); }
  .btn-secondary {
    color: var(--text-muted);
    font-size: 13px;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
  }
  .hero-image-area { margin-top: 40px; }
  .photo-placeholder {
    border: 1px solid rgba(153,139,135,0.3);
    background: rgba(153,139,135,0.08);
    border-radius: 3px;
    height: 210px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: rgba(153,139,135,0.5);
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .photo-caption {
    font-size: 10px;
    text-align: center;
    max-width: 200px;
    line-height: 1.6;
    font-style: italic;
    color: var(--gold);
    opacity: 0.65;
    text-transform: none;
    letter-spacing: 0;
  }
 
  /* GOLD BANNER */
  .gold-banner {
    background: var(--gold);
    color: #fff;
    padding: 13px 40px;
    text-align: center;
    font-family: 'Belleza', sans-serif;
    font-size: 22px;
    letter-spacing: 2px;
  }
 
  /* SECTIONS */
  .section { padding: 52px 40px; background: var(--mid-bg); }
  .section.alt { background: #110804; }
  .section-label {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--taupe);
    margin-bottom: 10px;
  }
  .section h2 {
    font-family: 'Belleza', sans-serif;
  /*  font-size: 28px;*/
    color: var(--gold);
    margin-bottom: 24px;
    line-height: 1.2;
  }
  .section p {
    font-size: 22px;
    line-height: 1.75;
    color: var(--text-muted);
    margin-bottom: 14px;
  }
 
  /* WHO GRID */
  .who-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
  }
  .who-item {
    background: rgba(153,139,135,0.1);
    border: 1px solid rgba(153,139,135,0.25);
    border-left: 3px solid var(--gold);
    border-radius: 3px;
    padding: 14px 16px;
    font-size: 22px;
    line-height: 1.5;
    color: var(--text-muted);
    display: flex;           
    flex-direction: column;  
  }
  .who-item strong {
    display: block;
    font-weight: 700;
    color: var(--text-light);
    font-size: 22px;
  }
 
  /* DISCOVER LIST */
  .discover-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 28px;
  }
  .discover-list li {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    font-size: 22px;
    line-height: 1.65;
    color: var(--text-muted);
  }
  .discover-list li .num {
    font-family: 'Belleza', sans-serif;
    font-size: 30px;
    color: var(--gold);
    line-height: 1;
    min-width: 32px;
    opacity: 0.7;
  }
  .discover-list li .txt strong {
    display: block;
    font-weight: 700;
    color: var(--text-light);
      
  }

  /* QUOTE */
  .quote-section {
    background: #0e0603;
    padding: 52px 40px;
    text-align: center;
    border-top: 1px solid rgba(153,139,135,0.15);
    border-bottom: 1px solid rgba(153,139,135,0.15);
  }
  .quote-icon { color: var(--gold); font-size: 36px; opacity: 0.4; margin-bottom: 14px; }
  .quote-text {
    font-family: 'Belleza', sans-serif;
    font-size: 24px;
    font-style: italic;
    line-height: 1.65;
    max-width: 460px;
    margin: 0 auto 18px;
    color: var(--text-light);
  }
  .quote-attr {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--taupe);
  }
 
  /* ABOUT */
  .about-photo {
    background: rgba(153,139,135,0.1);
    border: 1px solid rgba(153,139,135,0.25);
    height: 190px;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: var(--taupe);
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    gap: 8px;
  }
 

  /* CTA FOOTER */
  .cta-footer {
  /*  background: var(--red);*/
    color: #fff;
    padding: 52px 40px;
    text-align: center;
  }
/*  .cta-footer h2 {
 font-family: 'Belleza', sans-serif;
    font-size: 34px;
    margin-bottom: 10px;
  }*/
  .cta-footer p { /*font-size: 22px;*/ opacity: 0.85; margin-bottom: 28px; }
  .btn-white {
    background: #fff;
   /* color: var(--red);*/
    padding: 10px 24px;
 /*   font-family: 'Belleza', sans-serif;
    font-size: 18px;*/
    letter-spacing: 1px;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 20px;
    transition: background 0.2s;
  }
  .btn-white:hover { background: var(--input-bg); }
  .contact-info { font-size: 22px; opacity: 0.8; line-height: 2.2; }
  .contact-info a { color: #fff; text-decoration: underline; }
  .disclaimer { font-size: 18px; opacity: 0.5; margin-top: 18px; font-style: italic; }
 
 @media (max-width: 600px) {
  .hero         { padding: 36px 12px 40px; }
  .gold-banner  { padding: 13px 12px; }
  .section      { padding: 40px 12px; }
  .quote-section{ padding: 40px 12px; }
  .cta-footer   { padding: 40px 12px; }

  .who-grid { grid-template-columns: 1fr; }
}

@media screen and (max-width: 479px) {
    .tck-container {
        width: 479px;
    }
}

* {
  max-width: 100%;
  box-sizing: border-box;
}
 