/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  padding-top: 3.5rem;
}

nav{
  min-height: 55px;
}

.display-3{
  font-weight: 600;
}

.badge-custom{
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
}
.badge-sale{
  color: #fff;
  background-color: #27ae60;
  border-color: #2ecc71;
}
.badge-contact{
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  font-weight: 400;
}

a.badge-contact{
  text-decoration: none;
  color: #fff;
}
a.badge-contact:hover{
  background-color: #0069d9;
}

.btn-head{
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

.badge{
  padding: .6em;
  font-weight: 400;
}

.badge-secondary{
  background-color: transparent;
  color: #6c757d;
  border: 1px solid #6c757d;
}

.grey{
  color: #6c757d;
}

.card{
  box-shadow: 0 0 16px 0 rgba(0,0,0,.09);
  border: 0;
}
.badge-success {
  color: #28a745;
  background-color: transparent;
  border: 1px solid #28a745;
}
.badge-danger {
    color: #dc3545;
    background-color: transparent;
    border: 1px solid #dc3545;
}
.header{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.status{
  margin-left: 25px;
}
@media (max-width: 992px) {
  .header{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .status{
    margin-left: 0;
  }
}
.badge-info {
  color: #17a2b8;
  background-color: transparent;
  border: 1px solid #17a2b8;
}
a{
  color: #000;
}
