*{
    margin: 0;
}

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

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

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

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

.p-one {
    font-size: 12px;
}

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

.link {
    color: white;
}

.video {
    z-index: 1;
    margin-top: 40px;
}



/* Navigation bar starts from here */

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

li:first-child {
    background-color: rgba(182, 106, 143, 1);
    width: 84%;
}

li:first-child 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: 5px;
    margin-right: 10px;
    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;
}
