:root {
  --dc-bg-color: #000000;
  --dc-bg-color-alt: #171717;
  --dc-bg-color-alt2: #373737;

  --dc-orange: #FF914D;
  --dc-orange-dark: #9F5213;

  --dc-white: #EDEDED;
  --dc-white-dark: #B6B6B6;

  --dc-blue: #00539D;
  --dc-blue-dark: #002C55;

  --dc-grey: #5C5C5C;
  --dc-grey-dark: #4b270a;

  --dc-text-bright: var(--dc-white);
  --dc-text-normal: var(--dc-white-dark);

  --dc-font-family-title: "Kumbh Sans", sans-serif;
  --dc-font-family-regular: "Open Sans", sans-serif;

  --dc-text-black: var(--dc-bg-color);
}

.text-title {
  font-family: var(--dc-font-family-title);
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  text-transform: uppercase;
  font-size: 1.4em;
  letter-spacing: 0.08em;
  color: var(--dc-text-bright);
}

@media screen and (min-width: 480px) {
  .text-title {
    font-size: 2em;
  }
}


.text-nav-title {
  font-family: var(--dc-font-family-title);
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  text-transform: uppercase;
  font-size: 0.6em;
  letter-spacing: 0.08em;
  color: var(--dc-text-bright);
}

@media screen and (min-width: 400px) {
  .text-nav-title {
    font-size: 1.0em;
  }
}


@media screen and (min-width: 600px) {
  .text-nav-title {
    font-size: 1.4em;
  }
}

.text-title-orange {
  font-family: var(--dc-font-family-title);
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  text-transform: uppercase;
  font-size: 1.4em;
  letter-spacing: 0.08em;
  color: var(--dc-orange);
}

@media screen and (min-width: 480px) {
  .text-title-orange {
    font-size: 2em;
  }
}

.text-title-smaller {
  font-family: var(--dc-font-family-title);
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  text-transform: none;
  font-size: 1.2em;
  letter-spacing: 0.08em;
  color: var(--dc-text-bright);
}

@media screen and (min-width: 480px) {
  .text-title-smaller {
    font-size: 1.5em;
  }
}

.text-title-smaller-orange {
  font-family: var(--dc-font-family-title);
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.2em;
  letter-spacing: 0.08em;
  color: var(--dc-orange);
}

@media screen and (min-width: 480px) {
  .text-title-smaller-orange {
    font-size: 1.5em;
  }
}

.text-regular {
    font-family: var(--dc-font-family-regular);
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 1.2em;
    color: var(--dc-text-normal);
}

@media screen and (min-width: 480px) {
  .text-regular {
    font-size: 1.3em;
  }
}

.text-terms {
  font-family: var(--dc-font-family-regular);
  font-weight: 300;
  font-style: normal;
  font-size: 0.8em;
  font-variation-settings: "width" 100;
  color: var(--dc-text-normal);
}

@media screen and (min-width: 480px) {
  .text-terms {
    font-size: 0.8em;
  }
}

.text-larger {
  font-family: var(--dc-font-family-regular);
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 1.4em;
  font-variation-settings: "width" 100;
  color: var(--dc-text-normal);
}

.text-larger-highlight {
  font-family: var(--dc-font-family-regular);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4em;
  font-variation-settings: "width" 100;
  color: var(--dc-text-normal);
}


.text-comment {
  text-transform: italic;
}

@media screen and (min-width: 480px) {
  .text-larger {
    font-size: 1.8em;
  }
}

.text-bright {
  color: var(--dc-text-bright);
}


html,body {
  height: 100%;
  width: auto!important;
  overflow-x: hidden!important;
}

body {
  background-color: var(--dc-bg-color);
  margin: 0;
  font-family: var(--dc-font);
  font-size: 14px;
  line-height: 1.428571429;
  padding-top: 56px;
}

.body-main {
  background-color: var(dc-bg-color);
}

