/* Elements */

a {
  color: #ffffff;
}

a:hover {
  background: lighten(#333131, 8%);
}

body {
  padding: 2rem;
}

nav {
  background-color: black;
}

.searchBar {
  margin-top: 3rem;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(Assets/picnic.png);
  margin-bottom: 0.5rem;
  border-radius: 20px;
  text-align: center;
}

.fa-shopping-basket, .fa-bars, .fa-users {
  /* Remember to treat as a font */
  color: white !important;
  background-color: black;
}

.branding, legend {
  font-family: "Grand Hotel";
  color: white;
  font-size: 2rem;
  text-align: center !important;
  padding-top: 0.5rem !important;
}

legend {
  color: black;
}

#pastaTitle {
  color: gold;
}

.listPopup, .aboutUs {
  display: none;
  position: absolute !important;
  top: 3.3rem;
  right: 0;
  background-color: white;
  border-radius: 10px;
  padding: 0 3rem;
  width: fit-content;
}

.closeList, .closeDev, .closeBanner {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem;
}

.triviaBanner {
  position:absolute;
  top: 3.3rem;
  left: 0;
  background-color: #dd2828a9;
  text-decoration-color: white;
  color: #ffffff;
  font-size: larger;
  border-color: #ffffff;
  width: 100%;
  margin: 0;
}

.triviaReveal {
  float: right;
  margin-right: 5rem;
}

.profile {
  border-radius: 50%;
  width: 100px;
}

.tooltip-top {
  background-color: transparent;
  
}

.hero {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(Assets/pasta.jpeg);
}

.searchRecipe {
  background-color: white;
  width: 50%;
  margin-top: 1rem;
}

#searchBtn {
  line-height: 1;
}

fieldset {
  border: 5px solid black;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.75);
  margin-bottom: 1rem;
}

.allergens {
  margin: 0rem 5rem;
  margin-bottom: 1rem;
}

.diets {
  margin: 0rem 5rem;
  margin-bottom: 1rem;
}

.cardCSS {
  margin: 2rem;
}

#displayJsDate {
  color: white;
  position: fixed;
  bottom: 0;
  right: 0;
  margin-right: 20px;
  margin-bottom: 10px;
}
