html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Segoe UI','Open Sans', 'Helvetica Neue', sans-serif;
}
/* Navbar */

.navbar { 
    height: 60px;
    background-color: #f4f4f4 !important;
}

.navbar a {
    color: #fff;
}

.navbar-brand img {
    width: 200px;
}

.nav-item {
    margin-left: 20px;
    margin-right: 20px;
}

.contact-us {
    color: #fff;
    background-color: rgb(63, 129, 252);
}

.contact-us:hover {
    color: #fff;
    box-shadow: inset 0px 03px 10px #727272;
}

.alert {
    margin-top: 60px;
    margin-bottom: 0px;
}
/* Talk to us modal */

.modal-body div {
    font-size: 20px;
    font-weight: 100;
    text-align: center;
}

.modal-body .form-control {
    margin-bottom: 15px;    
}

.submit-btn-wraper {
    text-align: center;
}

.submit-btn-wraper button {
    color: #fff;
    background-color: rgb(63, 129, 252) !important;
}

/* Slide */

.slide {
    margin: 0px;
}

.carousel-item img {
    height: 800px;
}

.carousel-indicators {
    padding-bottom: 10%;
}

.carousel-caption {
    color: #fafafa;
    text-align: start;
    margin-bottom: 20%;
    text-shadow: 0px 0px 30px rgb(0, 0, 0);
}

.carousel-caption h5 {
    font-size: 45px;
    text-shadow: 0px 0px 20px #000;
}

.carousel-caption p {
    font-size: 25px;
    text-shadow: 0px 0px 20px #000;
}

.down {
    border: none;
    color: #000;
    font-size: 35px;
    position: relative;
    border-radius: 100px;
    animation: bounce .5s;
    background-color: white;
    transform: translateY(0px);
    padding: 2px 18px 5px 18px;
    animation-iteration-count: infinite;
}

@keyframes bounce {

    0% {
        top: 0;
        -webkit-animation-timing-function: ease-in;
    }
    50% {
        top: 20px;
        -webkit-animation-timing-function: ease-out;
    }
    100% {
        top: 0px;
        -webkit-animation-timing-function: ease-out;
    }
}

.down:hover { 
    color: #000;
    animation: none;
}

/* Body */

.body {
    padding-top: 55px;
}

.body i {
    font-size: 45px;
}

h5 {
    font-size: 25px;
}

.body p ,
.body blockquote {
    font-size: 19px;
}

.social-media,
.our-story-heading,
.scripture-heading,
.history-background-heading {
    text-align: center;
}

.history-background {
    color: #000;
    text-align: justify;
    padding: 50px 300px 105px 300px;    
}

.read-more {
    color: #fff;
    background-color: rgb(63, 129, 252);
}

.read-more:hover {
    color: #fff;
    box-shadow: inset 0px 03px 10px #727272;
}

.scripture {
    color: #fff;
    margin-top: -55px;
    text-align: justify;
    background-size: cover;
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-image: url('../images/pictures on the home page/pexels-pixabay-415571.jpg');
}


.read-more-wraper {
    text-align: center;
}

.scripture-inner {
    padding: 100px 300px 105px 300px;    
    background-color: rgba(0, 0, 0, 0.5);
}

/* Footer */

.footer {
    font-size: 12px;
    color: #f4f4f4;
    padding-top: 20px;
    background-color: #252525;
}

.copyright {
    font-size: 12px;
    margin-top: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #151515;
}

#submit-footer {
    margin-top: 18px;
}

.credit {
    text-align: right;
}

.credit a {
    color: #f4f4f4;
    font-weight: 500;
    text-shadow: 0px 0px 10px #2b2a2a;
    font-family: 'Segoe UI', 'Open Sans', 'Helvetica Neue', sans-serif;
}

.credit a .one {
    color: red;
}

.credit a .two {
    color: blue;
}

.credit a:hover {
    text-decoration: none;
}

.social-media a i {
    color: #f4f4f4;
    margin-left: 20px;
    font-size: medium;
    margin-right: 20px;
}

.footer h6 {
    text-align: center;
}

.footer .content {
    text-align: center;
}