.top-background-image {
  background-image: url('/static/images/dc-splash-concert2.jpg');
  aspect-ratio: 2515 / 1277;
  width: 100vw;
  height: auto;
  display: block;
  margin: 0 auto;
  background-position: top center;
  background-repeat: no-repeat, no-repeat;
  background-size: contain;
  position: relative;

  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
}

.div-after-background-image {
  margin-top: 0;
}

@media screen and (min-width: 720px) {
  .top-background-image {
    background-image: url('/static/images/dc-splash-concert2.jpg');
    aspect-ratio: 2515 / 1277;
    /* background-image: url('https://placehold.co/1920x1080'); */
    width: 100vw;
    height: auto;
  }
}

.navbar
{
   position: fixed;
   top: 0px;
   width: 100%;
   z-index: 1000;
   display: flex;
   flex-wrap: nowrap !important;
}

.navbar-custom {
  background-color: var(--dc-bg-color);
}

.navbar-custom-link {
  color: var(--dc-text-bright);
  text-transform: uppercase;
  cursor: pointer;
  padding-right: 0px;
  margin-right: 0px;
  font-size: 1.3rem;
  font-weight: 400;
}

.section-dark {
  background-color: var(--dc-bg-color);
  border-radius: 0.0rem;
}

.section-a {
  background-color: var(--dc-bg-color);
}

.section-b {
  background-color: var(--dc-bg-color-alt);
}

.section-c {
  background-color: #3e332d;
}

.section-d {
  background-color: #d2ac97;
}

.section-d {
  background-color: #5e4d42;
}

.section-light {
  background-color: var(--dc-bg-color);
  border-radius: 2.5rem;
}

.section-standout {
  background-color: #af903b;
  border-radius: 2.5rem;
}

.offer-section {
  background-color: #3e332d;
  border-top: 0.1em solid var(--dc-orange-dark);
  border-bottom: 0.1em solid var(--dc-orange-dark);
}

.divider {
  border: 0px;
  height: 5rem;
  border-style: none;
  background-color: #000000;
  border-radius: 0px;
}

.gold {
  background-color: #a4a199 !important;
}

.rounded-corners {
  border-radius: 2.5rem;
}

.divider-short {
  border: 0px;
  height: 2px;
  border-style: none;
  background-color: rgb(57, 57, 57);
  border-radius: 25px;
  width: 50%;
  justify-content: center;
}

.container {
  max-width: 1200px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
  justify-content: center;
}

.container-fluid {
  max-width: 1920px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
}

.text-title-big {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #393939
}

.text-title-big-darker {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #65625c
}

.text-large {
    font-family: 'Veranda', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: rgb(190, 190, 190);
}

.text-small {
  font-family: 'Veranda', sans-serif;
  font-size: 0.8em;
  font-weight: 300;
  color: rgb(190, 190, 190);
}

.text-small-subtitle {
  font-family: 'Veranda', sans-serif;
  font-size: calc(1rem + 0.5vw);
  font-weight: 600;
  color: #969490;
}

.text-large-sub {
  font-family: 'Veranda', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: rgb(190, 190, 190);
}

.text-quote {
  font-family: 'Veranda', sans-serif;
  font-size: calc(1rem + 1vw);
  font-weight: 400;
  font-style: italic;
  color: rgb(190, 190, 190);
}

.text-quote-smaller {
  font-family: 'Veranda', sans-serif;
  font-size: calc(1rem + 0.5vw);
  font-weight: 400;
  font-style: italic;
  color: rgb(190, 190, 190);
}

.text-regular-center {
  font-family: 'Veranda', sans-serif;
  /* font-size: calc(1rem + 1vw); */
  /* font-size: clamp(5rem, 5vw+1rem, 5rem); */
  font-size: 1.6rem;
  font-weight: 400;
  color: rgb(123, 123, 123);
  text-align: center;
  line-height: 1.5;
}

