body {
  background: #f6f6f6;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.card {
  border: 0;
  position: relative;
  margin-bottom: 20px;
  border-radius: 0;
}
.card .city {
  position: absolute;
  right: -5px;
  top: -10px;
  background: #00aee7;
  color: white;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 400;
  padding: 3px 10px;
  z-index: 5;
}
.card .card-body .location {
  text-transform: uppercase;
  font-size: 0.8em;
  margin-bottom: 10px;
  font-weight: 700;
}
.card .card-body .card-title {
  color: #00aee7;
  font-size: 1.4em;
  margin-bottom: 15px;
  font-weight: 700;
}
.card .card-body .card-subtitle {
  margin-bottom: 10px;
  font-weight: 700;
}
.card .card-body .card-text {
  text-align: justify;
}
.card .card-body .fund-info {
  font-size: 0.9em;
  line-height: 1.6em;
  margin-bottom: 20px;
}
.card .card-body .fund-info .fas {
  display: inline-block;
  width: 30px;
}
.card .card-body .fund-info .progress {
  height: 10px;
  margin-left: 33px;
  margin-top: 3px;
  border-radius: 0;
}
.card .card-body .btn {
  background: #00aee7;
  padding: 15px 20px;
  border-radius: 0;
  color: white;
  text-transform: uppercase;
  font-size: 0.9em;
}
.card.header {
  color: white;
  background: #232323;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 1.2em;
  padding: 30px;
  line-height: 1.7;
  font-weight: 300;
}
.card.header .header-first {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 10px;
}
.card:hover {
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.5);
}
.footer {
  padding: 50px 0;
}
.footer a,
.footer a:link,
.footer a:visited {
  color: #212529;
  text-decoration: none;
  display: block;
}
/*# sourceMappingURL=stye.css.map */