@charset "utf-8";
/* CSS Document */

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

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

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

a {
	color: orange;
	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: #444;
  color: #aaa;
  font-size: 8pt;
  letter-spacing: 1px;
  padding: 25px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
}

/* ====================== Navigation ====================== */
nav {
  width: 100%;
  height: 80px;
  background-color: #252831;
  text-align:center;
}

nav h1 {
  margin: auto;
 padding-top: 1.5%;
}

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

#breadcrumb {
    padding: 10px 40px 16px;
    list-style: none;
    background-color: #eee;
    font-size: 17px;
    margin: 0;
    width: calc(50% - 80px);
}

/* 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: black;
    content: "/\00a0";
}
/* Add a color to all links inside the list */
#breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}
/* Add a color on mouse-over */
#breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

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

/* ====================== Restaurant Filtering ====================== */
.filter-options {
  width: 100%;
  height: 100%;
  background-color: #436782;
  align-items: center;
  text-align: center;
  padding: 10px 2% 0 2%;
}

.filter-options h2 {
  color: white;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  margin: 0 20px;
}

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

/* ====================== Restaurant Listing ====================== */
#restaurants-list {
  background-color: #f3f3f3;
  list-style: outside none none;
  margin: 0;
  padding: 30px 15px 60px;
  text-align: center;
}

#restaurants-list li {
  background-color: #fff;
  border: 2px solid #ccc;
  font-family: Arial,sans-serif;
  margin: auto;
  margin-bottom: 15px;
  min-height: 380px;
  padding: 0 30px 25px;
  text-align: left;
  width: 80%;
  max-width: 380px;
}

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

#restaurants-list li h1 {
  color: #f18200;
  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: #436782;
  border-bottom: 3px solid #eee;
  color: #fff;
  display: inline-block;
  font-size: 10pt;
  margin: 15px 0 0;
  padding: 8px 30px 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.gallery {
  display: flex;
  flex-flow: wrap;
}

/* ====================== Restaurant Details ====================== */

.inside header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.inside #map-container {
  background: blue none repeat scroll 0 0;
  height: 87%;
  position: fixed;
  right: 0;
  top: 80px;
  width: 50%;
}

.inside #map {
  background-color: #ccc;
  height: 100%;
  width: 100%;
}

#content-container {
  width: 50%
}

#restaurant-name {
  color: #31c76d;
  font-family: Arial, sans-serif;
  font-size: 20pt;
  font-weight: 200;
  letter-spacing: 0;
  text-align: center;
  margin-top: 20%;
  margin-left: 0;
  margin-bottom: 8%;
  text-transform: uppercase;
  line-height: 1.1;
}

#restaurant-img {
  width: 90%;
  height: auto;
}

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

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

#restaurant-info {
  width: 90%;
  text-align: left;
  margin: auto;
}

#restaurant-container, #reviews-container {
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #fff;
}

#restaurant-container {
  text-align: center;
}

#reviews-container h2 {
  color: #31c76d;
  font-size: 24pt;
  font-weight: 300;
  letter-spacing: -1px;
  padding-bottom: 1pt;
  text-align: center;
}

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

#reviews-list li {
  background-color: #fff;
  border: 2px solid #f3f3f3;
  display: block;
  list-style-type: none;
  padding: 20px;
  width: 85%;
  margin: auto;
  margin-bottom: 2%;
}

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

#reviews-list li p:first-child {
  font-weight: bold;
}

#restaurant-hours{
	margin: 0 auto;
 }

#restaurant-hours td {
  color: #666;
  text-align: left;
}

/* ====================== Media Queries ====================== */

@media screen and (max-width: 499px) {
  #restaurants-list li {
    width: 100%;
    max-width: 450px;
  }

  .filter-options select {
    width: 80%;
  }

  .inside #map-container {
    height: 350px;
  }

  nav h1 a {
    font-size: 12pt;
    letter-spacing: 3px;
  }
}

@media screen and (min-width: 500px) {
  #restaurants-list li {
    width: 35%;
  }

  #footer {
    width: 100%;
  }
}

@media screen and (min-width: 500px) and (max-width:699px) {
  #restaurants-list li {
    min-height: 365px;
  }
}

@media screen and (max-width:699px) {
  #restaurant-container {
    width: 100%;
    margin-top: 90px;
  }

  .inside #map-container {
    width: 100%;
    position: relative;
    height: 500px;
  }

  #breadcrumb {
    width: 100%;
  }

  #restaurant-img {
    width: 90%;
  }
}

@media screen and (min-width: 700px) {
    #restaurant-container, #reviews-container {
    width: 50%;
  }
}

@media screen and (min-width: 700px) and (max-width: 849px) {
   #restaurant-name {
    margin-top: 40%;
  }
}

@media screen and (min-width: 850px) and (max-width: 1099px) {
   #restaurant-name {
    margin-top: 30%;
  }
}

@media screen and (min-width: 900px) {
  #restaurants-list li {
    width: 25%;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1299px) {
   #restaurant-name {
    margin-top: 25%;
  }
}
