@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.3s;
    outline: none;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Poppins', sans-serif;
    color: #333333;
    /*background-color: #ede7d7;*/
}
img {
    max-width: 100%;
}
h1 {
    font-size: 42px;
}
h2 {
    font-size: 28px;
    font-weight: 600;
}
p {
    line-height: 27px;
}
a {
    display: inline-block;
}

/*----CSS for layout----*/
section {
    padding: 60px 0;
}
.title {
    text-align: center;
    padding: 15px;
    max-width: 1000px;
    margin: auto;
}
.row {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.col {
    flex: 1 1 250px;
    padding: 15px;
    margin: 15px;
}
.title > *, .col > * {
    margin-bottom: 15px;
}
.logo {
    color: #784cfb;
    font-size: 28px;
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 5%;
    z-index: 1000;
}
.top-contact {
    text-align: right;
}
.top-contact p {
    line-height: 22px;
}
nav {
    padding: 8px 0;
    text-align: center;
    background-image: -webkit-linear-gradient(270deg, rgba(109, 192, 62, 1.00) 0%, rgba(17, 147, 51, 1.00) 100%);
    background-image: -moz-linear-gradient(270deg, rgba(109, 192, 62, 1.00) 0%, rgba(17, 147, 51, 1.00) 100%);
    background-image: -o-linear-gradient(270deg, rgba(109, 192, 62, 1.00) 0%, rgba(17, 147, 51, 1.00) 100%);
    background-image: linear-gradient(180deg, rgba(109, 192, 62, 1.00) 0%, rgba(17, 147, 51, 1.00) 100%);
}
nav a {
    color: #fff;
    text-transform: uppercase;
    padding: 7px 15px;
    font-size: 15px;
    border-right: 1px solid rgba(109, 192, 62, 1.00);
}
nav a:hover {
    color: gold;
}
.active {
    color: gold;
}
.page-header {
    background-image: linear-gradient(to right, #0575E6ab, #00F260ab), url("../images/introcross.jpg");
    color: #fff;
    background-position: center right;
}
.page-header h2 {
    font-size: 32px;
}
.hero {
    background-image: linear-gradient(90deg, white, transparent), url("../images/introcross.jpg");
    background-position: bottom right;
}
.hero .row {
    align-items: center;
}
.hero p {
    font-size: 18px;
    line-height: 30px;
}
.about h2 {
    font-size: 24px;
}
.about h3 {
    color: #59B326;
}
.about2 h3 {
    color: #333;
}
.btn1 {
    background-color: #f95234;
    padding: 8px 30px;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
}
.btn1:hover {
    background-color: tomato;
}
.words {
    background-color: #4C7D94;
    background-image: linear-gradient(180deg, rgba(76, 125, 148, 0.89) 0%, rgba(76, 125, 148, 0.90) 100%), url(../images/church_theme_blog_9-1-768x600.jpg);
    color: #fff;
}
.words .row {
    padding: 20px;
    /*border-radius: 20px;*/
}
.words p {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 0;
}
.activity .col {
    background-color: #f1f1f1;
    border-radius: 15px;
    padding: 0;
    border-bottom: 3px solid #66a53a;
}
.activity .col img {
    border-radius: 15px 15px 0 0;
}
.activity .col:hover {
    transform: translateY(-10px);
    border-bottom: 3px solid #66a53a;
    cursor: pointer;
}
.activity .content {
    padding: 0px 30px;
}
.team .row {
    max-width: 900px;
    text-align: center;
}
.team p {
    line-height: 22px;
}
.team .col > * {
    margin-bottom: 10px;
}
.team h3 {
    font-size: 28px;
    font-weight: 500;
}
.contact {
    background-color: #fff;
}
.institutions ul {
    margin-left: 35px;
}
.amm, .camp-center {
    float: right;
    max-width: 400px;
    padding: 15px;
}
.downloads .col {
    border: 1px dashed #777;
    text-align: center;
}
.downloads table {
    text-align: center;
    margin: auto;
    width: 80%;
    max-width: 80%;
}
.downloads th {
    background-color: #66a53a;
    padding: 5px;
    color: #fff;
    font-weight: 400;
    border: 1px dotted #777;
}
.downloads td {
    padding: 7px;
    border: 1px dotted #777;
    font-size: 14px;
}
.publication .col:nth-child(1) {
    flex-grow: 2;
}
.publication th {
    background-color: #1d9b20;
    color: #fff;
    font-weight: 500;
    padding: 5px;
    border: 1px solid #e8e8e8;
}
.book {
    border: 2px solid #5C5C5C;
    border-radius: 25px;
    align-items: center;
}
.book p {
    line-height: 35px;
}
.tr1 {
    background-color: #d0f2d1;
    padding: 5px;
}
td {
    border: 1px solid #e8e8e8;
    padding: 5px;
    padding-left: 10px;
}
.tr2 {
    background-color: #a7dda9;
    padding: 5px;
}
.contact h2 {
    font-size: 30px;
    font-weight: 700;
}
.goolemap {
    padding: 0;
}
footer {
    background-color: #272727;
    font-weight: 300;
    color: #939393;
}
footer strong {
    font-weight: 600;
}
footer h4 {
    color: #D3D3D3;
    font-weight: 500;
}
.rights {
    background-color: #66a53a;
    font-size: 14px;
    padding: 15px;
    border-top: 1px solid #333333;
    text-align: center;
    font-weight: 300;
    color: #fff;
}
.useful-links a {
    color: #939393;
    display: block;
    margin-bottom: 6px;
    text-transform: capitalize;
}
.useful-links a:hover {
    transform: translateX(7px);
}
.top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    padding: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(63, 63, 63, 0.60);
    border-radius: 50%;
    color: #fff;
}
.menu {
    display: none;
    color: #333;
    font-size: 12px;
}
.break {
    width: 100%;
}


/*--------------media query for mobile---------*/

@media (max-width:500px) {
    h1 {
        font-size: 28px;
    }
    header {
        display: block;
        width: 100%;
    }
    nav {
        display: none;
        padding-left: 5%;
    }
    nav a {
        display: block;
        text-align: left;
        margin-bottom: 5px;
    }
    .logo {
        max-width: 85%;
    }
    .menu {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .show {
        display: block;
    }
    section {
        padding: 40px 0;
    }
    .hero {
        background-position: center left;
    }
    .about .col{
        margin: 0;
        padding: 20px;
    }
    .about .col:nth-child(1){
        margin-bottom: -30px;
    }
    .top-contact {
        display: none;
    }
    .break {
        display: none;
    }
    .team h3 {
        font-size: 22px;
        font-weight: 500;
    }
    .publication .col:nth-child(2) {
        text-align: center;
    }
    .downloads table {
        text-align: center;
        margin: auto;
        width: 90%;
        max-width: 90%;
    }
    .amm, .camp-center {
        float: left;
        max-width: 100%;
        padding: 0;
        padding-bottom: 15px;
    }
    footer .col {
        padding: 15px;
        margin-bottom: -15px;
    }
}


/*--------------media query for Tab---------*/

@media screen and (min-width:501px) and (max-width:800px) {
    .hide-in-tab {
        display: none;
    }
    .hero {
        display: none;
    }
    .about {
        padding-top: 0;
    }
    .about .col:nth-child(1) {
        padding: 0;
        margin: 0;
    }
    .about .col {
        flex: 100%;
    }
    h1 {
        font-size: 32px;
    }
    header {
        display: block;
        width: 90%;
    }
    nav {
        display: none;
        padding-left: 5%;
    }
    nav a {
        display: block;
        text-align: left;
    }
    .logo {
        max-width: 80%;
    }
    .menu {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .show {
        display: block;
        min-height: 100vh;
    }
    section {
        padding: 40px 0;
    }
    .top-contact {
        display: none;
    }
    .break {
        display: none;
    }
}
