
#marquee {
    background-color: #a3c586;
}

#carousel {
    background-color: #749556;
}

#statement {
    background-color: #a3c586;
}

#activities {
    background-color: #749556;
}

#resources {
    background-color: #a3c586;
}

#about {
    background-color: #749556;
}

#meetings {
    background-color: ;
    }

#action {
    background-color: #a3c586;
    }

#partners {
    background-color: #749556;
    }

#past {
    background-color: ;
    }

#contact {
    background-color: #a3c586;
}

#support {
    background-color: #749556;
}

h1,h2,h3,h4,h5,h6,nav {
	font-weight: 700;
	margin-bottom: 20px;
	font-family: 'Poppins', sans-serif;
}

body, input, textarea, p, a {
    font-family: 'Poppins', sans-serif;
}

body {

    background-color: #749556;
    min-height: 75rem;
    
}

.colorOne {
    background-color: #749556;
}

.colorTwo {
    background-color: #a3c586;
}

.textColorOne {
    color: #103321;
}

.textColorTwo {
    color: #000000;
}

a {
    color: #103321;
}

.brand {
    color: #103321;
}

.navbar {
    background-color: white;
}

.brand-centered {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.navbar-brand {
    /*font-size: 2rem;*/
    display: flex;
    align-items: center;
    /*padding-right: 1rem;*/
    /*padding-left: 1.75rem;*/
}

/*.accordion-body, .card-body {
    background-color: #749556;
}*/

.navText {

    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 4px;
    font-size: .9rem;
    color: #103321;
}

.marquee {
    color: #000000;
    font-size: 1rem;
    opacity: 0.5;
}

.drawingNote {
font-size: .8rem;
}

h4, h5, h6 {
color: #000000;
}

p, th, td, label {
color: #000000;
}

.card-title {
    color: colourTextOne;
}

.blogButton {
color: #000000;
}

.contactBtn {
background-color: white;
color: #000000;
}

section {

padding-top: 40px;
padding-bottom: 40px;
margin-top: 40px;
margin-bottom: 50px;

}

.headRuler {
border: 1.25px solid;
width: 20%;
margin: auto;
}

.section-heading {
text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.4);
padding-top: 50px;
padding-bottom: 10px;
color: #103321;

}

#orderTable th, td {
    padding: 4px;

}

table#orderTable td {
border: 1px solid #000000;
}

table#orderTable th {
border: 1px solid #000000;
}

.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: #749556;
}

#cartBody {

background-color: #749556;
    font-family: 'Poppins', sans-serif;
    /* max-width: 1200px; */
    padding: 0;
    margin: 0 auto;
}

.bRed {
    background-color: #749556;
    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: #103321;
    background-color: #749556;
    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: #000000;
    background-color: #a3c586;
    padding: 10px;
}

.pImg {
    max-width: 100%;
    object-fit: contain;
}

.pName {
    margin: 5px 0;
    color: #103321;
}

.pPrice {
    color: #103321;
}

.pDesc {
    color: #000000;
}

.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: #a3c586;
}

#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%;
}