body {
  margin: 0;
  padding: 0;
  background-color: #1E202B;
}

nav {
  background-color: #1E202B;
}

.site-title {
  font-size: 1rem;
}

.site-description {
  color: #bfc1c8;
  font-size: 0.7rem;
}
.logo-type {
  display: inline-block;
  vertical-align: middle;
}

.hero-section {
  height: 50vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/banner.png');
  background-position: center;
  background-size: cover;

}

#findLocation{
  padding: 15px 30px;
  background: rgb(30, 32, 43);
  border-radius: 3rem;
  border-color: transparent;
  color: white;
  position: relative;
}
#find{
  border-radius: 3rem; 
  padding: 10px 40px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#findLocation::placeholder{
color: gray;
font-weight: bold;

}
.input-group>.form-control:focus{
  z-index: 0;
  box-shadow: none;
}
#cards{
  transform: translateY(-120px);
}
footer {
  background-color: #262936;
}
.bg-heading{
  background-color: #2D303D;
}
.w-20{
  width: 20px;
}
.bg-custom{
  background-color: #323544;
}
.bg-custom-two{
  background-color: #262936;
}
.navbar-nav .nav-link{
  padding: 5px 15px;
}
.navbar-nav .nav-link.active{
  color:#0B5ED7;
  padding: 5px 15px;
  border:1px solid #0B5ED7;
  border-radius: 20px;
}