.container{
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color:#141213;
}

.header{
  text-align: center;
  line-height: 40%;
}

.search-section {
  
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin: 10px;
  font-family: 'Roboto', sans-serif;
}

h1{
  font-size: 60px;
}


h1, h5{
  display: flex;
  font-family: 'Abril Fatface', cursive;
  justify-content: center;
}

h2, h3{
  display: flex;
  font-family: 'Roboto', sans-serif;
  justify-content: center;
}

#search-button, #location, #search{
  font-family: 'Roboto', sans-serif;
  background-color:#141213;
  color: #F0D1C0;
  border: none;
  opacity: 0.8;
}

#search-button:hover, #location:hover, #search:hover{
  font-family: 'Roboto', sans-serif;
  color:#141213;
  background-color: #D0A77F;
  opacity: 0.6;
}

.background-img{
  background-image: url(https://images.unsplash.com/photo-1577076095415-ae202f98fa5d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80);
  color: #F0D1C0;
  background-size: 100%;
  height: 670px;
  background-repeat: no-repeat;
}

.dining-destination{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin: 10px;
  font-family: 'Roboto', sans-serif;
  color: #F0D1C0;
  background-color: #261E21;
  
  
}

.restaurant-div{
  text-align: center;
}

a{
  color: #F0D1C0;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img{
  max-width: 450px;
  max-height: 450px;
  
  
}



footer{
  text-align: center;
  background-color:#141213;
  color: #F0D1C0;
  font-family: 'Abril Fatface', cursive;
}

@media (max-width: 600px) {

  h1 {
    font-size: 40px;

  }

  h5 {font-size: 13px;
  }

  img{
    max-width: 250px;
    max-height: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .restaurant-div{
    text-align: center;
  }

  #search-button, #location, #search{
    font-family: 'Roboto', sans-serif;
    background-color:#141213;
    color: #F0D1C0;
    border: none;
    opacity: 0.8;
  }
  
  #search-button:hover, #location:hover, #search:hover{
    font-family: 'Roboto', sans-serif;
    color:#141213;
    background-color: #D0A77F;
    opacity: 0.6;
    
    
  }

 

  .background-img{
    background-image: url(https://images.unsplash.com/photo-1577076095415-ae202f98fa5d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80);
    color: #F0D1C0;
    background-size: 100%;
    height: 250px;
    background-repeat: no-repeat;
    
    
  
    
    
  }

  .dining-destination{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin: 10px;
    font-family: 'Roboto', sans-serif;
    color: #F0D1C0;
    background-color: #261E21;
    
    
  }

  footer{
    text-align: center;
    background-color:#141213;
    color: #F0D1C0;
    font-family: 'Abril Fatface', cursive;
  }

  #location, #search{
    width: 100px;
    width: 100px;



  }

}