.email,.email a:hover {
    text-decoration: none;
}

/* About us page */

.sidenav {
    margin-top: 60px;
}

.body-about {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url('../images/Pictures for Tubasange website/Kargi-taken-by-Paci-copy.jpg');
}

.list-group-item {
    color: #cccccc;
    background-color: transparent;
}

.list-group-item:hover{
    color: #fff;
    background-color: transparent;
}

.navlist {
    padding: 0px;
}

.list-group {
    width: 300px;
    height:635px;
    /* position: fixed; */
    border-radius: 0%;
    background-color: rgba(0, 0, 0, 0.479); 
    border-right: 1px solid #fafafa;
}

.list-group-item.active {
    border: none;
    color: white;
    font-weight: 500;
    background-color: transparent;
    border-bottom: thin solid rgba(0, 0, 0, 0.479);
}

.tabcontent .tab-pane.about {
    width: 80%;
    padding: 50px;
    transition: .5s;
    margin-top: 05%;
    margin-bottom: 05%;
    background-color: #f4f4f4;
}

.tabcontent .tab-pane.about p {
    font-size: 19px;
}


.body-about footer {
  margin-left: -50px;
}

/* programms page */

.programs-body {
    transition: 1s;
}

.showcase {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url('../images/Pictures for Tubasange website/Youth kairos.jpg');
}

.showcase-inner {
    height: 400px;
    color: #f4f4f4;
    padding: 250px 200px 100px 200px;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 -50px 0100px 30px rgba(0, 0, 0, 0.699);
}

.program-inner  {
    font-size: 19px;
    text-align: left;
    padding-left: 100px;
}

.program {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 60px;
}

.program h5 {
    text-align: left;
    margin: 0px -015px;
}

.program .row {
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
    justify-content: space-around;
}

.program .row .card  {
    padding: 0;
    margin-bottom: 30px;
    border: none;
    border-radius: 0%;

}

.program .row .card img:hover{
    box-shadow: 0px 7px 20px #727272;
}

.program .row .card img {
    width: 350px;
    height: 256px;
    border-radius: 0%;
    box-shadow: 0px 0px 15px #bbbbbb;
}

#mobilisation,
#training,
#sending {
    background-color: none;
}

.program .tab-content h5{
    margin: auto;
}

/* News page */

.showcase-news{
    height: 380px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url('../images/Pictures for Mobilization Program/Youth Kairos Prayer.jpg');
}

.showcase-news-inner {
    color: #fff;
    height: inherit;
    padding-top: 200px;
    align-items: center;
    box-shadow: inset 0 -150px 0100px 30px rgba(0, 0, 0, 0.699);
}

.showcase-news-inner .Search {
    display: flex;
    justify-content: center;
}

.showcase-news-inner .Search input {
    width: 300px;
    border-radius: 0px;
}

.showcase-news-inner .Search button {
    border-radius: 0px;
    background-color: rgb(63, 129, 252);
}

.showcase-news-inner .Search button:hover {
    background-color: rgb(29, 106, 248);
}

.body-news .showcase-inner .head {
    margin-bottom: 20px;
}

.showcase-news-inner .head h2 {
    font-size: 50px;
    font-weight: 100;
    text-align: center;
    text-shadow: 0px 0px 20px #000;
}


.articles .card-deck {
    margin-top: 20px;
    margin-bottom: 20px;
}
.articles .card {
    padding: 0px;
    border: none;
    height: 300px;
    border-radius: 0px;
    box-shadow: 0px 0px 15px #bbbbbb;
}

.articles .card:hover {
    box-shadow: 0px 08px 012px #aaaaaa;
}

.card .card-header {
    border: none;
    padding: 0px;
    background: none;
    overflow: hidden; 
    border-radius: 0px;
}

.card .img-wraper img {
    border-radius: 0px;
}

.img-wraper {
    height: 200px;
    overflow: hidden;
}

.card-body a ,
.card-body a:hover,
.card-body a:focus {
    color: auto;
    overflow: hidden;
    text-decoration: none;
    
}

/* Article page */

