
.hero-logo {
    filter: drop-shadow(1px 1px 15px rgba(0,0,0,0.35));
    max-height: 25vh;
}

.navbar {
    border-bottom-style:solid;
    border-bottom-color: gray;
}

.result-list {
    min-height: 40vh;
}

img.thumbnail {

    background: rgb(211,211,211);
    background: linear-gradient(355deg, rgba(211,211,211,1) 0%, rgba(211,211,211,0.7511379551820728) 79%, rgba(211,211,211,0.26934523809523814) 100%);
    filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.35));

}

.qualigo-add > iframe {
    display: block;
    margin: 0 auto;
    border: 0;
}

.related-terms {
    list-style: circle;
}

.related-terms > li {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.footer {
    border-top: gray solid;
}

.form-field {
    justify-content: center !important;
}

.media {
    margin: 1.25rem 0 1.25rem 0;
}
.card {
    border-radius: 6px;
}
.searchbox {


    width: 100%;
    max-width: 700px;
}

.focus-inside:focus-within {
    filter: drop-shadow( 0 0 0.255em rgba(32, 156, 238, 0.5));
}
.focus-inside-8de:focus-within {
    filter: drop-shadow( 0 0 0.255em rgba(102, 104, 106, 0.5));
}


.nav-image {
    filter: drop-shadow(1px 1px 15px rgba(0,0,0,0.35));
}

.nav-form {
    min-width: 45vw;
}
.result-data {
    margin-top: 25px;
}

iframe {
    height:230px;
}

@media screen and (max-width: 768px) {
    .navbar.is-fixed-bottom, .navbar.is-fixed-top {

        position: absolute;

    }
}
a:hover, a:focus, a:active  {
    text-decoration: underline;
}

.navbar-item img {
    max-height: 3.75rem;
}

/* Read more */
/* Read more */
span.rm + div {
    display: inline-block;
}
span.rm + div:before {
    content: "[";
    padding-left: 5px;
}
span.rm + div:after {
    content: "]";
}