@charset "UTF-8";
/* CSS Document */
.aboutHero {
	background-image: url("../images/about.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	color: #ffffff;
	padding: 2em 0;
}
.aboutHero a {
	color: #ec644b;
	text-decoration: none;
}
.aboutHero a:hover {
	color: #160b0b;
	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 {
	background-color: #ccc;
}
.bg-body-tertiary {
    background-color: #160B0b!important;
}
body {
  	font-family: Roboto, sans-serif !important;
  	font-size: 14px;
  	line-height: 1.42857143;
  	color: #333;
  	background-color: #fff;
}
.bottomColumn {
	margin-bottom: 2em;
}
.btn {
	color: #fff;
  	background-color: #160b0b;
  	border-color: #94696A;
	
}
.btn:hover {
	color: #000;
	background-color: #ec644b;
	border-color: #94696A;
}
.carousel {
  	position: absolute;
	max-height: 300px; 
}
.carousel-caption {
  	position: sticky!important;
  	right: 20%;
  	left: 20%;
	top: 20%;
	z-index: 10;
  	color: #000!important;
  	padding-top: 0px!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 .active {
  	position: sticky!important;
	width: 12px;
  	height: 12px;
  	margin-bottom: 00px!important;
 	background-color: #fff!important;
}
.carousel-inner .item {
	background-color: transparent!important;
	margin-bottom: 40px;
	max-height: 250px!important;
	position: sticky!important;
	overflow: hidden!important;
}
.dessertTint {
	background: #cccccc;
	padding: 3em 0;
}
.dessertTint a {
	color: #d30404;
	text-decoration: none;
}
.dessertTint a:hover {
	color: #996666 !important;
	text-decoration: none;
}
.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: 'Roboto', sans-serif !important;
  font-size: 3em;
  font-weight: 700 !important;
  
  margin: .67em 0;
}
h2 {
  font-family: 'Roboto', sans-serif !important;
  font-size: 2.5em;
  font-weight: 300 !important;
  margin: .67em 0;
}
h3 {
  font-family: 'Roboto', sans-serif !important;
  font-size: 1.75em;
  font-weight: 500 !important;
  color: #000 !important; 
  margin: .67em 0;
}
h4 {
  font-family: 'Roboto', sans-serif !important;
  font-size: 1.5em;
  font-weight: 500 !important;
  color: #000 !important; 
  margin: .67em 0;
}
.homeHero {
	background-image: url("../images/01_slider_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 300px;
	color: #ffffff;
	padding: 2em 0;
}
.homeHero a {
	color: #ec644b;
	text-decoration: none;
}
.homeHero a:hover {
	color: #160b0b;
	text-decoration: none;
}
.lmgLines {
	background: #7e0400;
	border-bottom: 5px solid #7e0400;
	height: 2em;
}
.lmgFooter {
	background: #160b0b;
	border-top: 5px solid #ec644b;
	color: #fff;
	font-size: 0.875em;
	padding: 2em 0 5em;
}
.lmgFooter a {
	color: #ec644b;
	text-decoration: none;
}
.lmgFooter a:hover {
	color: #ec644b;
	text-decoration: underline;
}
ol {
	font-family: Open Sans, sans !important;
}
p {
  font-family: Open Sans, sans !important;	
}
.panel {
	padding: 0 18px;
	display: none;
	max-height: 100;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.schedule {
	font-weight: bold;
	color: #ec644b;
}
.sponsorHero {
	background-image: url("..");
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	color: #ffffff;
	padding: 2em 0;
}
.sponsorHero a {
	color: #ec644b;
	text-decoration: none;
}
.sponsorHero a:hover {
	color: #160b0b;
	text-decoration: none;
}
table {
	border-width: 1px solid !important;
	border-color: black;
	font-family: Open Sans, sans !important;
}
table th {
	text-align: center !important;
	background-color: #e8846b;
}
.testimonial {
	background-color: #fff;
	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: #ec644b;
	text-decoration: none;
}
.white a:hover {
	color: #160b0b;
	text-decoration: none;
}
