body {
  overflow-x: hidden;
}

a {
  color: rgb(0, 0, 0)
}

.container-2{
  max-width: 1140px;
  margin: auto;
}

#map img{
  margin: 10px;
  width: 350px;
  
}

#rest {
color:#5ED3A8 !important;

}

.carousel-control-colo{
  color:black;
}

#shop {
  color:#FFB950 !important;
  
  }

.single-genre-restaurants{
  background:#5cb85c;
  color: #fff;
  padding:5px 20px;
  font-size: 0.8em;
}

.single-genre-shop{
  background: #FF8A63;
  color: #fff;
  padding:5px 20px;
  font-size: 0.8em;
}


h1{
  padding-left: 20px;
  font-size: 24px;
}

h6{
  margin-left: 20px;
}




.navbar .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

/* .navbar .nav-item.active {
  border-left: #444 3px solid;
} */

.center{
  text-align: center;

}

#floor{
  margin-bottom: 20px;;
}


.about-img {
  margin-top: -50px;
}

#faq .card {
  border: #444;
}

#faq a {
  color: #fff;
  text-decoration: none;
}



#faq .card-body,
#faq .card-header {
  background: #333;
}

#main-footer {
  background: #5cb85c;
  color: #fff;
}

h4.sub{
  font-weight: 600;
  font-size: 25px;
  
}

.store {
  color:#5cb85c;
  font-size: 0.8em;
  margin-bottom: 0;
}

.store2 {
  color:red;
  font-size: 0.8em;
  margin-bottom: 0;
}

.card p{
  font-size: 18px;
 }

.card a{
  font-size: 14px;
 }

h4{
  margin:20px;
  font-size: 20px;
}

.rest h5{
margin-top:0;  
font-size: 24px;
color: #5ED3A8;
}

.shop h5{
  margin-top:0;  
  font-size: 24px;
  color: rgb(255, 185, 80);
  }

  
  .rest p{  
    font-size: 16px;
    }

    .container3 img{
      width: 400px;
      margin-left: 50px;;
    }


    .carousel-control-prev {
      height: 55px;
      width: 55px;
      top: 50%;
      left: 30px;
      transform: translateY(-50%);
      border-radius: 50%;
      background-color:black;
    }

    .carousel-control-next {
      height: 55px;
      width: 55px;
      top: 50%;
      right: 30px;
      transform: translateY(-50%);
      border-radius: 50%;
      background-color:black;
    }

