/* text styles */

.text-white-50, .text-white, h2, h1, h1 a, h2 a, h3 a, h4 a, h5 a { color: #523E5A; text-decoration: none; }

.top-bar {
	background-color: #523E5A;
	color: white;
	padding: 10px 0;
}
.top-bar .social-icons {
	display: flex;
	gap: 10px;
}
.top-bar .contact-info {
	text-align: right;
}

.card { 
	border: solid #523E5A !important; 
	--bs-card-inner-border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0	
	}

.card-header {
	background-color: #523E5A !important;
	color: white !important;
}

/* HEADER STYLES */
.bg-orng {
  --bs-bg-opacity: 1;
  background-color: #FD9521 !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: #523E5A !important;
}

.header-contact-info a { color: white !important; text-decoration: none !important; }

#mainNav {
	border-bottom: 1px solid white;
}


.btn-th {
  --bs-btn-color: #fff;
  --bs-btn-bg: #523E5A;
  --bs-btn-border-color: #523E5A;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #fd9521;
  --bs-btn-hover-border-color: #fd9521;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #fd9521;
  --bs-btn-active-border-color: #fd9521;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #523E5A;
  --bs-btn-disabled-border-color: #523E5A;
}

/* TWEAKS FOR AUDIO SAMPLES IN MASTHEAD */

/* Specifies the size of the audio container */
#masthead-samples audio {
  /* width: 115px; */
  height: 25px;
}

#masthead-samples audio::-webkit-media-controls-panel {
  -webkit-justify-content: center;
  height: 25px;
}

/* Removes the timeline */
#masthead-samples audio::-webkit-media-controls-timeline {
  /* display: none !important; */
}

/* Removes the time stamp */
#masthead-samples audio::-webkit-media-controls-current-time-display {
  display: none;
}
#masthead-samples audio::-webkit-media-controls-time-remaining-display {
  display: none;
}

/* Removes mute-button */
#masthead-samples audio::-webkit-media-controls-mute-button {
  display: none;
}

/* fix for header cuttong off headings when navigating via named anchors */
.page-section-heading {
  margin-top: 4.5rem !important;
}

/* remove bottom margin from paragraph / headings */
#masthead-samples p { margin-bottom: 2px !important; }

/* ADD BOTTOM MARGIN TO TESTIMONIALS -- NEEDED ON MOBILE */
.testimonial { margin-bottom: 15px; }

/* fix color of links in contact section */
#contact a { color: white !important; }

/* BADGES ROW IMAGES */
#badges-row img { max-height: 87px !important; }

/* FOOTER STYLES */
.footer { background-color: #FD9521 !important; }

.copyright {
	border-top: 1px solid white;
	background-color: #523E5A !important;
}

/* display P inline within testimonials divs */
.testimonial p { display: inline !important; }

/* owl carousel - increase size of nav buttons */
.owl-theme .owl-nav [class*="owl-"] {
  font-size: 2.5rem !important;
  }


/* SCREENS NARROWER THAN 991PX */
@media screen and (max-width: 991px) {

	#masthead-row-desktop { display: none !important; }

	.contact-info { font-size: 0.7rem !important; }

	.page-section-heading { margin-top: 10.5rem !important; }

}