html, body { background-color: black; }
.mini-icon {
	max-width: 300px;
	margin: 10px 20px;
}
.logo-text {
	
}
header, footer {
	background: rgb(255,165,0);
	background: linear-gradient(153deg, rgba(10, 85, 206,1) 0%, rgba(10, 85, 206,1) 47%, rgba(3,52,128,1) 100%);
	min-height: 80px;
}
.modal-header, .modal-footer {
	background: rgb(255,165,0);
	background: linear-gradient(153deg, rgba(10, 85, 206,1) 0%, rgba(10, 85, 206,1) 47%, rgba(3,52,128,1) 100%);
	min-height: 30px;
}
thead, tfoot {
	background: rgb(255,165,0);
	background: linear-gradient(153deg, rgba(10, 85, 206,1) 0%, rgba(10, 85, 206,1) 47%, rgba(3,52,128,1) 100%);
	color: white;
}
.modal-content { 
	border: solid 1px black; 
	background-color: transparent!important;
}
.small-caps {
	font-variant: small-caps;
}
.img-right {
	float: right;
	margin: 8px;
	width: 40px;
	height: 40px;
	transform: translateX(180);
	background-color: #323232;
	border-radius: 50%;
	padding: 4px;
	
}
.bg-light {

	background-color: #9B6500!important;
	color: white!improtant;
}
.body, .modal-body {
	padding: 10px 12px;
	background: repeating-linear-gradient(
		45deg,
		#323232,
		#323232 10px,
		#232323 10px,
		#232323 20px
	);
	background-color: #323232;
	color: white;
}
.btn-orange {
	background-color: orange;
	border: solid 1px white;
	color: white;
}
#concessionSlide, .img-item {
	margin-bottom: 20px;
	margin-top: 20px;
	border: solid 2px cornFlowerBlue;
}
footer {
	position: relative;
}
footer h5 {
	position: absolute;
	right: 20px;
	bottom: 4px;
	color: white;
	-webkit-text-stroke: 1px black;
}
tbody {
	color: white;
}
#contact-row {
	margin-top: 30px;
}
.concession-hr {
	border-top: 10px solid rgba(30,144,255,.5)
}
.btn-right {
	float: right;
}
.go-right {
	text-align: right;
}
.dining-title {
	text-variation: small-caps;
	font-size: 20px;
}
input:focus {
	background-color: orange!important;
	border: solid 1px #323232!important;
	color: white!important;
	font-weight: bold!important;
}
.form-control { 
	border-radius: 0px!important;
}
form label {
	margin-top: 14px;
}

.map-logo {
	width: 60%; 
	margin: 8px;
}

.img-map {
	width: 100%;
}
body {
	
}
video {
	height: auto;
	width: 100%;
}
audio {
	width: 100%;
	margin: 10px auto;
	
}
.modal h5 {
	margin-bottom: 0px;
}
.modal-title {
	color: white;
}

.modal .img-item {
	margin-top: 0px;
	margin-bottom: 20px;
	border: solid 2px cornFlowerBlue;
}
.img-disabled{
	filter: opacity(0.75) grayscale(100%);
	transform: scale(-1,-1);
}

body > div.container {
	border: solid 2px #323232;
	padding-left: 0px;
	padding-right: 0px;
}

.alert { 
	margin-bottom: 0px; 
	border-radius: 0px;
}
