/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body,
html {
    width: 100%;
    height: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}
.center {
	text-align: center;
	padding-top: 15px;
}
img-center {
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
}
.toppad {
	padding-top: 15px;
}
.dropshadowclass {
        border: solid 1px #CCC;
    -moz-box-shadow: 5px 5px 0px #999;
    -webkit-box-shadow: 5px 5px 0px #999;
        box-shadow: 5px 5px 0px #999;
}
.topnav {
    font-size: 14px; 
}
.lead {
    font-size: 18px;
    font-weight: 400;
}
.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/sunrise.jpg) no-repeat center center;
    background-size: cover;
}
.intro-header2 {
    padding-top: 50px; 
    padding-bottom: 50px;
    text-align: center;
    color: #33CC99;
    background: url(../img/maxresdefault.jpg) no-repeat center center;
    background-size: cover;
}
.contact-header {
    padding-top: 50px;
    text-align: bottom;
    color: #000000;
	background-size: contain;
}
.ministries-header {
    padding-top: 5px;
    text-align: center;
    color: #f8f8f8;
    background-size: contain;
}
.firsttime-header {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #33CC99;
    background: url(../img/first-time-guest.jpg) no-repeat center center;
    background-size: cover;
}
.about-header {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #33CC99;
    background: url(../img/rising-banner.jpg) no-repeat center center;
    background-size: center;
}
.giving-header {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #E3E0D6;
    background: url(../img/givingbanner.jpg) no-repeat center center;
    background-size: center;
}
.pandw-header {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #E3E0D6;
	background: url(../img/pwbanner.jpg) no repeat center center;
    background-size: center;
}
.groundbreaker-header {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align:center;
	color: #33CC99;
	background: url(../img/groundbreaker.png) no repeat center center;
	background-size: cover;
}
.levite-header {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align:center;
	color: #33CC99;
	background: url(../img/leviteministry.jpg) no repeat center center;
	background-size: cover;
}
.missions-header {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align:center;
	color: #000000;
	background: url("../img/DSC01122.png") no repeat center center;
	background-size: cover;
}
.generationr-header {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align:center;
	color: #33CC99;
	background: url(../img/grlogo.jpg) no repeat center center;
	background-size: cover;
}
.joygroup-header {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align:center;
	color: #33CC99;
	background: url(../img/joygroup.jpg) no repeat center center;
	background-size: cover;
}	
.impactzone-header {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	color: #FFFFFF;
	background: url(../img/impactzone.jpg) no repeat center center;
	background-size: cover;
}
.time-header {
    padding-top: 100px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    text-align: center;
    color: #f8f8f8;
    background: url(../img/times.jpg) no-repeat center center;
    background-size: contain;
}
.stream-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    text-align: center;
    color: #f8f8f8;
    background: url(../img/livestreambanner.jpg) no-repeat center center;
    background-size: contain;
}
.calendar-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 10px;
    text-align: center;
    color: #f8f8f8;
	background-color: #282523;
	}
.calendar-container {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
.calendar-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.intro-message {
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
}
.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}
.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
.intro-message h3 a:link {
	color:#ffffff;
}
.intro-message h3 a:visited {
	color:#ffffff;
}
@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }
    .intro-message > h1 {
        font-size: 3em;
    }
    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }
    .intro-divider {
        width: 100%;
    }
}
.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}
.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
	height:100%;
}
.stream {
	color: white;
	background-color: black;
	padding-bottom: 50px;
}
.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.section-heading {
    margin-bottom: 30px;
}
.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}
.banner {
    padding: 75px 0;
    color: #f8f8f8;
    background: url(../img/bannerbg.jpg) no-repeat center center;
    background-size: cover;
}
.banner iframe {
	padding-top: 25px;
}
.banner-calendar {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/bannerbg.jpg) no-repeat center center;
    background-size: cover;
}
.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}
.banner ul {
    margin-bottom: 0;
}
.banner-social-buttons {
    float: right;
    margin-top: 0;
}
@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}
@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }
    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}
footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}
p.copyright {
    margin: 15px 0 0;
}