/* GLOBAL */

* {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-size: medium;
}

main {
  flex: 1 0 auto;
}

/* HEADER */

.headersection {
  height: 135px;
  
}

#headerimg {
  width: 45%;
}

/* BODY */

body {
  background-position: 5% 200% ;
  background-size: cover;
  background-color: white;
  background-image: url(../images/16\ x\ 9\ in\ copy\ \(2\).png);
  background-color: #e7e7e7;
  background-attachment: fixed;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
 
  
}

h1,
h2 {
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  font-family: 'Bebas Neue', cursive;
  letter-spacing: .25px;
}

h5 {
  font-family: 'Bebas Neue', cursive;
  font-size: 30px;
  letter-spacing: .65px;
  font-weight: bold;
}

.hide {
  display: none;
}

.container {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.card img {
  width: 350px;
  height: 250px;
}

.card p {
  padding-left: 10px;
}

main {
  display: flex;
  align-items: stretch;
  margin: 20px;
}
.formContainer {
  display: flex;
}

.formHeader {
  align-items: center;
}

.searchForm {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.foodContainer{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.recipeCard{
  margin: 5px;
  width: 275px;
}
.recipeCard img{
  width: 275px;
}

h6 {
  font-size: 28px;
  text-decoration: solid;
  font-family: 'Bangers', cursive;
}

span {
  font-family: 'Rubik', sans-serif;
}

a {
  font-family: 'Bangers', cursive;
  font-size: 20px;
}

.section {
  padding: 60px;
  min-height: 100%;
  min-width: 100%;
}

/* SEARCH BUTTON */

#searchBtn {
  background-color: #3d3d3d;
  color: white;
  padding: 16px;
  font-size: 16px;
  border-radius: 15px;
  box-shadow: 0 0 10px 2px;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
}

#searchBtn:hover,
#searchBtn:focus {
  background-color: #919191;
}

/* INPUT SECTION */

#dishInput {
  width: 20rem;
  margin: 0 auto;
  padding: 1.5rem;
  border-radius: 15px;
  box-shadow: 0 0 10px 2px;
  background-color: #fff;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

#locationInput{
  width: 20rem;
  margin: 0 auto;
  padding: 1.5rem;
  border-radius: 15px;
  box-shadow: 0 0 10px 2px;
  background-color: #fff;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
    padding: 20px;
}

/* Footer */

footer {
 position: fixed;
 left: 0;
 bottom: 0;
 width: 100%;
  color: darksalmon;
  text-align: center;
}

#map{
	width: 350px;
	max-width: 100%;
	height: 450px;
}

#address {
  font-family: 'Bangers', cursive;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1.25px;
}

#distance {
  font-family: 'Bangers', cursive;
  font-size: 20px;
}

#duration {
  font-family: 'Bangers', cursive;
  font-size: 20px;
}

#map {
  font-family: 'Bangers', cursive;
  font-size: 20px;
}
