/*
Orange: #ca500c;
Teal:  #0c7380;
Black: #171511;
Tan: #e2d3bf;
Green: #0c715e;
*/

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
  font-size: 3.5rem;
  }
}

html, body, .tooltip, .popover {
  font-family: "Gill Sans Nova", "Gill Sans", quarca, sans-serif;
  color: #171511;
}

#navbar-menu {justify-content: right;}

.mjover {background-color: #171511;}
.mjhdr {
color: #ca500c;
font-weight: 700!important;
}
.mjtxt {
  font-family: quarca;
  font-size: 1.1rem;
}

.bg-primary {background-color: #e2d3bf;}

.btn-group { font-size: 1rem; }
.btn {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9rem;
}

p { font-size: 10px; }

.card-text { font-size: 0.8rem; }
.card-footer { font-size: 0.8rem; }

/* nav.navbar {background-color: #c3af91;} */
nav.navbar {background-color: #0c7380;}

.nav-item {font-weight: 700;
           text-transform: uppercase;
}

.more-cards { display: none; }

#show-more-btn {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #ca500c;
    color: #171511;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    cursor: pointer;
}

