* {
    outline: none;
    scroll-behavior: smooth;
    font-family: 'Acme', sans-serif;
}
    

body {
    background-color: black;
}

nav {
    position: fixed;
    z-index: 5;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    height: 100px;
    width: 100%;
    background-image: url('https://purepng.com/public/uploads/large/purepng.com-holy-bibleholy-biblebiblesacred-textsscriptures-1701527756081s9xjy.png');
    background-size: 110px;
    background-position-x: 400px;
    background-position-y: center;
    background-repeat: no-repeat;
    background-color: rgb(192, 192, 192, 0.9);

    padding: 10px;
}


a {
    text-decoration: none;
}

video {
    width: 300px;
    border: #333333 solid 2px;
    border-radius: 10px;
}

.trksDIV {
    position: absolute;
    top: 200px;
    width: 800px;
    color: silver;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.titleNAV {
    position: fixed;
    z-index: 20;
    top: 0px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;    
    width: 150px;
    text-align: center;
}

.videoDiv {
    text-align: center;
    padding: 40px;
}


#imgPreachNavD {
    display: none;
}

.imgPreachDskTp {
    position: fixed;
    bottom: 0px;
    right: 10px;
    height: 70%;
}


.intro {
    position: fixed;
    right: 20px;
    border-radius: 40px;
    border-bottom: gray solid 6px;
    height: 30px;
}

/* ******************************************************************************************** */

@media only screen and (max-width: 800px) {

    nav {
        background-position-x: 200px;
    }


    .titleNAV, .imgPreachDskTp {
        display: none;
    }

    .videoDiv, video {
        width: 100%;
    }
    
    
    #imgPreachNavD {
        displpay: block;
        height: 120px;
        
    }
    
    .trksDIV {
        width: 100%;
    }
    
    .intro {
        border-bottom: green solid 4px;
        /*left: auto;*/
        /*right: 20px;*/
        width: 120px;
    }

}


/* ******************************************************************************************** */

@media only screen and (max-width: 600px) {

    .intro {
        border-bottom: rgb(161, 161, 161) solid 6px;
        left: 10px;
        right: auto;
        top: 130px;
        width: 150px;
        height: 20px;
        overflow: hidden;
    }
    
    
}


