/**
 * @file
 * Subtheme specific CSS.
 */
.img200x200 {
    max-width: 200px;
    max-height: 200px;
}
.txt-shadow {
    text-shadow: 2px 2px 3px #151515;
}

.navbar-dark .nav-link {
    color: rgba(255,255,255,1);
}

.navbar-brand {
    padding-left: 10px;
}

.hero-bg {
    position: relative;
    height: 50vh;
    background-image: url('/sites/default/files/images/angelitas.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.hero-content {
    position: relative;
    z-index: 1;
}
.site-footer .block {
    margin: 20px 0;
    border: 0px;
    border-color: rgba(255,255,255,0.1);
    padding: 10px;
}
.img-taxon-names {
    font-size: 12px;
}

.form-submit::before {
    display: inline-block;
    content: "";
    color:rgb(255, 255, 255);
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-search" viewBox="0 0 16 16"><path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0"/></svg>');
    background-repeat: no-repeat;
    -webkit-background-size: 1rem 1rem;
    background-size: 1rem 1rem;
    background-position: 0 0.25rem;
    width: 1.5rem;
    height: 1.2rem;
}