@charset "UTF-8";
/* CSS Document */
body {
background-color: rgba(0,0,0,1.00) }
body {font-family: "Majesti Banner Medium"}
body {
	color: white
}
.flex-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 125px;
  float: center;
	background-color: rgba(65,58,62,0.80);
  height: 275px;
	width: 700px;
  align-items: center;
}
#lifetime-fortune {
	align-content: space-around;
}
#hours-text,#hours-text2 {
	text-align: center;
	font-family: athelas, serif;
font-weight: 200;
font-style: italic;
	color: rgba(214,227,193,1.00);
}
#hours{
	text-align: center;
}
#vision-header,#mission-header{
	font-family:"Majesti Banner Medium";
	color:rgba(190,40,35,1.00)	
}
#mission,#our-story{
	color: rgba(215,228,194,1.00);
	align-content: center;
	font-family: "Majesti Banner Medium";
	font-style: italic
}
#navigation{
	font-family: athelas, serif;
font-weight: 700;
font-style: normal;
}
#hours-and-location{
	font-family: athelas, serif;
font-weight: 400;
font-style: normal;
color: rgba(213,162,141,0.80)
}
#social-media{
	font-family: athelas, serif;
font-weight: 200;
font-size: 24pt;
font-style: normal;
color: rgba(214,227,193,0.80);
align-items: center;
	border: thin;
		border-color: rgba(0,0,0,1.00);
	border-width: inherit;
	align-content: center;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
}
#hours-and-location{
	float: right;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: #111;
}
.active {
  background-color: rgba(215,228,194,0.50);
}
.mission {
}
footer {
	color: rgba(65,57,61,1.00)
}