*{
    margin: 0;
    padding: 0;
    outline: 0;
}
body{
    background: rgb(224, 224, 224);
    font-size: 16px;
}
.headersection{
    background: #fff;
}
.header{padding: 10px;}
.header img{}
.header a{}
.findsection{
    padding: 250px 0px;
    /*background: linear-gradient(93deg, rgba(5,122,1,1) 37%, rgba(39,133,86,1) 54%, rgba(252,176,69,1) 100%);*/
    margin-bottom: 100px;
    background: url(../img/banner2.jpg) no-repeat;
    background-size: 1300px;
}
.findsection h2{
    margin-bottom: 50px;
    color: #525050;
}
.find input{

}
.find {
    width: 726px;
}

.find input[type="submit"] {
    color: #fff;
    background: #92cc9a;
    padding: 10px 60px;
    border: 1px solid #fff;
    transition: .3s;
}
.find input[type="submit"]:hover {
    background-color: #fff;
    color: rgb(27, 27, 27);
}
.restaurantsection{}
.restaurants{
    background: #fefefe;
    padding: 23px 0px;
    border-radius: 10px;
    color: #2d2d2d;
    min-height: 551px;
    margin-bottom: 55px;
    transition: .3s;
    border: 2px solid #dac7c7;
}
.restaurants img{
    max-height: 200px;
    max-width: 300px;
    opacity: 1;
}
.res-desc h5{}
.res-desc p{}
.restaurants ul{}
.restaurants ul li{
    transition: .3s;
    background: #fefe;
}
.restaurants button{
    background: #fff;
    color: rgba(31, 32, 31, 0.933);
    margin-left: 95px;
    margin-top: -40px;
    margin-bottom: -130px;
    transition: .3s;
    border: 1px solid green;
}
.restaurants button:hover{
    background: green;
    color: #fff;
    border: 1px solid #ddd;
}
.footersection{
    background: #fff;
}
.footersection img{
    display: block;
    margin: 0 auto;
}

.foot-nav {
    margin: 0 auto;
    text-align: center;
    display: block;
}

.rest-view{background-color: #fff;padding: 20px 30px;width: 493px;transition:.3s;
    border: 1px solid #ddd;}
.rest-left{float: left;width: 300px;}
.rest-left img{max-height: 100px;max-width: 100px;margin-bottom: 15px;border-radius: 75px;}
.rest-left h5{
    font-size: 20px;
    font-weight: 300;
}
.rest-view:hover{
    background-color: #caefd9;
    color: #3a3636;
}
.rest-right{
    font-size: 10px;
    margin-top: 5px;
}
.rest-right a {
    background: #fff;
    color: #525050;
    border: 1px solid #ddd;
    margin-top: 30px;
	transition: .3s;
}
.rest-right a:hover{
	background: #6ccfb7;
    color: #ffffff;
    border: 1px solid #24bd25;
}
.rest-right a:active{
	background: #f9dfaf;
}
.rest-right span {
    font-size: 12px;
}
primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #92cc9a;
    border-color: #fee7ad;
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .find {
    width: 495px;
	}
}
@media only screen and (max-width: 425px){
.find {
    width: 406px;
}
}
@media only screen and (max-width: 320px){
.find {
    width: 310px;
}
}





