/*.card {
  width: 320px;
}
@media only screen and (min-width: 600px) {
  .card {
    width: 500px;
  }
}*/
.description {
  text-align: left;
  font-size: 14px;
}
.algn {
  margin-right: 20px;
}

/*old card*/
/*Listings persons cards css*/
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/*Responsive icons cards
@media only screen and (min-width: 700px) {
  .icon-listing {
    padding-left: 150px;
  }
}
@media only screen and (max-width: 700px) {
  .icon-listing {
    padding-left: 80px;
  }
}*/
/*Filter css*/
.filter-buttons {
  display: inline-block;
}
.btn {
  width: 120px;
}
.card-text {
  text-align: left;
  font-size: 14px;
}
.btn {
  margin-bottom: 5px;
}
li {
  padding: 2px;
  float: left;
}
li a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}

.content {
  min-height: calc(100vh - 70px);
}
/*fixed footer*/
.footer {
  height: 50px;
}

.button {
  background-color: #4caf50; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  margin-top: 50px;
  margin-bottom: 30px;
}
.button3 {
  background-color: white;
  color: black;
  border: 2px solid #f44336;
}

.button3:hover {
  background-color: #f44336;
  color: white;
}
