@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);
@import url(https://fonts.googleapis.com/css?family=Volkhov:400italic);
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,600&display=swap');




html {
    background-color: #000;
    height: 100%;
}

#error_body {
    background-color: #000;
}

.btn-main:hover {
    background-color: #5DADE2;
}


.header-sub2 {
    height: 10px;
}

.about-img {
    margin: 0px 0 40px 0px;
    max-width: 350px;
    border: solid 1px grey;
    -moz-box-shadow: 11px 10px 8px -8px rgba(168, 158, 168, 1);
    box-shadow: 11px 10px 8px -8px rgba(168, 158, 168, 1);
}

.history-year {
    font-size: 33px;
    font-weight: 450;
    padding: 0px 0px 6px 0px;
    margin: 0px 0px 9px 0px;
    border-bottom: solid 1px lightgray;
}


.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

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

.post-area {
    padding: 40px;
    width: 100%;
    min-height: 150px;
    background-color: white;
    border-bottom: 1px dotted #ddd;
}

.post-area a:link,
.post-area a:visited {
    font-size: 30px;
    color: #333;
}

.post-area a:hover {
    color: #0D0017;
}

.lang-list {
    display: inline-block;
    margin-top: 15px;
}

.lang-list a {
    color: #0D0017;
    font-weight: bold;
}

/*--
	Common Css
--*/
body {
    font-family: 'Roboto', open sans;
    -webkit-font-smoothing: antialiased;
    color: #5C5C5C;
    font-size: 16px;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', open sans;
}

h1 {

    margin-bottom: 10px;
}

h2 {
    font-size: 30px;
    font-weight: 400;
}

h3 {
    font-size: 28px;
    font-weight: 400;
    padding: 7px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

p {
    line-height: 1.4;
    color: #888;

}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.fz-20 {
    font-size: 20px;
}

a,
a:active,
a:focus,
a:active {
    text-decoration: none !important;
}

.section {
    padding: 50px 0;
}

.section-title {
    padding-bottom: 40px;
    padding-top: 0px;
    text-align: center;
    width: 100%;
}

.section-title h1 {
    font-weight: bold;
    text-transform: uppercase;
}

.section-title p {
    color: #666;
    padding-top: 20px;
    font-size: 1.5rem;
}

.btn-main,
.btn-transparent,
.btn-small {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 14px 35px;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btn-main:hover,
.btn-transparent:hover,
.btn-small:hover {
    background: #353240;
    color: #fff;
}

.btn-solid-border {
    border: 1px solid black;
    background: transparent;
    color: darkgrey;
}

.btn-solid-border:hover {
    border: 1px solid #655E7A;
    background: #655E7A;
}

/*--
	Header Start
--*/
header {
    background: rgba(255, 255, 255, .7);
    box-shadow: 0 0 1px rgb(111, 111, 111);
    /*margin-top: 15px; */
}

.page_title {
    animation-duration: 5s;


}


/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .9);
    text-transform: uppercase;
    font-size: 16px;
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link {
    color: #dee0e3;
    text-shadow: #292929;
}

.navbar-custom .nav-item:hover .nav-link {
    color: #dee0e3;
}


.navbar-brand>img {
    width: 300px;
}

/*--
	homepage content
--*/
#intro {
    padding: 50px 0;
}

#intro .block h2 {
    line-height: 27px;
}

#intro .block p {
    color: #7B7B7B;
    padding-top: 20px;
}

#intro .block img {
    padding-left: 40px;
    width: 100%;
}

#intro .section-title {
    margin-bottom: 0px;
}


/*--
	About Us Start
--*/

#history .container {
    padding: 50px 0 0px 0;
}

#worship .container {
    padding: 50px 0 0px 0;
}

#doctrine .container {
    padding: 50px 0 100px 0;
}





#about .block h2 {
    padding-bottom: 10px;
    line-height: 27px;
    margin: 0;
}

#about .block p {
    color: #7B7B7B;

}

#about .block img {
    width: 100%;
}

/*--
	Give Start
--*/

#give .container {
    padding-top: 40px;
    padding-bottom: 100px;
    text-align: center;
}

#give .block h2 {
    padding-bottom: 10px;
    line-height: 27px;
    margin: 0;
}

#give .block p {
    color: #7B7B7B;

}

#give .block img {
    width: 100%;
}





/*--
	Ministries Start
--*/
#ministries {
    padding: 50px 0 50px 0;
    text-align: left;
}


.profile-title {
    padding: 0px 0;
}



#ministries .ministries-item {
    padding-bottom: 50px;

}

