* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: serif;
}

body {
    width: 100%;
    height: 200%;
}

.container {
    width: 100%;
    height: 200%;
    background-color: transparent;
}

div {
    background-color: transparent;
}

h1 {
    background-color: transparent;
}

h3 {
    background-color: transparent;
    text-align: center;
    color: gold;
    font-size: 60px;
    margin-top: 50px;
}

h4 {
    background-color: transparent;
    text-align: center;
    color: gold;
    font-size: 19px;
    padding: 7px;
}

blockquote {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: red;
    margin: auto;
}

p {
    text-align: center;
    color: blue;
    font-size: 17px;
    padding: 10px;
}

h2 {
    text-align: center;
    background-color: transparent;
    color: goldenrod;
    padding: 30px;
    font-size: 80px;
}

header {
    position: relative;
    background-color: white;
    color: #333;
    display: inline-block;
    width: 100%;
    margin: auto;
    height: 95px;
}

.logo {
    padding-top: 20px;
    padding-left: 40px;
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.logo-img {
    padding: auto 3%;
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.view {
    background-color: blue;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    font-size: 17px;
    text-transform: capitalize;
    border-radius: 10px;
    text-decoration: none;
    margin-bottom: 12px;
    margin-top: 12px;
    margin-left: 45%;
}

nav {
    float: right;
    margin-right: 50px;
    background-color: transparent;
}

nav ul li {
    display: inline-block;
    padding: 15px 25px;
}

nav ul li a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 20px;
    color: #333;
}

nav ul li {
    list-style: none;
    padding: 8px;
}

nav ul li a {
    color: blue;
    font-size: 19px;
    font-weight: bold;
    text-transform: capitalize;
    text-decoration: none;
    padding: 10px;
}

.menu {
    position: absolute;
    right: 80px;
    top: 40px;
    width: 40px;
    display: none;
    cursor: pointer;
    margin-right: 40px;
}

.menu span {
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: goldenrod;
    margin-bottom: 2px;
    width: 35px;
}

.hero {
    background-color: lightblue;
    width: 100%;
    height: 100vh;
    color: gold;
}

.row-hero {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 98vh;
    margin: auto;
}

.hero-img {
    width: 50%;
    height: 300px;
    border-radius: 80%;
}

.img-box {
    padding: 10px;
    width: 50%;
    height: 90vh;
    background-image: url(images/church.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fade-in {
    padding-left: 40px;
    z-index: 2;
    margin-top: 100px;
    text-align: left;
    font-size: 120px;
    color: blue;
    -webkit-animation: fade-in 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.hero span {
    margin-top: 30px;
    font-size: 50px;
    color: gold;
}

.hero p {
    margin-top: 20px;
    text-align: center;
    color: blue;
    font-size: 30px;
    margin-bottom: 30px;
}

#bounce {
    padding: 15px 20px;
    color: white;
    font-size: 17px;
    margin-left: 45%;
    cursor: pointer;
    border: none;
    font-weight: bold;
    text-transform: capitalize;
    background-color: blue;
}

.about {
    width: 100%;
    height: 100vh;
    border: 2px solid red;
}

#about p {
    font-size: 22px;
    padding: 20px;
    line-height: 40px;
    color: blue;
}

#about b {
    color: red;
}

#about h3 {
    color: goldenrod;
}

.pastor-img {
    padding: 20px;
}

.about p {
    text-align: center;
    font-size: 20px;
    padding: 20px 40px;
    margin: auto;
}

.about-img {
    width: 350px;
    height: 290px;
    object-fit: cover;
}

.about-text {
    font-size: 18px;
    padding: 40px;
}

.people {
    margin: 3% auto;
    width: 500px;
    height: 300px;
    object-fit: cover;
}

.history {
    width: 350px;
    height: 400px;
    object-fit: contain;
}

.s-imgs {
    width: 450px;
    height: 500px;
    object-fit: contain;
}

.current-img {
    width: 410px;
    height: 300px;
    object-fit: contain;
}

.ministry {
    margin: 3% auto;
    width: 450px;
    height: 300px;
    object-fit: cover;
}

.ministry-2 {
    margin: auto;
    width: 1200px;
    height: 500px;
    object-fit: cover;
    object-position: center;
}


/*sub section*/

.sub-section {
    width: 100%;
    height: 100vh;
    border: 2px solid red;
}

.sub-section p {
    text-align: center;
    font-size: 19px;
    margin-bottom: 20px;
    color: blue;
    padding: 20px;
    line-height: 35px;
    font-weight: bold;
}

#slide-in-bottom {
    margin: 8%;
    width: 600px;
    height: 350px;
    object-fit: cover;
    -webkit-animation: slide-in-bottom 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-bottom 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.sub-img {
    margin: auto;
    width: 300px;
    height: 250px;
    object-fit: cover;
}

.sub-section video {
    width: 700px;
    height: 400px;
    margin-left: 30%;
    margin-bottom: 20px;
}

.social-serve {
    margin-left: 44%;
    width: 70px;
    height: 70px;
    object-fit: cover;
    cursor: pointer;
}

