.text-secondary {
  color: silver;
}

.footer-logo-img {
  font-size: 1.25rem;
}

.post-one {
  margin-top: 8rem;
}

.num-input-no-arrow {
      -moz-appearance: textfield;
}

.num-input-no-arrow::-webkit-outer-spin-button,
.num-input-no-arrow::-webkit-inner-spin-button {
  -webkit-appearance: none;
 
}


.c-gray {
  color: gray;
}
.c-gray-hover:hover {
  color: gray;
}
.c-red {
  color: red;
}
.c-silver {
  color: silver;
}
.c-blue {
  color: blue;
}



.text-90-percent {
  font-size: 90%;
}
.text-85-percent {
  font-size: 85%;
}
.text-75-percent {
  font-size: 75%;
}
.text-70-percent {
  font-size: 70%;
}
.text-65-percent {
  font-size: 65%;
}