@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,500,600,700,900,400);
@import url(http://fonts.googleapis.com/css?family=Dosis:400,200,300,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Allura);
@import url(https://fonts.googleapis.com/css?family=Muli);

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Muli", sans-serif;
}

/* MAIN */

#main {
  display: flex;
  /* justify-content: space-evenly; */
  align-items: center;
  /* border: 1px solid red; */
  height: 20vh;
  background: #fff;
}
#main img {
  border-radius: 15%;
  height: 30%;
  margin-left: 5%;
  margin-right: 5%;
}
#main input {
  height: 30px;
  border: 3px solid #004e83;
  border-radius: 10px;
  width: 50%;
  padding-left: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #004e83;
  font-size: 20px;
  background: transparent
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E")
    no-repeat 20px center;
}
/* #find-btn{
    height: 60px;
    font-size: 20px;
    border-radius: 5px;
    margin-left: 1%;
    padding: 2px;
    width: 5%;
} */

#sign-up-btn {
  height: 60px;
  font-size: 20px;
  border-radius: 30px;
  margin-left: 25%;
  padding: 2px;
  width: 150px;
  color: #fff;
  background: #004e83;
}
#sign-in-btn {
  height: 60px;
  font-size: 20px;
  border-radius: 30px;
  /* justify-content: space-between; */
  background: #fff;
  margin-left: 0.5%;
  padding: 2px;
  width: 150px;
  margin-right: 5%;
  color: #004e83;
  border: 2px solid #004e83;
}

/* HERO */

.hero {
  /* border: 1px solid green; */
  height: 70vh;
  background-image: url(../images/background/explore-bg-min.jpg);
  background-size: cover;
}
.title {
  width: 100%;
  text-align: center;
  /* border: 1px solid yellow; */
}
.sub-title {
  width: 100%;
  text-align: center;
  /* border: 1px solid yellow; */
}
.title h1 {
  font-size: 150px;
  /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-weight: 900;
  color: #fff;
  padding-top: 5%;
}
.hero p {
  font-size: 40px;
  /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
  color: #fff;
  padding-top: 2%;
}
.options {
  justify-content: space-evenly;
  width: 100%;
  /* border: 1px solid red; */
  display: flex;
  margin-top: 2%;
}
.options button {
  height: 60px;
  font-size: 20px;
  border-radius: 5px;
  width: 100px;
  border: 2px solid orangered;
  background-color: transparent;
  /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-weight: 600;
  box-shadow: 5px 5px 25px 1px rgba(212, 139, 139, 0.25);
}
button.btn:active {
  transform: scale(0.85);
  box-shadow: 3px 2px 25px 1px rgba(0, 0, 0, 0.25);
}

/* Results */

.wrapper {
  display: flex;
  height: 100vh;
}

.main {
  flex-grow: 1;
  padding: 20px;
  overflow-y: auto;
}

.side-panel-toggle {
  width: 50px;
  height: 100px;
  flex-shrink: 0;
  display: grid;
  place-items: center;

  color: #ffffff;
  background: #004e83;
  border: none;
  border-radius: 5px 0 0 5px;
  outline: none;
  cursor: pointer;
}

.side-panel-toggle:hover {
  background: #004e83;
}

.sp-icon-open {
  display: none !important;
}

.side-panel {
  display: none;
  width: 500px;
  flex-shrink: 0;
  padding: 20px;
  color: #004e83;
  /* background: #004e83; */
  border: 1px solid #004e83;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  overflow-y: auto;
}

.side-panel-open .side-panel {
  display: initial;
}

.side-panel-open .sp-icon-close {
  display: none !important;
}

.side-panel-open .sp-icon-open {
  display: initial !important;
}

.location-information{
  display: inline-flex;
  border: 1px solid #004e83;
  width: 100%;
  /* justify-content: space-between; */
  flex-direction: row;
  margin-bottom: 5px;
}

.location-container{
  padding: 5px;
  /* flex-direction: column; */
  /* align-items: center; */
  /* display: inline-block; */
  /* justify-content: space-between; */
  width: 75%;
}

/* .location-image{
  width: 75%;
} */
.location-image img{
  display: block;
  width: 100%;
  height: auto;
  /* justify-content: space-between; */
}


/* Filters */


/* Add a black background color to the top navigation */
.topnav {
  height: 80px;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  box-shadow: -1px 8px 19px 2px rgba(0,78,131,0.74);
-webkit-box-shadow: -1px 8px 19px 2px rgba(0,78,131,0.74);
-moz-box-shadow: -1px 8px 19px 2px rgba(0,78,131,0.74);
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #004e83;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
}

/* Add an active class to highlight the current page */
/* .active {
  background-color: #fff;
  color: #fff;
} */

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 20px;
  border: none;
  outline: none;
  color: #004e83;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #004e83;
  color: #fff;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #004e83;
  color: #fff;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

#dining-option{
  /* border: 2px solid orangered; */
  background-color: #fff;
  color: #004e83;
  font-weight: 600;
  /* border-radius: 5%; */
  /* margin-right: 20%; */
}