/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
main > .container {
  padding: 20px 15px 0;
}

.footer {
  background-color: #e3f2fd;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.brand {
  background-color: #125D97 !important;
}

.capit::first-letter{
  text-transform: uppercase
}

.thelogo {
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  font-size: x-large;
  text-shadow: 1px 2px 4px #fff;
}

.navbar-brand {
  padding-bottom: 0;
}

.price {
  font-weight: bold;
  font-size: large;
  color: red;
}

.product .card-body {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.product-list .mb-4 {
  margin-bottom: 0.5rem !important;
}