@charset "UTF-8";
.blackbackground {
	background-color: black;
}
.largewhite {
	color: rgba(242,236,236,1.00);
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	text-indent: px;
	font-size: x-large;
}
.smallwhite {
	color: rgba(242,236,236,1.00);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-indent: px;
	font-size: large;
}
.smallauburn {
	color: rgba(38,10,0,1.00);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-indent: px;
	font-size: large;
	font-style: italic;
}
.LARGEauburn {
	color: rgba(38,10,0,1.00);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-indent: px;
	font-size: x-large;
	font-style: normal;
}
.smallred {
	color: rgba(87,13,13,1.00);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-indent: px;
	font-size: large;
	font-style: italic;
}
.backgroundpattern {
	background-image: url(background/burgandy.jpg);
	padding-top: 3px;
	padding-bottom: 100px;
}
/*in originalcss #6570*/
.bg-light {
  background-color: rgba(161,152,152,0.44) !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}




 .navbar-expand-lg .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row;
	padding-left: 10px;
      background-color: rgba(100,73,53,0.62);
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute;
	border: medium solid #8E8989;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }



/*no decoration on toggler*/

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-toggler, .navbar-toggler:hover, .navbar-toggler:focus, .navbar-toggler:active {
	outline: none;
	background-color:none ;
    
}
.navbar-toggler {
	padding: 0rem 0.75rem;
	font-size: 1.rem;
	line-height: 1.rem;
	background-color: none;
    
	border: 5px solid transparent;
    border-padding: 0rem 0.75rem;
	border-radius: 3.25rem;

}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: right;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
    
}

.dropdown-divider {
	height: 0;
	margin: 0.5rem 0;
	overflow: hidden;
	border-top: 1px solid #7C4A26;
	color: #5B2115;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
}

.dropdown-item {
  display: block;
  width: 1000%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #7C4A26;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #7C4A26;
  text-decoration: none;
  background-color: #f8f9fa;
}


.dropdown-item.active, .dropdown-item:active {
  color: #7C4A26;
  text-decoration: none;
  background-color: #7C4A26;
}


/*end togler decoration*/

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: #070707;  
  
    font-size: large;
   font-weight: 700;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: antiquewhite;
}
.backgroundimage {
	background-color: rgba(189,189,189,1.00);
}
.boxhours {
	border: thick double rgba(5,5,5,1.00);
	color: rgba(0,0,0,1.00);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-top: 15px;
	padding-bottom: 15px;
	font-style: normal;
	font-size: x-large;
}
.black {
	color: rgba(0,0,0,1.00);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-top: 15px;
	padding-bottom: 15px;
	font-style: normal;
	font-size: x-large;
}
.clickmoretext {
	color: rgba(0,0,0,1.00);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	font-style: italic;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #300405;
  border-color: #007bff;
}
