.pp-text-left {
  text-align: left;
}
.pp-text-right {
  text-align: right;
}
.pp-text-center {
  text-align: center;
}
.pp-text-justify {
  text-align: justify;
}
.pp-text-nowrap {
  white-space: nowrap;
}
.pp-text-lowercase {
  text-transform: lowercase;
}
.pp-text-uppercase {
  text-transform: uppercase;
}
.pp-text-capitalize {
  text-transform: capitalize;
}

/* COLORS */
.pp-text-navy {
  color: #1ab394;
}
a.pp-text-navy:hover,
a.pp-text-navy:focus {
  color: #286090;
}
.pp-text-primary {
  color: #0096D5;
}
a.pp-text-primary:hover,
a.pp-text-primary:focus {
  color: #0096D5;
}

.pp-text-success {
  color: #1c84c6;
}
a.pp-text-success:hover,
a.pp-text-success:focus {
  color: #1c84c6;
}

.pp-text-info {
  color: #23c6c8;
}
a.pp-text-info:hover,
a.pp-text-info:focus {
  color: #23c6c8;
}
.pp-text-warning {
  color: #f8ac59;
}
a.pp-text-warning:hover,
a.pp-text-warning:focus {
  color: #F8AC59;
}
.pp-text-danger {
  color: #ed5565;
}
a.pp-text-danger:hover,
a.pp-text-danger:focus {
  color: #EF5352;
}
.pp-text-muted {
  color: #888888;
}
a.pp-text-muted:hover,
a.pp-text-muted:focus {
  color: #888888;
}
.text-white {
  color: #ffffff;
}
a.pp-text-muted:hover,
a.pp-text-muted:focus {
  color: #ffffff;
}