@charset "utf-8";



.navbar-custom,
.bottom-navbar,
.dropdown-menu {
	background-color: #231F20;
}

.navbar-custom .nav-item .nav-link,
.bottom-navbar,
.dropdown-item {
	color: #B4B3B3;
}

.navbar-custom .nav-item .nav-link:hover {
	color: whitesmoke;
}



.dropdown-menu {
	margin-top: 11px;
	min-width: 2rem;
}

.dropdown-item {
	padding-left: 8px;
}

.dropdown-item:hover {
	background-color: #C4C1C1;
}



.carousel {
	padding-left: 0;
	padding-right: 0;
}

.img-thumbnail {
	border-color: #909090;
}



/*styles for testing schedule*/

.row-striped:nth-of-type(odd){
  background-color: #efefef;
}

.row-striped:nth-of-type(even){
  background-color: #DDDCDC;
}

.row-striped {
    padding: 15px 0;
	border: 1px #B4B1B1 solid;
}



#instafeed img {
	padding: 5px;
	opacity: 0.8;
	filter: alpha(opacity=80)
}

#instafeed img:hover {
	opacity:1;
	filter: alpha(opacity=100);
}

#instafeed {
	text-align: center;
	margin-bottom: 2em;
}


#map {
  	height: 300px;  /* The height is 400 pixels */
  	width: 90%;  /* The width is the width of the web page */
 }











@media (max-width: 768px){
	
	.navbar {
		padding-right: 8px;
		padding-left: 8px;
	}
	

	.nav-link {
		text-align: center;
		border-top: 1px solid;
		border-bottom: 1px solid;
	}



	/*the following 3 css items remove the caret, centers text and display in mobile view*/
	.dropdown-toggle {
		display: none;
	}

	
	.dropdown-menu {
		display: block;
		position: relative;
		border-width: 0;
		padding: 0;
		margin: 0;
	}
	
	.dropdown-item {
		padding: .4rem 0rem;
		text-align: center;
		border-bottom: 1px solid;
		background-color: #231F20;
	}
	
	.dropdown-item:hover {
		background-color: #231F20;
		color: #B4B3B3;
	}


	#map {
		width: 100%;
	}
	
	.contact-us-map {
		padding-top: 1rem
			!important;
		padding-bottom: 1rem;
	}
	
	.contact-us-addr {
		padding-top: 20px;
	}
	
	.img-fluid.img-thumbnail {
		margin-bottom: 10px;
}






}
