/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Jun 8, 2023, 10:16:28 AM
    Author     : PureLogics-2922
*/
img{
    max-width: 100%; 
}
.home {
    min-height: 100vh;
    align-items: center;
    display: flex;
    background-image: url(../images/pastor-speaking.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    
}
.home .container {
    position: relative;
    z-index: 111;
}
.home::after {
    content: '';
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.navbar .navbar-brand{
    color: #fff;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:active, .navbar .navbar-nav .nav-link.active{
    color: #0076a3 !important;
}
.nav-sticky .navbar-brand {
    color: #0076a3;
}
.navbar .navbar-nav .nav-link{
     color: #fff;
     font-size: 16px;
}
.btn{
    font-size: 16px;
}
.home h1,.home p{
    color: #fff;
}
.service .service-box{
    color: #183b56;
}
.service .service-box .image-0{
        max-height: 269px;
    object-fit: cover;
    width: 100%;
}