/*---- Header Section > ----*/

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 36px;
}

@media (max-width: 700px) {
  #header #logo img {
    max-height: 30px;
  }
}

/* Navbar Section >> */

#navsearchdiv {
  padding: 0;
  margin: 0;
  max-height: 36px;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar-nav .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(202, 206, 221, 0.8);
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  padding: 6px 4px;
}

.navbar-nav .nav-link:hover {
  color: #fff;
  background-color: rgb(180, 89, 84);
}

.dropend .dropdown-toggle {
  color: rgb(84, 64, 56);
  margin-left: 1em;
}

.dropdown-item:hover {
  background-color: lightsalmon;
  color: #fff;
}

.dropdown .dropdown-menu {
  display: none;
}

.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}

@media screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}

/*---- Body Section ----*/

/* Menu Section >> */
#menuSec {
  background-image: linear-gradient(rgba(111, 90, 63, 0.612), rgba(229, 119, 213, 0.5)), url("../images/items/pasta-spoon.jpg");
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#menuSec #foodContents img {
  max-height: 70px;
  max-width: 70px;
}

/* Teams section >> */
#ourTeam {
  background-image: linear-gradient(rgba(111, 90, 63, 0.612), rgba(229, 119, 213, 0.5)), url("../images/teams/team.png");
  background-size: cover;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 575px) {
  #ourTeam .card {
    margin-bottom: 1rem;
  }
}

/*^^^^^TEST WARNING^^^^^*/
#devwarning {
  background-color: rgb(158, 154, 20);
}

/*---- Footer Section > ----*/
#footer {
  background-color: rgb(255, 235, 205);
}
