@charset "UTF-8";
/* CSS Document */
.aboutHero {
	background-image: url("../images/SalesTeam.jpg");
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	color: #ffffff;
	padding: 2em 0;
}
.aboutHero a {
	color: #d30404;
	text-decoration: none;
}
.aboutHero a:hover {
	color: #996666;
	text-decoration: none;
}
.accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
}
.active, .accordion:hover, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #ccc;
	color: #555;
}
.bg-white a, .dessertTint a {
	color: #d30404;
	text-decoration: none;
}
.bg-white a:hover, .dessertTint a:hover {
	color: #996666;
	text-decoration: none;
}
body {
  	background-color: #000000;
  	color: #333;
  	font-family: Roboto, sans-serif !important;
  	font-size: 14px;
  	line-height: 1.42857143;
}
.bottomColumn {
	margin-bottom: 2em;
}
.box {
  flex: 1 1 calc((100% / 6) - 16px); /* 6 equal boxes with gap accounted for */
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 150px;          /* prevent shrinking too much */
  box-sizing: border-box;
}
.btn, button {
  	background-color: #7e0400;
  	border-color: #ccc;
	color: #fff !important;
	
}
.btn:hover, button:hover, .bg-white btn:hover {
	background-color: #996666;
	border-color: #9e9090;
	color: #000 !important;
}
.caption {
  color: #333;
  font-family: 'Oswald', sans-serif !important;
  font-size: 1.25rem;
  margin-top: 8px;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
.card-body {
	padding-top: 3em;
}
.card-body h4 {
	margin: 0 0 0.5em 0 !important;
}
.carousel {
  position: relative;
  min-height: 200px!important;
}
.carousel-repairs-bg {
  height: 400px; /* Adjust as needed */
  background-size: cover;
  background-position: center;
  border-radius: 0.5rem;
}
.carousel-caption {
  	position: sticky!important;
  	right: 20%;
  	left: 20%;
	top: 20%;
  	z-index: 10;
  	color: #000!important;
  	padding-top: 0!important;
  	padding-bottom: 20px!important;
  	text-align: center;
  	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  	text-shadow: none;
}
.carousel-indicators {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 1.5rem;
  position: relative;
}
.carousel-indicators [data-bs-target] {
  background-color: #eee;
  border: none;
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  margin: 0 6px;
  opacity: 1;
  transition: background-color 0.3s ease;
  vertical-align: middle;
  width: 12px;
}
.carousel-indicators .active {
 	background-color: #000!important;
  	height: 12px;
  	margin: 0;
  	width: 12px;
}
.carousel-inner blockquote {
  max-width: 700px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
}
.dessertTint {
	background: #cccccc;
	padding: 3em 0;
}
.disclaimer {
	font-size: 12px;
	font-weight: bold;
}
.dropdown-menu .nav-link {
  color: rgba(0,0,0,0.76);
  font-size: 0.9em;
  padding: 0.5rem 1rem;
  text-decoration: none;
  display: block;
}
.dropdown-menu .nav-link:hover {
  color: rgba(0,0,0,0.8);
  background-color: transparent;
  text-decoration: none;
}
.dropdown-style {
	background-color: #f8f9fa;
  border: none;
  box-shadow: none;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;          /* allows wrapping on smaller screens */
  gap: 16px;                /* spacing between items */
  width: 100%;              /* full width */
  box-sizing: border-box;
  padding: 0 10px;          /* optional padding */
}
.googleReviews {
	background-color: #ffffff;
	padding: 2.5em 0 0 0;
}
.glyphicon {
  	position: relative;
  	top: 1px;
  	display: inline-block;
  	font-family: 'Glyphicons Halflings';
  	font-style: normal;
  	font-weight: normal;
	color: #7e0400;
  	line-height: 1;
}
h1 {
  font-family: 'Oswald', sans-serif !important;
  font-size: 3em;
  font-weight: 700 !important;
  
  margin: .67em 0;
}
h2 {
  font-family: 'Oswald', sans-serif !important;
  font-size: 1.75em;
  font-weight: 300 !important;
  margin: .67em 0;
}
h3 {
  font-family: 'Oswald', sans-serif !important;
  font-size: 2.5em;
  font-weight: 500 !important;
  color: #000 !important; 
  margin: .67em 0;
}
h4 {
  font-family: 'Oswald', sans-serif !important;
  font-size: 2em;
  font-weight: 500 !important;
  color: #000 !important; 
  margin: .67em 0;
}
h5 {
	font-size: 1.5em;
}
.homeHero {
	background-image: url("../images/homeHero.jpeg");
	background-repeat: no-repeat;
	background-size: 150%;
	background-position: 50% 25%;
	height: auto;
	color: #ffffff;
	padding: 4em 0;
}
.homeHero a {
	color: #d30404;
	text-decoration: none;
}
.homeHero a:hover {
	color: #996666;
	text-decoration: none;
}
.homeHero h4 {
	color: #ffffff !important;
}
.img-box {
  width: 100%;
  aspect-ratio: 162 / 197;   /* keeps consistent height */
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
.jarLines {
	background: #7e0400;
	border-bottom: 5px solid #7e0400;
	height: 2em;
}
.jarFooter {
	background: #000000;
	border-top: 5px solid #7e0400;
	color: #fff;
	font-size: 0.875em;
	padding: 2em 0 5em;
}
.jarFooter a {
	color: #d30404;
	text-decoration: none;
}
.jarFooter a:hover {
	color: #996666;
	text-decoration: underline;
}
.logo-tile {
	width: 100%;
	height: 120px; /* consistent height */
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
ol {
	font-family: 'Open Sans', sans-serif !important;
}
p {
  font-family: 'Open Sans', sans-serif !important;	
}
.panel {
	padding: 0 18px;
	display: none;
	max-height: 100;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.repairsHero {
	background-image: url(https://community.softr.io/uploads/db9110/original/2X/7/74e6e7e382d0ff5d7773ca9a87e6f6f8817a68a6.jpeg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	color: #ffffff;
	padding: 2em 0;
}
.repairs-img1 {
	background-image: url('../images/repair-yousee-1.jpg');
}
.repairs-img2 {
	background-image: url('../images/repair-yousee-2.jpg');
	background-position: 10% 10%;
}
.repairs-img3 {
	background-image: url('../images/repair-yousee-3.jpg');
}
.repairs-img4 {
	background-image: url('../images/repair-wesee-1.jpg');
}
.repairs-img5 {
	background-image: url('../images/repair-wesee-2.jpg');
}
.repairs-img6 {
	background-image: url('../images/repair-wesee-3.jpg');
}
.repairs-img7 {
	background-image: url('../images/repair-wesee-4.jpg');
}
.repairs-img8 {
	background-image: url('../images/repair-wesee-5.jpg');
}
.rmpHero {
	background-image: url("../images/img8.jpg");
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	color: #ffffff;
	padding: 2em 0;
}
.sponsorHero {
	background-image: url("..");
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	color: #ffffff;
	padding: 2em 0;
}
.sponsorHero a {
	color: #d30404;
	text-decoration: none;
}
.sponsorHero a:hover {
	color: #996666;
	text-decoration: none;
}
table {
	font-family: 'Open Sans', sans-serif !important;
}
table th {
	text-align: center !important;
}
.table>:not(caption)>*>* {
	background-color: none;
	border-bottom: none;
}
.testimonial {
	color: #000;
	padding: 3em 0
}
ul {
	font-family: Open Sans, sans !important;
}
.videoWrapper {
	position: relative;
	padding-bottom: 30%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	width: 90%;
	height: 90%;
}
.white {
	padding: 3em 0;
}
.white a {
	color: #d30404;
	text-decoration: none;
}
.white a:hover {
	color: #996666;
	text-decoration: none;
}


/* Medium screens */
@media (max-width: 1199px) {
  .box {
    flex: 1 1 calc(100% / 3 - 16px);
  }
}
@media (max-width: 992px) {
  .carousel-repairs-bg {
    height: 300px;
  }
}
/*Small screens */
@media (max-width: 768px) {
  .box {
    flex: 1 1 100%;
  }
  .carousel-repairs-bg {
    height: 250px;
  }
}