header{
    font-family: 'Poppins', sans-serif;
    padding: 0 10%;
    width: 100%;
    height: 98vh;
    background:  linear-gradient(to right, rgba(19, 26, 69, 0.7), rgba(0,0,0,0.9)), url("../images/RKP3.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
}

.header{
    margin: 2rem 0;
    position: relative;
}

.header p:first-child{
    text-transform: uppercase;
    color:#1ECD56;
    font-size: 12px;
}

.header .underline{
    content: "";
    width: 30px;
    height: 2px;
    background-color: #1ECD56;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
}

.header h1{
    color: #fff;
    font-size: 4rem;
    line-height: 4.3rem;
    text-transform: capitalize;
    margin: 1rem 0;
}

.header p:last-of-type{
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
}

.header a{
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #1ECD56;
    background-color: #1ECD56;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    margin-top: 20px;
    font-size: 12px;
}

.header a:hover{
    background-color: transparent;
    transition: background-color ease-in-out .2s;
}

header .footer{
    width: 80%;
    height: 15vh;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 20px 10%;
    border-top: .5px solid rgb(162, 162, 162);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 200;
}

header .footer .social-media a, .footer p{
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
}

header .footer .social-media a{
    margin-right: 25px;
}

header .footer address{
    display: flex;
}

header .footer address i{
    color:#1ECD56;
    margin-right: 10px;
}

main{
    background-color: #F1F6F1;
}

/*Mission & Vision*/
.vision{
    background-color: #F1F6F1;
    padding: 4rem 10% 2rem 10%;
    color: #181E19;
}

.vision .container{
    font-family: 'Raleway', sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 2rem;
}

.vision h2{
    border-bottom: 0.5px solid #1ECD56;
    padding: 10px 0;
    margin-bottom: 1.5rem;
}

.vision img{
    width: 200px;
    height: 200px;
}

.vision ul{
    list-style: none;
    width: 60%;
}

.vision ul li:first-child, .vision ul li:nth-child(3), .vision ul li:nth-child(5), .vision ul li:nth-child(6){
    margin-bottom: 1.5rem;
}

/*welcome*/
.welcome{
    width: 100%;
    padding: 5rem 10%;
    background-color: #F0F0F0;
     border-radius: 100px 0 100px 0;
     color: #181E19;
}

.welcome h2{
    border-bottom: 0.5px solid #1ECD56;
    padding: 10px 0;
    margin-bottom: 1.5rem;
    text-transform: capitalize;
}

.welcome .container{
    display: flex;
    justify-content: center;
}

.welcome .container .message{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 3rem;
    background-color: #fff;
}

.welcome .container .message i{
    color: #F0F0F0;
    font-size: 4rem;
}

.welcome .container img{
    width: 300px;
    justify-content: space-between;
    object-fit: contain;
}

/*Need Prayer*/
.prayer-need{
    width: 100%;
    height: 300px;
    padding: 4rem 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    background: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0.9)), url("../images/prayer.png");
    background-size: cover;
    color: #F0F0F0;
}

.prayer-need .underline{
    width: 40px;
    height: 2px;
    background-color: #1ECD56;
    display: block;
}

.prayer-need h2{
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
}

.prayer-need p{
    font-family: 'Noto Sans', sans-serif;
}

.prayer-need h3{
    font-size: 24px;
    font-weight: 600;
}

@media screen and (max-width: 1000px){
    header{
        padding: 0 5%;
    } 

    .vision{
        padding: 4rem 5% 2rem 5%;
    }

    header .footer{
        width: 90%;
        margin: 20px 5%;
        flex-direction: column;
        justify-content: center;
    }

    header .footer .social-media{
        margin: 10px 0;
    }

    header .footer address{
        font-size: 12px;
    }

    .vision .container{
        flex-direction: column;
    }

    .vision ul{
        width: 100%;
    }

    .vision ul li:first-child{
        margin-top: 1.5rem;
    }

    .welcome{
        padding: 5rem 5%;
    }

    .prayer-need{
        padding: 4rem 5%;
    }

}

/*Tablet*/
@media screen and (max-width: 750px){
    .vision img{
        width: 150px;
        height: 150px;
    }

    .prayer-need h2{
        font-size: 30px;
        text-align: center;
    }
}

@media screen and (max-width: 400px){
    body{
        font-size: 12px;
    }

    .header h1{
        color: #fff;
        font-size: 2rem;
        line-height: 2.3rem;
        margin: 2rem 0;
    }

    .vision .container{
        line-height: 1rem;
    }
    
    .vision h2{
        margin-bottom: 1rem;
    }
    
    .vision img{
        width: 100px;
        height: 100px;
    }
    
    .vision ul li:first-child, .vision ul li:nth-child(3), .vision ul li:nth-child(5), .vision ul li:nth-child(6){
        margin-bottom: 1rem;
    }

    .welcome .container img{
        max-width: 100%;
    }
}