* {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.title {
    z-index: 2;
    position: absolute;
    top: 2%;
    left: 2%;
}

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

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

li {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

li img {
    padding-left: 20px;
    width: 25px;
    height: 25px;
}

li span {
    color: white;
    margin-left: 10px;
}

.home,
.media,
.about-us {
    visibility: hidden;
}

li:nth-child(2) {
    background-color: rgba(182, 106, 143, 1);
    height: 50px;
}

.bible-link {
    text-decoration: none;
}

.receive {
    width: 100%;
    color: white;
    position: absolute;
    bottom: 135px;
    padding-left: 20%;
}

.receive-link {
    font-size: medium;
}

.hover-box {
    width: 80px;
    vertical-align: middle;
    line-height: 27px;
    padding: 10px;
    color: white;
    position: absolute;
    bottom: 135px;
    left: 72px;
    background-color: rgba(182, 106, 143, 0.730);
    ;
    font-size: small;
    visibility: hidden;
}

.receive:hover+.hover-box {
    visibility: visible;
}

.hover-box:hover {
    visibility: visible;
}

.bottom-link1,
.bottom-link2,
.receive-link {
    text-decoration: none;
}

a {
    color: white;
}

body {
    background-image: url("../image/candle-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.bible-box {
    position: fixed;
    top: 11%;
    left: 10%;
    width: 50%;
    height: 28%;
    background-color: rgb(255, 255, 255, 0.2);
    border-radius: 15px;
}

.bible-image {
    width: 120px;
    height: 180px;
    position: absolute;
    top: 9%;
    left: 5%;
}

.bible-description {
    position: absolute;
    top: 9%;
    left: 28%;
    color: white;
    width: 66%;
}

p {
    font-size: small;
}

.read {
    background-color: rgba(182, 106, 143, 1);
    width: 140px;
    height: 35px;
    border: none;
    position: absolute;
    top: 73%;
    left: 28%;
    border-radius: 5px;
}

.download {
    background-color: rgba(182, 106, 143, 1);
    width: 140px;
    height: 35px;
    border: none;
    position: absolute;
    top: 73%;
    left: 51%;
    border-radius: 5px;
}

button a {
    text-decoration: none;
}

.get-bible {
    position: absolute;
    top: 76%;
    left: 75%;
}

.reading-tools {
    position: absolute;
    top: 12%;
    left: 67%;
    color: white;
}

.gospel {
    position: fixed;
    top: 18%;
    left: 67%;
    color: white;
    display: flex;
    justify-content: space-between;
    width: 30%;
    height: 21%;
}

.gospel>div {
    background-color: rgba(182, 106, 143, 0.35);
    border-radius: 8px;
    text-align: center;
    width: 29%;
    padding-top: 15px;
}

.grape1,
.grape2,
.grape3 {
    width: 50px;
    height: 50px;
    margin: 10px;
    border-radius: 7px;
}

.concise-gospel {
    background-color: rgb(255, 255, 255, 0.1);
    position: absolute;
    width: 26.5%;
    height: 40%;
    bottom: 0;
    text-align: left;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    align-content: center;
    padding-left: 10px;
}

.verses-title {
    color: white;
    position: absolute;
    top: 45%;
    left: 10%;
}

.verse-flex {
    color: white;
    display: flex;
    width: 87%;
    height: 47%;
    position: fixed;
    top: 50%;
    left: 10%;
    justify-content: space-between;
}

p span {
    font-size: large;
}

.Creator {
    background-image: url("../image/many-candles.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.God-love {
    background-image: url("../image/cross-image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.Kingdom {
    background-image: url("../image/cross-image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.God {
    background-image: url("../image/galaxy.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.sin {
    background-image: url("../image/cross-image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.Creator,
.God-love,
.Kingdom,
.God,
.sin {
    width: 30%;
    border-radius: 10px;
    background-position: right 0px bottom 5px;
    padding: 40px 30px;
    margin-right: 10px;
}

p button {
    color: white;
    background-color: rgb(128, 128, 128, 0.5);
    border: none;
    position: absolute;
    top: 80%;
    border-radius: 5px;
    width: 100px;
    height: 30px;
}