.body-article {
    border: none;
}

 .article {
     margin-top: 60px;
     margin-bottom: 70px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

 .article .title {
    font-size: 40px;
    font-weight: bolder;
    text-transform: capitalize;
}

.article .image img{
    height: 400px;
}

/* Screens */

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

    #navcol {
        background-color: rgb(0, 0, 0);
    }

    nav .navbar-nav .nav-item .nav-link , .contact-us {
        font-size: 10px;
        font-weight: 100;
        color: #fff !important;
    }

    .carousel-item img {
        height : 300px;
    }

    .carousel-caption h5 {
        font-size: medium;
    }

    .carousel-caption p {
        font-size: smaller;
    }

    .nav-link.active {
        font-weight: 500;
    }

    .contact-us {
        margin-left: 15px;
        margin-bottom: 15px;
    }

    .modal-open .modal {
        font-size: 10px;    
    }

    .scripture {
        background-position: top right;
    }

    .history-background {
        padding: 50px 20px;
    }

    .scripture-inner {
        padding: 90px 20px 50px 20px;
    }

    .footer {
        font-size: 8px;
        padding-bottom: 20px;
    }

    .social-media {
        padding-top: 20px;
        text-align: center;
    }

    .social-media i,
    .copyright {
        font-size: 8px;
    }

    .body p, .body blockquote {
        font-size: 10px;
    }

    h5 {
        font-size: 15px;
    }

    .read-more {
        font-size: 8px;
    }

    h6 {
        font-size: 10px;
    }

    .footer form {
        font-size: 8px;
    }

    /* about us  */

    .list-group {
        position: relative;
        width: 90px;
        padding: 0%;
        
    }

    .sidenav {
        background-color: transparent;   
    }

    .navlist {
        padding: 1px;
        background-color: transparent;
    }

    .tabcontent .tab-pane.about {
        margin: auto;
        margin-top:10px;
        padding: 5px 5px;
        width: 100%;
    }

    .tabcontent .tab-pane.about p {
        font-size: 13px;
    }

    .list-group-item {
        font-size: 10px;
    }

    /* NEWS */

    .showcase-news-inner .head h2 {
        font-size: 25px;
    }

    .showcase-news {
        height: 240px;
    }

    .showcase-news-inner {
        font-size: 10px;
        padding-top: 60px;
        justify-content: center;
    }

    .showcase-news-inner .Search input {
        width: 200px;
    }

    .showcase-news-inner .Search button {
        margin: 20px;
        margin-left: 60px;
    }

    /* Story */

    .article .title {
        font-size: 25px;
    }

    .article {
        font-size: 15px;
    }

    .program {
        margin-top: 80px;
    }

    .program .row .card img {
        width: 287.5px;
        margin-bottom:20px;
    }

    .program .nav .program-link {
        font-size: 10px;
        display: inline-flex;
    }

    .program .tab-content h5{
        margin: auto;
    }

    
}

@media screen and (min-width:300px) and (max-width: 600px)  {
    .program .nav .program-link {
        width: 200px;
    }
}

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

    /* home */
    .scripture-inner,
    .history-background {
        padding-left: 50px;
        padding-right: 50px;
    }
  
    .footer {
        padding-bottom: 20px;
    }

    .social-media {
        padding-top: 20px;
    }

    #navcol {
        background-color: rgba(0, 0, 0, 0.664);
    }

    nav .navbar-nav .nav-item .nav-link , .contact-us{
        font-size: 20px;
        font-weight: 100;
        color: #fff !important;
    }

    .nav-link.active {
        font-weight: 500;
    }

    .contact-us {
        margin-left: 15px;
        margin-bottom: 15px;
    }

    /* about */

    .tabcontent .tab-pane.about {
        margin: auto;
        margin-top:10px;
        padding: 25px 20px;
    }

    .tabcontent .tab-pane.about p {
        font-size: 20px;
    }    

    .list-group {
        padding: 0%;
        height: 100%;
        width: 180px;
        
    }

    /* programmes */

    .program {
        margin-top: 80px;
    }

    .program .nav .program-link {
        font-size: 11px;
    }

    .program .tab-content h5{
        margin: auto;
    }

    .program .row .card img {
        margin-bottom:20px;
    }

}

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


}