@import url(common.css);

.bible {
    width: 100vw;
    height: 82.65vh;
    line-height: 1.5rem;
    background-image: url(../images/bible-1600x900.jpg);
    background-attachment: fixed;
    background-position: top;
    color: #3D130B;
    display: flex;
    justify-content: center;
    align-items: center;
}

#search-bible {
    width: 400px;
    height: 70vh;
    background-color: hsla(198 100% 95.6% / 0.39);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;

    span:not(.tooltiptext) {
        letter-spacing: 2px;
        font-size: 1rem;
        font-weight: 700;
        color: red;
    }
}

#search-bible div:first-child, #search-bible div:last-child {
    width: 100%;
    padding: 15px;
    margin: 0 auto;
    text-align: center;
}

#search-bible div:nth-child(2) {
    position: relative;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltiptext {
    visibility: hidden;
    position: absolute;
    top: 65px;
    left: 10px;
    width: 220px;
    background-color: #555;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
}

#search-bible div {
    width: 250px;
    padding: 10px;
    margin: 0 auto;

    ul {
        list-style: none;
    }

    input {
        font-size: inherit;
    }
}

#submit {
    width: 50%;
}

input[type=checkbox], input[type=radio] {
    width: 1vw;
    height: 1vw;
}
