#carousel {
    background-color: #030303;
}

#marquee {
    background-color: #404040;
}

#about {
    background-color: #030303;
}


#shows {
    background-color: ;
    }

#records {
    background-color: #404040;
}

#videos {
    background-color: ;
}

#drawings {
    background-color: ;
}

#mainPhotos {
    background-color: #030303;
}

#contact {
    background-color: #404040;
}

#blog {
    background-color: ;
}

#support {
    background-color: ;
}

#epkPhotos {
    background-color: #030303;
}

#epkBio {
    background-color: #404040;
}

#epkPress {
    background-color: #030303;
}

#epkShows {
    background-color: ;
}

#epkMusic {
    background-color: ;
}

#epkVideos {
    background-color: ;
}

body, input, textarea, p, a {
    font-family: 'Montserrat', sans-serif;
}

body {

    background-color: #030303;
    min-height: 75rem;
    
}

.colorOne {
    background-color: #030303;
}

.colorTwo {
    background-color: #404040;
}

.textColorOne {
    color: #b8b8b8;
}

.textColorTwo {
    color: #ffffff;
}

a {
    color: #b8b8b8;
}

.brand {

    color: #b8b8b8;
}

.navbar {
    font-family: 'Montserrat', sans-serif;
    background-color: #030303;
    /*margin-bottom: 20px;*/
}

.brand-centered {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.navbar-brand {
font-size: 1.5rem;
  display: flex;
  align-items: center;
padding-right: 1rem;
  padding-left: 1.5rem;
}

/*.accordion-body, .card-body {
    background-color: #030303;
}*/

.navText {
    margin-top: 4px;
    font-size: .8rem;
    color: #ffffff;
}

.marquee {
    color: #ffffff;
    font-size: 1rem;
    opacity: 0.5;
}

.drawingNote {
font-size: .8rem;
}

h4, h5, h6 {
color: #ffffff;
}

p, th, td, label {
color: #ffffff;
}

.blogButton {
color: #ffffff;
}

.contactBtn {
background-color: #404040;
color: #ffffff;
}

section {
margin-top: 10rem;

}

.section-heading {
padding-top: 60px;
padding-bottom: 60px;
color: #b8b8b8;

}

#orderTable th, td {
    padding: 4px;

}

table#orderTable td {
border: 1px solid #ffffff;
}

table#orderTable th {
border: 1px solid #ffffff;
}

.stickyRight {
  position: -webkit-sticky;
	position: sticky;
	right: 0;
    
  padding: 0 15px;
}

.lyrics {
  font-size: 0.8rem;
}

.recordNotes {
    font-size: 0.8rem;
}

.error {
    color: #FF0000;
}

/* (A) ENTIRE PAGE */

#html {
background-color: #030303;
}

#cartBody {

background-color: #030303;
    font-family: arial, sans-serif;
    /* max-width: 1200px; */
    padding: 0;
    margin: 0 auto;
}

.bRed {
    background-color: #030303;
    font-size: 1.1em;
    color: #fff;
    border: 0;
    padding: 10px;
    cursor: pointer;
}

.ninja {
    display: none !important;
}


/* (B) HEADER */

#scHead {
    position: sticky;
    top: 0;
    display: grid;
    grid-template-columns: auto 100px;
    color: #b8b8b8;
    background-color: #030303;
    font-size: 1.4em;
}

#scTitle,
#scCartIcon {
    padding: 20px;
}

#scCartIcon {
    background: #565656;
    text-align: center;
    cursor: pointer;
}

#scCartIcon.active {
    background: #c13e3e;
}


/* (C) PRODUCTS LIST */

#scProduct {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 10px;
    padding: 10px;
}

@media all and (max-width: 768px) {
    #scProduct {
        grid-template-columns: auto auto;
    }
}

.pdt {
    color: #ffffff;
    background-color: #404040;
    padding: 10px;
}

.pImg {
    max-width: 100%;
    object-fit: contain;
}

.pName {
    margin: 5px 0;
    color: #b8b8b8;
}

.pPrice {
    color: #b8b8b8;
}

.pDesc {
    color: #ffffff;
}

.pAdd {
    width: 100%;
    margin-top: 10px;
}


/* (D) SHOPPING CART */

#scCart {
    padding: 10px;
}

#scTable {
    border-collapse: collapse;
    width: 100%;
}

#scTable th {
    text-align: left;
}

#scTable th,
#scTable td {
    padding: 10px;
}

#scTable tr:nth-child(odd) {
    background-color: #404040;
}

#scTable input[type=number] {
    width: 60px;
    padding: 5px;
}


/* (E) CHECKOUT FORM */

#scCheckout {
    margin-top: 10px;
    max-width: 320px;
}

#scCheckout input {
    box-sizing: border-box;
    padding: 5px;
    margin: 5px;
    width: 100%;
}