﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


body {
	font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif !important;
	max-width: 850px;
	margin: auto !important;
}

.card-body {
	padding: 0.7rem !important;
}

a.navbar-brand {
	white-space: normal;
	text-align: center;
	word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
	color: #682095 !important;
}

.btn-primary {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
	font-size: 14px;
}

@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}

.box-shadow {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
	font-size: 1rem;
	line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
	min-height: 100%;
}

.footer {
	line-height: 30px; /* Vertically center the text there */
	padding: 16px;
}

.webmadewell {
	background-color: white;
}

.foodcourt-header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

	.foodcourt-header::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: black;
		opacity: 0.1;
	}

.foodcourt-header-section {
	text-align: center;
	position: relative;
	padding: 15% 0 20%;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	color: white;
}

h1 {
	font-weight: 500;
}

h2 {
	font-weight: 400;
}

.foodcourt-section-wrap {
	margin-top: -10px;
	position: relative;
	background-color: white;
	box-shadow: 0px -5px 4px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px -5px 4px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px -5px 4px 1px rgba(0,0,0,0.1);
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
}

.foodcourt-section {
	position: relative;
	padding: 16px;
}

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.service-area {
	font-size: 1.15rem;
	z-index: 100;
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	margin: -16px;
	padding-top: 18px;
	margin-bottom: 32px;
	text-align: center;
	height: 62px;
	background-color: white;
	color: darkmagenta;
	border-top-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;
	box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.05);
	-webkit-touch-callout: none;
}

	.service-area .chip {
		border-radius: 8px;
		font-size: 16px;
	}

.service-area-content {
	display: flex; /* establish flex container */
	flex-direction: row; /* make main-axis vertical */
	justify-content: center; /* align items vertically, in this case */
	align-items: center; /* align items horizontally, in this case */
}

.alert {
	color: black;
	margin-bottom: 24px;
}

.note {
	color: #6b2498;
	border-color: #e8c5fe;
}

.img-outlet {
	height: 160px;
	width: 100%;
	object-fit: cover;
}

.card {
	/*box-shadow: 0 3px 15px 1px rgb(0 0 0 / 15%), 0 4px 6px 1px rgb(0 0 0 / 5%) !important;*/
}

.card-title {
	margin-top: 4px;
	font-size: 15px;
	margin-bottom: 0.25rem;
}

.card-tags {
	font-size: 14px;
}

.card-text-desc {
	font-style: italic;
}

.chip {
	display: inline-block;
	padding: 0 12px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	border-radius: 12px;
	background-color: #f1f1f1;
}

.btn {
	height: 44px;
	text-transform: capitalize !important;
	font-size: .95rem !important;
}

.btn-secondary {
	background-color: #682095 !important;
	box-shadow: none !important;
}

.btn-black {
	background-color: #000 !important;
}

img.ask-pepper {
	width: 80px;
}


.overlay {
	position: fixed; /* Make sure it stays in place */
	z-index: 100; /* Sit on top of everything */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	background-color: rgba(0,0,0,0.85); /* Black background with opacity */
	display: none; /* Hide by default */
}

/* Set the style for the loading text */
.loading-text {
	position: absolute;
	top: 50%; /* Center the text vertically */
	left: 50%; /* Center the text horizontally */
	transform: translate(-50%, -50%);
	font-size: 24px;
	color: #fff;
}