#staff {
    text-align: center;
    padding-bottom: 150px;
    padding-top: 100px;
    background-color: #F5F5F5;
}

.staff-profile {
    margin: 50px 100px 0px 0px;

}

.staff-profile p {
    text-align: left;

}

.staff-profile-sm {
    margin: 40px 0px;

}

#staff .section-title {
    padding-bottom: 0px;
}

.img-profile {
    border-radius: 50%;
    border: 10px solid #fff;
    width: 300px;
}

.img-profile-sm {
    border-radius: 50%;
    border: 10px solid #fff;
    width: 250px;
}

#ministries .ministries-item i {
    font-size: 55px;
    color: #4A4656;
    text-align: center;
    padding-left: 10px;
}

#ministries .ministries-item h4 {
    padding-top: 10px;
    margin: 0;
    color: #666;
    text-align: left;
}

#ministries .ministries-item p {
    color: #888;
    padding-top: 10px;
    margin: 0;
    text-align: left;
}

/*--
	global-footer Start
--*/
#global-footer {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    text-align: left;
    color: #fff;
    background: #3e3e3e;
}


#global-footer:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;

}


#global-footer .container {
    padding-top: 45px;
    padding-bottom: 50px;
}


#global-footer .col-sm-12 {
    /* border: solid 1px white;*/
    padding-bottom: 25px;
}


#global-footer h2 {
    padding-bottom: 4px;
    margin: 0;
    font-size: 22px;
    font-weight: 500;
}

#global-footer ul {
    line-height: 1.6;
}

#global-footer a {
    color: #5DADE2;
}


/* --- Global Header -- */


#global-header {
    background-repeat: no-repeat;
    /*background-size: cover;*/
    /*background-position: bottom right;*/
    padding: 0px;
    height: 750px;
    position: relative;
    box-shadow: 0 0 10px black;
    margin-bottom: 40px;
}

#global-header:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #000000, #000000 50%);
    opacity: 0.33;
}

#global-header .block {
    color: white;
    padding-top: 150px;
    margin: 0 auto;
    text-align: center;
    /*width: 800px;*/
}

#global-header .block h1 {
    font-weight: 600;
    word-spacing: 10px;
    letter-spacing: 4px;
    padding-bottom: 15px;
    padding-top: 15px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    /* background: rgba(255,255,255,.2); */
}

#global-header .block p {
    font-size: 1.6em;
    font-weight: 300;
    letter-spacing: .5px;
    color: white;
}



.address-block li {
    margin-bottom: 10px;
}

.address-block li i {
    margin-right: 15px;
    width: 20px;
}

.social-icons {
    margin-top: 0px;
}

.social-icons li {
    display: inline-block;
    margin: 0 0px;
}

.social-icons a {
    display: inline-block;
}

.social-icons i {
    color: white;
    margin-right: 0px;
    font-size: 31px;
}


/* Events */

.post-date {
    border: 1px solid #ccc;
    padding: 25px;


}

.post-num {
    font-size: 40px;
    text-align: center;
    line-height: 40px;
    /*border: 1px solid green;*/
}

.post-day {
    font-size: 26px;
    text-align: center;
    /*border: 1px solid red;*/
}

.event-post {
    margin-bottom: 45px;
    overflow: visible;
}


.event-section {
    margin: 0 auto;
    padding-bottom: 60px;

}

#events .container {
    /* padding-bottom: 100px;*/
    width: 900px;
}


#events h2 {
    margin: 50px 0px 20px 0px;
    color: #1e7fbf;
    font-weight: 500;
    font-size: 44px
}

#events h3 {
    border-top: solid 1px #5C5C5C;
    padding: 15px 0 3px 0;
}

.event-post img {
    float: right;
    margin: 3px 0 0 0;
    max-height: 137px;
}

.event-post p {
    margin: 5px 10% 0 0px;
    color: #5C5C5C;

}

.event-post h4 {
    color: #1e7fbf;
    font-size: 20px;
    margin: 0px;
}


.post-title {
    color: black;
    font-size: 22px;
    font-weight: 600;
    display: block;
}

/*---------------------------------------------
					Contact Close
-----------------------------------------------*/
/*--------- Heading------------*/
.heading {
    padding-bottom: 60px;
    text-align: center;
}

.heading h2 {
    color: #000;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
}

.heading p {
    line-height: 40px;
    color: #292929;
    font-weight: 300;
}

/*---------------------------*/
/*--
	footer Start
--*/
footer {
    background: #F5F5F5;
    text-align: center;
    padding-top: 28px;
    padding-bottom: 35px;
    border: solid black 2px;
}

