@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Fascinate+Inline&family=Quintessential&family=Special+Elite&display=swap');

body {
	font: 100% "Google Sans", sans-serif, Arial, Helvetica;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.three-col {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}

.center-panel {
	padding: 0 40px;
	max-width: 700px;
}

.left-panel,
.right-panel {
	background-image: url(img/side-border-dark.jpg);
	background-size: contain;
	background-repeat: repeat-y;
	min-width: 280px;
	box-shadow: 0 0 8px 8px white inset;
}

p {
	text-align: left;
	line-height: 1.5em;
	margin: 0 0 32px 0;
}

div {
	text-align: left;
}

#content {
	text-align: center;
}

/* Restaurant Concepts */
.concepts-section-title {
	margin-top: 40px;
	color: rgb(112, 48, 160);
	font-weight: bold;
	font-size: 1.2em;
	clear: both;
}

/* Whats Included */
.plan-title {
	font-weight: bold;
	text-decoration: underline;
}

/* Navigation */
#navigation {
	color: #FFFFFF;
	margin: 30px 0;
	height: 45px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}
.menu-item {
	color: white;
	background-color: rgb(112, 48, 160);
	padding: 7px 7px 3px 7px;
	margin: 0 2px;
}

.menu-item a,
.menu-item a:visited {
	font-family: 'Special Elite', cursive;
	color: white;
	text-decoration: none;
}

.menu-item:hover {
	background-color: rgb(76, 31, 110);
}

.page-title {
	font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-weight: bolder;
	text-align: center;
	font-size: 2.5em;
	color: darkred;
}

.section-title {
	font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 2em;
	color: darkred;
}

/* Fonts */
.fascinate-font {
	font-family: 'Fascinate Inline', cursive;
}

.quint-font {
	font-family: 'Quintessential', cursive;
}

.special-elite-font {
	font-family: 'Special Elite', cursive;
}

.text-center {
	text-align: center;
}