*{
    margin: 0;
}

body {
    background-image: url("../image/BDL-bible-bgi.JPG");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}

.navigation {
    width: 72px;
    height: 100%;
    position: fixed;
    z-index: 1;
    /* opacity: 0.5; */
    background: linear-gradient(to top, rgba(102, 58, 79,0.5),rgba(161, 64, 111,0));
}

.logo {
    position: absolute;
    top: 4%;
    left: 3%;
    z-index: 2;
}

ul {
    list-style: none;
    position: fixed;
    top: 15%;
    padding-left: 0%;
}

li img {
    height: 18px;
    width: 18px;
    padding-left: 30px;
}

img[src="./image/home.svg"] {
    height: 18px;
    width: 18px;
    padding-left: 30px;
}

li {
    height: 30px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bible-page {
    background-color: rgba(182, 106, 143, 1);
    width: 84%;
}

li:first-child span {
    visibility: hidden;
}

.bible span {
    visibility: visible;
}


.home {
    text-decoration: none;
}

.bible {
    text-decoration: none;
}

.media {
    text-decoration: none;
}

.about {
    text-decoration: none;
}

.about-text {
    margin-right: 8px;
}

li span {
    color: white;
    margin-left: 15px;
    padding: 0;
    font-family: sans-serif;
    visibility: hidden;
}

.option{
    color: white;
    visibility: visible;
    position: fixed;
    top: 70%;
    left: 0.7%;
    padding-right: 10px;
}

.option:hover .opt-text{
    visibility: visible;
}

.opt-text {
    vertical-align: middle;
    line-height: 27px;
    padding: 10px;
    color: white;
    background-color: rgba(182, 106, 143, 1);
    margin-left: 100%;
    visibility: hidden;
    position: absolute;
    bottom: 45%;
    width: 200%;
    height: 300%;
}

.opt-text:hover {
    visibility: visible;
}


/* Bible Page Styling */
.concise-bible {
    background-color: rgba(255,255,255, 0.5);
    border-radius: 10px;
    position: absolute;
    padding: 20px;
    margin-top: 7%;
    margin-left: 10.2%;
    width: 50%;
}

.concise-one {
    color: white;
    margin: 3px;
    margin-bottom: 15px;
    margin-left: 190px;    
    font-family: sans-serif;
    font-size: 25px;

}

.concise-two {
    color: white;
    font-size: small;
    width: 60%;
    margin-bottom: 20px;
    margin-left: 190px;
    font-family: sans-serif;
    font-size: 12px;
}

.concisebible-cover {
    height: 160px;
    width: 110px;
    float: left;
    margin-right: 20px;
    margin-left: 20px;
}

.read {
    color: white;
    height: 40px;
    width: 140px;
    margin-top: 10px;
    border: 0;
    background-color: rgba(182, 106, 143, 1);
    border-radius: 5px;
    margin: 10px;
    margin-left: 40px;
}

.read-two {
    color: white;
    height: 40px;
    width: 140px;
    margin-top: 10px;
    border: 0;
    background-color: rgba(182, 106, 143, 1);
    border-radius: 5px;
    margin: 10px;
    margin-left: 10px;
}

.b-link {
    color: white;
    margin-left: 20px;
    font-family: sans-serif;
}

.logo-one {
    display: flex;
    flex-direction: row;
    margin-right: 50px;
    margin-top:5px;
}

.img-two {
    width: 55px;
    height: 55px;
    border-radius: 10px;
    margin: 20px;
}

.prgh-one {
    position: absolute;
    top: 13%;
    left: 70%;
    width: 450px;
}

.t-one {
    color: white;
    font-size: 30px;
    margin-bottom: 15px;
}

.d-two {
    margin: 10px;
    color: white;
    font-size: 13px;
    font-family: sans-serif;
    text-align: left;
    background-color: rgba(163, 78, 130, 0.3);
    justify-content: space-between;
    text-align: center;
    border-radius: 10px;
}

.img-two {
    justify-content: center;
}

.concise {
    background-color: rgba(147, 147, 147, 0.2);
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.bg-image {
    display: flex;
    justify-content: space-between;
    width: 89%;
    position: absolute;
    top: 45%;
    left: 10%;
}

.bg-image  img{
    width: 250px;
    height: 400px;
    border-radius: 10px;
}

.bible-title {
    position: absolute;
    top: 38px;
    padding-left: 30px;
    color: white;
    font-family: sans-serif;
}

.bible-verse {
    position: absolute;
    top: 90px;
    padding-left: 30px;
    width: 15%;
    color: white;
    font-size: 12px;
    font-family: sans-serif;
}

.read-more-c,
.read-more-ss,
.read-more-s {
    position: absolute;
    bottom: 130px;
    margin-left: 30px;
    border-radius: 3px;
    padding: 4px 15px;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    color: white;

}

.read-more-c {
    background-color: rgb(123, 44, 16);
    border-color: orange;
}

.read-more-ss {
    background-color:rgb(112, 84, 47);
    border-color: tan;
}

.read-more-s {
    background-color: rgb(57, 57, 82);
    border-color: rgb(172, 172, 172);
}

