body {
  background-color: rgb(212, 209, 207)
}


.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  padding: 10px;
}

/* Style the search field */
.example input[type=text] {
  padding: 10px;
  margin-top: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;
}

/* Style the submit button */
.example button {
  float: left;
  width: 20%;
  padding: 10px;
  background: rgb(179, 118, 77);
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  /* Prevent double borders */
  cursor: pointer;
  margin-top: 10px;
}

.recipesource{
  color: rgb(179, 118, 77);
}

.recipesource:hover {

  color: rgb(211, 185, 102);
}

.example button:hover {
  background: rgb(211, 185, 102);
}

/* Clear floats */
.example::after {
  content: "";
  clear: both;
  display: table;
}

.search-div {
  background-image: url(/Project1/src/food3.jpg);
  width: 100rem;
  height: 10rem;
  color: black;
}

.resultrecipe {
  color: black;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: x-large;
}

h1 {
  color: white;
  text-align: center;
  padding: 2%;
  background-color: rgb(155, 52, 53);
  border-radius: 15px 15px 0px 0px;
}

p.lead {
  margin: 0;
  color: white;
  text-align: center;
  padding: 2%;
  background-color: rgb(83, 49, 67);
}


.overlay-div {

  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;

}

.btn {
  position: relative;
  background-color: rgb(179, 118, 77); /*  background */
  color: white;
}

.btn:hover {
  background-color: rgb(211, 185, 102);
}

.topbar {
  display: flex !important;

}
.my-flex-wrapper{

display: flex;
flex-flow: column wrap;
}
.topbar li{
  text-decoration: none !important;
}


.navagation-button {
  position: relative;
  background-color: rgb(179, 118, 77); /*  background */
}

.card-img-overlay{ 
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-title{
  height: auto;
  width: auto;
  position: relative;
  border: 3px; 
  text-align: center;
  margin: 10px;
  padding: 2%;
  border-radius: 15px 15px 15px 15px;
  background-color: rgb(179, 118, 77, 0.8); /*  background */
  color: white;
  

}

.card-text{
  height: auto;
  width: auto;
  position: relative;
  padding: 2%;
  text-align: center;
  margin: 10;
  border-radius: 15px 15px 15px 15px;
  background-color: rgb(83, 49, 67, 0.8); /*  background */
  color: white;
  

}


img {
  float: left;
  width: 300px;
  height: 300px;
  object-fit: cover;
  overflow: hidden;
  -webkit-filter: grayscale(100%) !important;
  filter: grayscale(100%) !important;

}

.navigation-hover {
  -webkit-filter: none !important;
  filter: none !important;
}

.fixed-footer {
  bottom: 0;
  background-color: rgb(139, 122, 70);
  text-align: center;
  color: white;
  border-radius: 0px 0px 15px 15px;
}

.searchrec{
  margin : 10px;}

#videos {
  margin-top: 10px;
  text-align: center;
}

.maindrop {
  margin-right: 2.5%;
}

.home-button{
  background-color: rgb(179, 118, 77); /*  background */
  border: none; /* Remove borders */
  color: white; /* White text */
  padding: 12px 16px; /* Some padding */
  font-size: 16px; /* Set a font size */
  cursor: pointer; /* Mouse pointer on hover */
height: 38px;
  
  

  margin-left: 2.5%;

}

/* Lighter background on mouse-over */
.home-button:hover {

  background-color: rgb(211, 185, 102);

}

.searchrec{
  padding: 10px;
}
.card-title{
  font-family: 'Roboto', sans-serif;
}
.recipeinstructions{
  margin-top: 1rem;
}
.links{
padding: 0px;
padding-bottom: 1rem;
}
.recipe-search-results{
  padding-bottom: 10px;
  margin: 1rem;
}
.searchbody{
  padding: 0px;

}