footer p {
    line-height: 25px;
    color: #919191;
}

footer a {
    color: #595959;

}

footer .footer-manu {
    padding-bottom: 15px;
}

footer .footer-manu ul {
    margin: 0px;
    padding: 0px;
}

footer .footer-manu ul li {
    display: inline-block;
    padding: 0px 20px;
}

footer .footer-manu ul li a {
    display: inline-block;
    color: #494949;
}

footer .footer-manu ul li a:hover {
    color: #000;
}

/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */
/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    /*---------------------------------------------
					Index Start 
-----------------------------------------------*/
    /*--
	wrapper Start 
--*/
    .wrapper {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        margin: 0 auto -142px;
        /* the bottom margin is the negative value of the footer's height */
    }

    .footer,
    .push {
        height: 142px;
        /* .push must be the same height as .footer */
    }

    #global-header {
        height: 540px;

    }


    #global-header .block {
        width: 500px;
        padding-top: 50px;
    }

    #global-header .block h1 {
        font-weight: 400;
        font-size: 48px;
        word-spacing: 10px;
        letter-spacing: 2px;

    }

    #global-header .block p {
        font-size: 22px;
        font-weight: 400;
        letter-spacing: .3px;
    }

    /*
    #events .container {
        padding-bottom: 100px;
    }
    */

    .blog-post img {
        margin-right: 5px;
        float: none;
        margin-top: 30px;
    }

    /*--
	content Start 
--*/
    #content {
        text-align: center;
    }

    #content .block {
        padding-bottom: 100px;
    }

    /*--
	footer Start 
--*/
    footer .navbar {
        margin-bottom: 0px;
        border: 0px;
        min-height: 40px;
    }

    footer .navbar-default {
        border: 0px;
        width: 68%;
    }

    footer .navbar-default .navbar-nav li a {
        color: #494949;
        padding: 10px 10px;
    }

    footer .navbar-default .navbar-nav li a:hover {
        color: #000;
    }

}

/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */
@media only screen and (max-width: 767px) {

    /* -- navigation -- */

    #global-header {
        height: 540px;

    }


    .navbar-brand>img {
        width: 250px;
    }

    #global-header .block h1 {
        font-weight: 400;
        font-size: 40px;
        word-spacing: 10px;
        letter-spacing: 2px;

    }



    #global-header .block {
        padding-top: 50px;
        width: 370px;
    }

    #global-header .block p {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: .3px;
    }



    #global-footer {
        padding-left: 20px;
    }

    /* -- Meet the Staff -- */



    .staff-profile {
        margin: 25px 0px 0px 0px;

    }



    /*-- Events --*/

    #events .container {
        padding-top: 25px;
        /*padding-bottom: 100px;*/
        width: 355px;
    }



    #events h3 {
        border-top: solid 0px #5C5C5C;
        padding: 15px 0 3px 0;
    }

    #events h2 {
        margin: 7px 0px 24px 0px;
        font-weight: 500;
        font-size: 32px
    }


    .heading {
        padding-left: 0px;
    }

    h2 {
        font-size: 18px;
    }

    p {
        font-size: 14px;
    }

    header .navbar-custom .navbar-toggler {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    /*--
	Ministries Start 
--*/
    #ministries {
        padding: 55px 0 0px 0;
        margin: 0 55px;
    }


    #ministries .thumbnail {
        padding-bottom: 70px;
    }

    #staff {
        padding-top: 55px;
        padding-bottom: 70px;
    }

    .staff {
        text-align: center;
    }

    /*--
	content Start 
--*/
    #content {
        text-align: center;
        padding-top: 70px;
    }

    #content .block {
        padding-bottom: 100px;
    }

    #content .block h2 {
        padding-top: 0px;
    }

    #content .block-bottom {
        padding: 0px;
    }

    #content .block-bottom .item-img {
        padding-left: 0px;
    }

    #history .container {
        width: 300px;
    }

    #worship .container {
        width: 300px;
    }

    #doctrine .container {
        width: 300px;
    }


}

/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */
/*	Retina media query.
	Overrides styles for devices with a 
	device-pixel-ratio of 2+, such as iPhone 4.
-----------------------------------------------    */

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

    .post-date {
        width: 100%;
        float: none;
        padding: 10px;


    }

    .about-img {
        width: 288px;
    }

    #global-header .block {
        width: 275px;
    }

    #history .container {
        width: 275px;
    }

    #worship .container {
        width: 275px;
    }

    #doctrine .container {
        width: 275px;
    }

    #events .container {
        width: 300px;
    }

    .navbar-brand>img {
        width: 175px;
    }
}