html { font-size: 19px; }

h1 { color: var(--sl-primary); font-weight: bold; font-family: 'Baloo Bhai', cursive; }
h2 { font-weight: bold; }
h3 { color: var(--sl-primary); font-weight: bold; font-family: 'Baloo Bhai', cursive; }

img { width: 100%; }

.text-muted { color: #999 !important; }

.jContainerNoPadding .container-fluid { padding: 0; }
.jCategoryHeaderContainer { background-image: url(./img/default_bg.jpg); }
.jFontBalooBhai { font-family: 'Baloo Bhai', cursive; }

#jSiteFooter .container .row > .col:first-child img { opacity: 0; }
#jSiteFooter .container .lead { opacity: 0; }

#modalInscription .card { border: 0; }
#modalInscription .card-body { padding: 0; }
#modalInscription .card-footer { padding-top: 1rem; text-align: center; }

.carousel img {
  max-height: 90vh;
  object-fit: cover;
  object-position: center;
}

.jMaxHeight20 { width: 100%; height: 20vw; }
.jMaxHeight20 img { width: 100%; height: 100%; object-fit: cover; object-position: center; }