
a,a:hover{
  text-decoration: none;
}
.navbar-brand-img{
  height: 60px;
}
.navbar-custom{
  background-color: #fff;
  box-shadow: 0 0 5px #00000025;
}
.location-body-text{
  font-size: 16px;
  font-weight: 500;
  color: black;
  margin-bottom: 0;
  padding: 10px 0;
}
.location-text{
  color: black;
}
.location-active{
  color: green;
}
.custom-card-body{
  padding: 100px 0;
}
.custom-card{
  box-shadow: 0 0 5px #00000025;
  border: #494949 2px solid;
  padding: 50px;
  border-radius: 5px;
  transition: all ease-in-out 0.1s;
  margin-bottom: 20px;
  transition: all 0.2s ease-in-out;
}
.custom-card:hover{
  box-shadow: 0 0 10px #00000050;
  scale: 1.025;
}
.custom-card-text{
  font-size: 22px;
  color: black;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
}
.custom-card-2{
  box-shadow: 0 0 5px #00000025;
  border: #494949 2px solid;
  padding: 5px;
  border-radius: 20px;
  transition: all ease-in-out 0.1s;
  margin-bottom: 20px;
  transition: all 0.2s ease-in-out;
}
.custom-card-2:hover{
  box-shadow: 0 0 10px #00000050;
  scale: 1.025;
}
.custom-card-2-img{
  width: 100%;
  padding: 15px;
  max-width: 50px;
}
.custom-card-2-text{
  font-size: 16px;
  color: black;
  font-weight: 600;
  margin-bottom: 0;
}
.footer{
  background-color: #494949;
}