.subscriber {
    width: 40px;
    height: 40px;
    object-fit: contain;
    cursor: pointer;
}

.social-links-2 {
    display: flex;
    justify-content: center;
    padding: 10px;
    margin: auto;
    cursor: pointer;
    z-index: 2;
}


/*gallery*/

#gallery h2 {
    color: goldenrod;
    font-size: 100px;
}

#gallery h3 {
    font-size: 90px;
    color: rgb(173, 173, 33);
}

#gallery h4 {
    padding: 15px;
    text-align: center;
    color: gold;
}

#gallery p {
    color: blue;
    text-align: center;
}

#gallery a {
    margin: auto;
    color: white;
    text-align: center;
}

strong {
    color: red;
}

.links {
    text-align: center;
    color: gold;
}

.gallery-2 {
    margin-top: 4%;
    margin-left: 4%;
    width: 300px;
    height: 290px;
    object-fit: contain;
    transition: 0.2;
}

.gallery-2:hover {
    box-shadow: 0px 2px 2px 2px grey;
    cursor: pointer;
    transform: scale(1.3);
}

.gallery-text {
    line-height: 40px;
    padding: 10px;
    margin: auto;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}


/*news*/

.news {
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
}

.news .title {
    text-transform: capitalize;
    color: goldenrod;
}

.news p {
    z-index: 2;
    text-align: center;
    font-size: 17px;
    color: blue;
    font-weight: bold;
    margin-bottom: 20px;
}

.news input {
    background-color: lightblue;
    margin: auto 30%;
    width: 700px;
    text-align: center;
    text-transform: capitalize;
    padding: 12px;
    font-size: 17px;
    margin-bottom: 10px;
    border: none;
}

#subscribe-btn {
    background: gold;
    border: none;
    font-weight: bold;
    z-index: 2;
}


/*service*/

.service {
    width: 100%;
    height: 100vh;
    border: 2px solid red;
}

.service p {
    text-align: center;
    padding: 10px;
    font-size: 19px;
}

.service-pic {
    margin: auto 5%;
    width: 380px;
    height: 300px;
    object-fit: cover;
}

.service-text {
    line-height: 40px;
    padding: 10px;
    margin: auto;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
}

#service-page p {
    margin: auto;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    line-height: 34px;
}


/*service*/

.contact {
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    background-color: lightblue;
}

.icon {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.row {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.row input {
    width: 550px;
    padding: 10px;
    color: blue;
    border: none;
    margin-bottom: 10px;
}

.row textarea {
    border: none;
    margin-bottom: 10px;
    width: 550px;
}

.row label {
    color: #000;
    font-size: 20px;
    padding: 10px;
}

.row #send {
    padding: 10px;
    width: 100px;
    font-size: 19px;
    color: white;
    border: none;
    cursor: pointer;
    font-weight: bold;
    background-color: blue;
}

footer {
    background: darkblue;
    width: 100%;
    height: 20vh;
    color: white;
}

footer .social {
    width: 40px;
    height: 40px;
    object-fit: cover;
    cursor: pointer;
}

@media(max-width:991px) {
    .container {
        height: 200%;
    }
    h2 {
        font-size: 40px;
    }
    .menu {
        display: block;
    }
    nav {
        border: 2px solid;
        z-index: 2;
        display: none;
        width: 50%;
        height: 100vh;
        background: blue;
        color: gold;
        padding-top: 20px;
    }
    nav ul li {
        top: 25%;
        margin: 5% auto;
        color: gold;
        width: 100%;
        padding: 20px 10px;
        transition: 1s ease;
    }
    nav ul li a {
        color: gold;
    }
    nav.show {
        display: block;
    }
    .row-hero {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .hero {
        background-size: contain;
    }
    .hero h1 {
        font-size: 60px;
        color: blue;
    }
    .hero h3 {
        font-size: 30px;
    }
    .logo {
        margin-top: 5px;
        margin-left: 10px;
        padding-left: 10px;
    }
    .hero-btn {
        margin-top: 25%;
        background: gold;
        color: blue;
    }
    .service-hero {
        width: 280px;
        height: 200px;
    }
    #slide-in-bottom {
        width: 320px;
        height: 200px;
    }
    .news {
        height: 80vh;
    }
    .news p {
        color: blue;
    }
    .news input {
        text-align: left;
        width: 450px;
    }
    .sub-section video {
        width: 450px;
        height: 220px;
    }
    .news {
        border: 2px solid red;
    }
    .contact.row {
        display: block;
    }
    form {
        width: 350px;
    }
    iframe {
        width: 300px;
    }
    .ministry-2 {
        width: 800px;
    }
}

@media(max-width:492px) {
    #gallery h2 {
        font-size: 40px;
    }
    #gallery h3 {
        font-size: 30px;
    }
    #slide-in-bottom {
        width: 250px;
        height: 200px;
    }
    video {
        width: 280px;
        height: 200px;
    }
    #subscribe {
        background-color: lightblue;
        width: 280px;
    }
    .news input {
        width: 300px;
    }
}