.text-irish {
  font-family: 'Veranda', sans-serif;
  /* font-size: calc(1rem + 1vw); */
  /* font-size: clamp(5rem, 5vw+1rem, 5rem); */
  font-size: 1.5rem;
  font-weight: 400;
  color: rgb(161, 161, 161);
  text-align: left;
  line-height: 1.5;
  font-style: italic;
}

.text-latest {
  font-family: 'Courier New', sans-serif;
  font-size: 2rem;
  color: rgb(205, 56, 56);
  font-weight: 600;
}

.text-nav-small {
  font-family: 'Veranda', sans-serif;
  font-size: calc(0.5rem + 0.5vw);
  font-weight: 400;
  color: var(--dc-orange);
}

.text-message {
  text-transform: italic;
  font-weight: 1200;
}

@media screen and (min-width: 768px) {
  .text-regular {
    font-size: 1.3rem;
  }

  .text-regular-center {
    font-size: 1.3rem;
  }

  .text-irish {
    font-size: 1.3rem;
  }

  .text-large {
    font-size: 2rem;
  }

  .text-title {
    font-size: 2.5rem;
  }

  .text-title-big {
    font-size: 3rem;
  }
  .text-title-big-darker {
    font-size: 3rem;
  }
}

a:link {
  color: rgb(208, 208, 208);
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: rgb(137, 137, 137);
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: rgb(233, 233, 233);
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: rgb(176, 176, 176);
  background-color: transparent;
  text-decoration: underline;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
  font-family: var(--dc-font-family-regular);
  font-weight: 600;
  line-height: 1.0;
  color: var(--dc-text-normal);
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small
{
  font-weight:normal;
  line-height:1
}

h1,.h1{font-size:45px;line-height:48px}
h2,.h2{font-size:36px;line-height:42px}
h3,.h3{font-size:28px;line-height:36px}
h4,.h4{font-size:24px;line-height:25px}
h5,.h5{font-size:20px;line-height:24px}
h6,.h6{font-size:18px;line-height:24px}

a{color:#3282e6;}
a:hover,a:focus{color:#165db5;text-decoration:underline}

.text-center{text-align:center}


.black {
    background-color: black!important;
}

.red {
    background-color: red!important;
}

.blue {
  background-color: blue!important;
}

.pink {
  background-color: pink!important;
}

.white {
  background-color: white!important;
}

.yellow {
  background-color: rgb(255, 221, 0)!important;
}

.brown {
  background-color: brown;
}

.purple {
  background-color: purple;
}

.orange {
  background-color: orange;
}

.magenta {
  background-color: magenta!important;
}

.auto-resizable-iframe {
  max-width: 420px;
  margin: 0px auto;
}

.auto-resizable-iframe > div {
  position: relative;
  padding-bottom: 75%;
  height: 0px;
}

.auto-resizable-iframe iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.text-title-large {
  font-family: 'Poppins', sans-serif;
  margin-right: 1em !important;
  color: #bdbdbd;
  font-size: 2rem;
  text-transform: uppercase;
}

.text-title-small {
  font-family: 'Poppins', sans-serif;
  margin-right: 1em !important;
  color: #bdbdbd;
  font-size: 1.5rem;
  text-transform: none;
}

.section-footer {
  background-color: #000000;
  border-radius: 0rem;
}

.button-general {
  width: 12em;
  text-align: center;
  vertical-align: bottom;
  height: 2.0em;
  line-height: 2.0em;
  border-radius: 10px;
  background-color: var(--dc-orange);
  color: var(--dc-grey-dark);
  font-size: 1.5em;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border-style: none;
}

@media screen and (max-width: 400px) {
  .button-general {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 300px) {
  .button-general {
    font-size: 1.0em;
  }
}

.button-general:hover:not(.disabled) {
  cursor: pointer;
  background-color: var(--dc-orange-dark);
}

.button-general:disabled {
  background-color: var(--dc-grey);
  cursor: not-allowed;
}

.button-general-form {
  padding: 0;
}

.button-general-smaller {
  width: 8em;
}

.button-recording-full {
  background-color: var(--dc-orange-dark);
}

.button-payment {
  width: 6em;
}

.button-payment-switch {
  width: 18em;
  height: 2.0em;
  text-align: center;
  padding: 0;
}

@media screen and (max-width: 400px) {
  .button-payment-switch {
    width: 18em;
    padding: 0;
  }
}

@media screen and (max-width: 300px) {
  .button-payment-switch {
    width: 14em;
    padding: 0;
  }
}

.button-disabled {
  background-color: var(--dc-grey-dark);
  color: var(--dc-grey);
}

.button-general a {
  color: rgb(18, 18, 18);
}

.button-general:focus {
  outline: none;
}

.breadcrumb-back {
  color: var(--dc-white);
}

.breadcrumb-back:hover {
  cursor: pointer;
  color: var(--dc-blue);
}

.button-back {
  color: var(--dc-white);
  background-color: var(--dc-blue);
}

.button-back:hover {
  cursor: pointer;
  background-color: var(--dc-blue-dark);
}

p {
  font-family: var(--dc-font-family-regular);
  font-size: 1.6em;
  color: var(--dc-text-normal);
}

@media screen and (min-width: 480px) {
  p {
    font-size: 1.8em;
  }
}

.news-date {
  font-family: var(--dc-font-family-regular);
  font-size: 1.0em;
  color: var(--dc-text-normal);
}

.profile-rounded {
  border-radius: 50%;
}

.td {
  font-family: var(--dc-font-family-regular);
  font-size: 3.0em;
  color: var(--dc-text-normal);
}

.form-standard {
  font-family: var(--dc-font-family-regular);
  font-size: 1.6em;
  color: var(--dc-text-normal);
  text-align: center;
}

.form-login {
  font-family: var(--dc-font-family-regular);
  font-size: 1.3em;
  color: var(--dc-text-black);
  text-align: left;
  border-radius: 2px;
  height: 2.0em;
  line-height: 2.5em;
  border-radius: 10px;
  width: 100%;
  /* height: 80%; */
  padding-left: 0.5em;
}

@media screen and (max-width: 400px) {
  .form-login {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 300px) {
  .form-login {
    font-size: 1.0em;
  }
}

.form-row {
  width: 100%;
  padding: 0;
}

.text-form {
  font-family: var(--dc-font-family-regular);
  font-size: 1.6em;
  color: var(--dc-text-normal);
  text-align: center;
}

.double {
  zoom: 2.0;
  transform: scale(2);
  -ms-transform: scale(2);
  -webkit-transform: scale(2);
  -o-transform: scale(2);
  -moz-transform: scale(2);
  transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
}

.payment-border {
  border: 0.125em solid var(--dc-grey);
  padding: 1em;
  border-radius: 1.25em;
  background-color: var(--dc-bg-color);
}

.price-strikethrough {
  text-decoration: line-through;
  color: var(--dc-grey);
}

.card {
  background-color: var(--dc-bg-color-alt);
  color: var(--dc-grey);
}

.card-header {
  background-color: var(--dc-bg-color-alt);
  color: var(--dc-grey);
  border: 0px;
}

.btn {
  background-color: var(--dc-bg-color=alt);
  color: var(--dc-orange);
  border: 0px;
  padding: 0px;
}

.btn-link {
  background-color: var(--dc-bg-color=alt);
  color: var(--dc-orange);
}

.btn-link:hover {
  color: var(--dc-orange-dark);
}

.btn-link-song-notes {
  background-color: var(--dc-bg-color=alt);
  color: var(--dc-orange);
  font-size: 1.5em;
  color: var(--dc-text-normal);
}

.btn-link-song-notes:hover {
  color: var(--dc-orange-dark);
}

.admin-table {
  width: 100%;
}

.table-scrollable {
  max-width: 100%;
  overflow: auto;
}

.videoContainer {
  position: relative;
  width: 100%; /* Full width of its parent */
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.videoContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nav-yellow {
  background-color: #002C55;
}
