body,td,th,p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333;
	line-height: 1.5;
}

body {
	background-color: #fdfdfd;
	margin: 0;
	position:relative;
}

ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #333;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover, a:focus {
	color: #3397db;
	text-decoration: none;
}

a img{
	border: none 0px #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 0 20px;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

#maincontent {
  background-color: #f3f3f3;
  min-height: 100%;
}

#footer {
	background-color: #253b56;
  color: #aaa;
  font-size: 10pt;
  letter-spacing: 1px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
}

/* ====================== Navigation ====================== */
nav {
  width: 100%;
  height: 60px;
  background-color: #253b56;
  text-align: center;
  display: flex;
}

nav h1 {
  margin: auto;
}

nav h1 a {
  color: #fff;
  font-size: 16pt;
  font-weight: 200;
  letter-spacing: 10px;
  text-transform: uppercase;
}

#breadcrumb {
	padding: 7px 13px;
	list-style: none;
	background-color: #eee;
	font-size: 17px;
	margin: 0;
}

/* Display list items side by side */
#breadcrumb li {
  display: inline;
}

/* Add a slash symbol (/) before/behind each list item */
#breadcrumb li+li:before {
  padding: 8px;
  color: #000;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
#breadcrumb li a {
  color: #0702d8;
  text-decoration: none;
}

/* Add a color on mouse-over */
#breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

/* ====================== Map ====================== */
#map {
  height: 450px;
  width: 100%;
  background-color: #ccc;
}

/* ====================== Restaurant Filtering ====================== */
.filter-options {
	width: 100%;
	height: 59px;
	background-color: #253b56;
	align-items: center;
}

.filter-options h2 {
	color: #fff;
	font-size: 1.05rem;
	font-weight: normal;
	line-height: 1;
	margin: 0 10px;
	padding-top: 10px;
	display: inline;
}

.filter-options select {
	background-color: white;
  border: 1px solid #fff;
  font-family: Arial,sans-serif;
  font-size: 11pt;
  height: 35px;
  letter-spacing: 0;
  margin: 12px 0px 0 10px;
  padding: 0 10px;
  width: 215px;
  font-weight: 600;
}

/* ====================== Restaurant Listing ====================== */
#restaurants-list {
	background-color: #f2f2f2;
	list-style: outside none none;
	margin: 0;
	padding: 30px 15px 60px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

#restaurants-list li {
	background-color: #fff;
	border: 2px solid #ccc;
	font-family: Arial,sans-serif;
	margin: 10px 0px 10px 0;
	min-height: 380px;
	padding: 4%;
	text-align: left;
	width: 50%;
	box-sizing: border-box;
}

#restaurants-list .restaurant-img {
  background-color: #ccc;
  display: block;
  margin: 0;
  max-width: 100%;
  min-height: 248px;
  min-width: 100%;
}

#restaurants-list li h1 {
  color: #ac2929;
  font-family: Arial,sans-serif;
  font-size: 14pt;
  font-weight: 200;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 20px 0 10px;
  text-transform: uppercase;
}

#restaurants-list p {
  margin: 0;
  font-size: 11pt;
}

#restaurants-list li a {
  background-color: #ac2929;
  border-bottom: 3px solid #eee;
  color: #fff;
  display: inline-block;
  font-size: 10pt;
  margin: 15px 0 0;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

/* ====================== Restaurant Details ====================== */
.inside header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.inside #map-container {
  height: 83%;
  position: fixed;
  right: 15px;
  top: 99px;
  width: 48%;
}

.inside #map {
  background-color: #ccc;
  height: calc(100% - 50px);
  width: 100%;
}

.inside #footer {
  bottom: 0;
  position: absolute;
  width: 100%;
}

#restaurant-name {
  color: #ac2929;
  font-family: Arial,sans-serif;
  font-size: 16pt;
  font-weight: 200;
  letter-spacing: 0;
	margin: 15px 0 15px;
  text-transform: uppercase;
  line-height: 1.1;
}

#restaurant-img {
	width: 100%;
}

#restaurant-address {
  font-size: 13pt;
  margin: 10px 0px;
}

#restaurant-cuisine {
  background-color: #ac2929;
  color: #ddd;
  font-size: 13pt;
  font-weight: 300;
  letter-spacing: 10px;
  margin: 10px 0;
  padding: 2px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

#restaurant-container,
#reviews-container {
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #fff;
  padding: 100px 18px 15px;
  width: 50%;
}

#reviews-container {
  padding: 10px 18px 50px;
}

#reviews-container h2 {
  color: #ac2929;
  font-size: 23pt;
  font-weight: 300;
  letter-spacing: -1px;
  padding-bottom: 1pt;
}

#reviews-list {
  margin: 0;
  padding: 0;
}

#reviews-list li {
  background-color: #fff;
  border: 2px solid #f3f3f3;
  display: block;
  list-style-type: none;
  margin: 0 0 30px;
  overflow: hidden;
  padding: 0 20px 20px;
  position: relative;
  width: 100%;
}

#reviews-list li p {
  margin: 0 0 10px;
}

#reviews-list li p:nth-child(1) {
	background: #ac2929;
  font-weight: 600;
  width: 100%;
  padding: 2px 20px;
  position: relative;
  left: -20px;
  color: #fff;
}

#restaurant-hours td {
  color: #666;
}

/* ====================== Accessibility Styles ====================== */
#restaurants-list li a:focus,
#restaurants-list li a:hover {
  background-color: #075c85;
	outline-color: #ac2929;
}

nav a:hover,
nav a:focus {
color: #ac2929;
font-weight: bold;
letter-spacing: 12px;
outline-color: #fff;
padding-left: 13px;
}

footer a:hover,
footer a:focus {
color: #ac2929;
letter-spacing: 3px;
outline-color: #fff;
padding: 2px 12px;
}

.filter-options select:hover,
.filter-options select:focus {
	background-color: #ac2929;
	color: #fff;
}

#breadcrumb li a:focus,
#breadcrumb li a:hover {
	background-color: #ac2929;
	color: #fff;
	padding: 1px 12px 3px;
}

/* Style for the skip link */
.skip-link {
  display: block;
  position: absolute;
  top: 15px;
  left: -1000px;
  background-color: #ac2929;
  padding: 5px 10px;
	color: #fff;
}

.skip-link:focus {
  left: 15px;
	color: #fff;
	outline-color: white;
}

/* ====================== Offline Maps Message Styles ====================== */
.maps-offline {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color:#ac2929;
	text-align: center;
}

.maps-offline > .warning-header,
.maps-offline > .warning-message {
  font-family: Arial,sans-serif;
  font-weight: 200;
  letter-spacing: 0;
  margin: 0 0 10px;
  text-transform: uppercase;
  line-height: 1.1;
	padding: 0 5px;
}

.maps-offline > .warning-header {
	color: #ac2929;
  font-size: 15pt;
}

.maps-offline > .warning-message {
  color: #01447e;
  font-size: 10pt;
}
