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

.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));
}

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

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

.text {
    width: 35%;
    color: white;
    position: absolute;
    top: 20%;
    left: 20%;
}

.text p {
    font-size: small;
}

.learn-more {
    width: 140px;
    height: 44px;
    margin-top: 8px;
    background-color: rgba(182, 106, 143, 1);
    border-radius: 10px;
}

a {
    color: white;
}

iframe {
    margin-top: 30px;
}

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;
}

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

.home-button {
    background-color: rgba(182, 106, 143, 1);
    width: 95%;
    height: 50px;
    display: flex;
    align-items: center;
}

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

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

.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;
}

