body {
    background-color: rgb(209, 231, 238);
    background-image: url("/static/images/bk.jpg");
    background-blend-mode: multiply;
    background-repeat: repeat;
    background-size: cover;
    overflow-x: hidden;
    
}

.header {
    background-color: rgb(8, 58, 78);
    background-image: url("/static/images/me.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: 80px;
    z-index: 3;
    
}

.logo {
    float: left;
    color: white;
    padding-left: 20px;
}
.navbar {
    float: right;
    padding-right: 20px;
    display: flex;
}
.barcase > a > button {
    margin-top: 25px;
    background-color: white;
    border-radius: 20px;
    padding: 5px;
    color: rgb(8, 58, 78);
    font-weight: 700;
}
.menubar {
    display: none;
}

/* .intro {
    position: relative;
    top: 85px;

} */
.intro > center > h2 {
    color: rgb(255, 255, 255);
    font-size: xx-large;
    
}

.intro > center > h1 {
    color: rgb(8, 58, 78);
    font-size: xx-large;
    background-color: aliceblue;
    background-image: url("/static/images/smallbg.jpg");
    width: 60%;
    border-radius: 20px;
    transition-duration: 2s;
}

.intro > center > h1:hover {
    color: blue;
    transform:perspective(2, 7);
}

/* .services {
    position: relative;
    top: 95px;
} */
.marq {
    color: rgb(255, 0, 13);
    font-size: x-large;
}

.left {
    display: flex;
    flex-grow: calc(5/3);
    padding-top: 20px;
    padding-left: 60px;

}
.one {
    width: 100%;
    text-align: center;
    background-color: blue;
    background-image: url("/static/images/me.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode:darken;
    margin: 0% 10px;
    height: 125px;
    padding-top: 75px;
    transition-duration: 2s;
}

.one:hover {
    width: 90%;
    border-radius: 25px;
}


.s {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: xx-large;
    color: aliceblue;
}
.t {
    color: aliceblue;
}
.bodycontents {
    position: relative;
    top: 85px;
}

.foot {
    position: relative;
    top: 90px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: blue;
    font-weight: 500;
    background-color: aliceblue;
    margin-top: 30px;

}
.ci {
    color: red;
    font-size: 30px;
}
.gapping {
    height: 100px;
    position: relative;
    top: 100px;
    margin-bottom: 50px;

}
.fb {
    position: fixed;
    bottom: 25%;
    left: 2px;
    background-color: white;
    color: blue;
    font-weight: 900;
    padding: 5px;
    border-radius: 45px;
    font-size: 10px;

}
.fb > a {
    text-decoration: none;
}

/* CHILDREN DEPARTMENT PAGE */
.images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    position: relative;
    top: 15px;
}
.m {
    width: 100%;
    height: 85%;
}
.para {
    font-size: 14px;
    font-weight: 500;
}

.videos {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

/* CHURCH PROJECT PAGE */

.project {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    position: relative;
    top: 15px;
}
.pro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.vid {
    width: 95%;
    height: 300px;
    background-color: black;
    margin-right: 5px;
}


@media screen and (max-width:600px) {
    .header {
        height: 60px;
    }
    .left {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        justify-content: space-around;
    
    }
    .one {
        width: 85%;
        text-align: center;
        background-color: blue;
        background-image: url("/static/images/me.jpeg");
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode:darken;
        margin-bottom: 15px;
        height: 85px;
        padding-top: 40px;
        transition-duration: 2s;
    }
    
    .intro > center > h2 {
        color: rgb(255, 255, 255);
        font-size: medium;
        
    }
    
    .intro > center > h1 {
        color: rgb(8, 58, 78);
        font-size: medium;
        background-color: aliceblue;
        background-image: url("/static/images/smallbg.jpg");
        width: 80%;
        border-radius: 20px;
        transition-duration: 2s;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    
    .intro > center > h1:hover {
        color: blue;
    }
    .menubar {
        display: block;
        margin-top: 15px;
    }
    .barcase {
        display: none;
        flex-direction: column;
        justify-content: right;
        border-radius: 20px;
        position: fixed;
        right: 0;
        top: 50px;
    }
    
      
    .barcase > a > button {
        margin-top: 3px;
        background-color: white;
        border-radius: 20px;
        padding: 5px;
        color: blue;
        font-weight: 200;
    }

    .logo > h1 {
        font-size: 18px;
    }
    /* CHILDREN DEPARTMENT PAGE */
    .images {
        display: flex;
        flex-direction: column;
        
        position: relative;
        top: 15px;
    }
    .m {
        width: 100%;
        height: 100%;
    }

    .videos {
        display: flex;
        flex-direction: column;
    }

    /* CHURCH PROJECT PAGE */

    .project {
        display: flex;
        flex-direction: column;
        gap: 15px;
        position: relative;
        top: 15px;
    }
    .pro {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .vid {
        width: 95%;
        height: 200px;
        background-color: black;
        
    }
    .s {
        font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        font-size: medium;
        color: aliceblue;
    }
    .t {
        color: aliceblue;
    }
    
    }