#menu {
	text-transform: uppercase !important;
}

/* Black Theme No Awning */
.header-awning-container {
	display: none !important;
}

/* Yellow */
.header-awning {
    display: none !important;
}

/* Black */
.main-color {
	background-color: #000 !important;
}

/* Black */
.title-bar {
	background-color: #000 !important;
	color: white;
	border-radius: 4px;
	text-align: center;
	margin-bottom: 15px;
}

/* Dark Yellow */
.header-wrapper .subnavbar .navbar .navbar-nav .nav-item .nav-link:hover,.header-wrapper .subnavbar .navbar .navbar-nav .nav-item .nav-link.active
{
	border-bottom: 4px solid #f5b72e !important;
}

/* Black */
.btn-red {
	color: #fff;
	background-color: #000000;
	border-color: #000000;
	font-family: 'Roboto Condensed', sans-serif;
}

/* black */
.rcpt-header {
    background-color: #000 !important;
}
/* Dark Gray */
.btn-red:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
	opacity: 0.75;
	font-family: 'Roboto Condensed', sans-serif;
}

/* Dark Yellow */
.btn-green {
	color: #fff;
	background-color: #f5b72e;
	border-color: #f5b72e;
	font-family: 'Roboto Condensed', sans-serif;
}

/* Light Yellow */
.btn-green:hover {
	color: #fff;
	background-color: #fdcd5c;
	border-color: #fdcd5c;
	font-family: 'Roboto Condensed', sans-serif;
}

/* Dark Yellow */
#myBtn {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 63px; /* Place the button at the bottom of the page */
	right: 30px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	background-color: #f5b72e;
	color: white; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 15px; /* Some padding */
	border-radius: 10px; /* Rounded corners */
	font-size: 18px; /* Increase font size */
}

/* Light Yellow */
#myBtn:hover {
	background-color: #fdcd5c; 
}

/* Dark Yellow */
#suggestionModal .modal-header {
	background-color: #f5b72e !important;
}

/* Black */
#orderTypeDialog .modal-header {
	background-color: #000 !important;
}

/* Black */
#checkbookModal .modal-header {
	background-color: #000 !important;
}


/* Black & Dark Gray */
.mylocation {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #212529 ), color-stop(1, #000) );
    background: -moz-linear-gradient(center top, #c2181e 5%, #212529 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#212529', endColorstr='#212529' );
    background-color: #c2181e;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    text-indent: 0;
    display: inline-block;
    color: #ffffff;
    /* letter-spacing: 1.2px; */
    font-style: normal;
    height: 50px;
    line-height: 50px;
    width: 250px;
    text-decoration: none;
    text-align: center;
    font-size: 1rem;
}

/* Dark Gray */
.mylocation:hover {
	background-color: #212529;
	border-color: #212529;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000
		), color-stop(1, #212529) );
	background: -moz-linear-gradient(center top, #212529 5%, #212529 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#212529',
		endColorstr='#212529' );
	color: #ffffff;
	/*color: #E0E0E0;*/
	text-decoration: none;
}

/* Black & Dark Gray */
.tele {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #212529 ), color-stop(1, #000) );
    background: -moz-linear-gradient(center top, #c2181e 5%, #212529 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#212529', endColorstr='#212529' );
    background-color: #c2181e;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    text-indent: 0;
    display: inline-block;
    color: #ffffff;
    /* letter-spacing: 1.2px; */
    font-style: normal;
    height: 50px;
    line-height: 50px;
    width: 160px;
    text-decoration: none;
    text-align: center;
    font-size: 1rem;
}

/* Dark Gray */
.tele:hover {
	background-color: #212529;
	border-color: #212529;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000
		), color-stop(1, #212529) );
	background: -moz-linear-gradient(center top, #212529 5%, #212529 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#212529',
		endColorstr='#212529' );
	color: #ffffff;
	/*color: #E0E0E0;*/
	text-decoration: none;
}

/* Black & Dark Gray */
.login {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #212529
		), color-stop(1, #000) );
	background: -moz-linear-gradient(center top, #212529 5%, #212529 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#212529',
		endColorstr='#212529' );
	background-color: #212529;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	text-indent: 0;
	display: inline-block;
	color: #ffffff;
	font-style: normal;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1rem;
}

/* Dark Gray */
.login:hover {
	background-color: #212529;
	border-color: #212529;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000
		), color-stop(1, #212529) );
	background: -moz-linear-gradient(center top, #212529 5%, #212529 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#212529',
		endColorstr='#212529' );
	color: #ffffff;
	text-decoration: none;
}

/* Dark Gray */
.border-line {
	border-radius: 3px;
	border-bottom: 4px solid #676767;
}

.navbar-light .navbar-toggler-icon {
	background-image:
		url('../images2/menu_white.png') !important;
}