.search-block {
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    max-width: 700px;
    margin: auto;
}
h6{
    color: #6BABC0;
    position: relative;
    margin-bottom: 15px;
}
h6 .col{
    height: 1px;
    background: #BACED5;
    margin: auto;
}
h5{
    font-style: italic;
    font-weight: 300;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.06em;
    color: #1E434F;
}
p{
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.06em;
    color: #1E434F;
}
.toast-body s{
    display: none;
}
.leftbar>a>* {
    margin: auto;
}
#preloadRV {
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
}
.grecaptcha-badge{
    margin-left: -80px;
}
@media (min-width: 992px){
    .custom-select, .form-control{
        font-size: 1.05rem;
    }
    .search-block{
        max-width: 900px;
    }
    .btn-read{
        font-size: 1.05rem;
    }
    #bible-logo{
        width: 105px;
        height: 175px;
    }
    #RV .toast-header small{
        font-size: .875rem;
    }
    #RV a.text-body{
        font-size: 1rem;
    }
    .toast {
        max-width: 420px;
    }
}
@media (max-width: 350px){
    #book, #chapter{
        padding: .375rem 1.5rem .375rem .5rem;
        font-size: .8rem;
        font-weight: 100;
        line-height: 1;
    }
    #book option, #chapter option{
        font-size: 50%;
    }
}