body {
    font-size: 16px;
}
.banner {
    padding: 5px;
    color: white;
    text-align: center;
    background-image: url("../images/map.png");
    background-position: center;
	background-repeat: no-repeat;
    background-color: #1b3b6e;
    text-shadow: 0 0 8px black;
}

/*
.banner .header-section {
    padding: 10px 0;
}
*/

.banner .links-etc a {
    color: inherit;
    text-decoration: none;
    outline: none;
}

.banner .links-etc .url {
    font-size: 1.6em;
}

.banner .links-etc .logo {
    height: 100px;
}

.banner .links-etc .pledge2pray {
    background-color: #29235c;
    font-size: 2em;
    margin: 20px;
    padding: 10px;
    border-radius: 10px;
}

.banner .tagline {
    font-size: 1.4em;
    font-weight: bold;
}

.banner .dates {
    font-size: 2em;
}

.banner .districts {
    font-size: 1.4em;
}

.banner .rd-rdct {
    margin-top: 0px;
}

.banner .title {
    font-size: 1.4em;
}

.banner .tkc-maintitle {
    font-family: hoefler_titling, "Times New Roman", serif;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 10px;
}

.banner .tkc-quote {
    text-align: left;
    padding-right: 30px;
}

.navbar .nav-pills {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .nav-pills li {
/*    margin: 0 40px;*/
    text-transform: uppercase;

}

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

.body-container {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 20px;
}

.body-container .lords-prayer {
    background-image: url("../images/beach_sea.jpg");
    background-repeat: no-repeat;
    font-size: 1.3em;
    padding: 20px;
    text-shadow: 0px 0px 5px white;
}

.body-container .redhill-prayer {
    margin-top: 30px;
    font-size: 1.1em;
}

.body-container .redhill-prayer img {
    width: 100%;
}

.body-container .subheading {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.event {
    margin-bottom: 40px;
    font-size: 16px;
}

.event .date {
    float: left;
    width: 13em;
}

.event .date:before, .event .location:before, .event .info:before, .event .time:before {
    font-family: FontAwesome;
    margin-right: 5px;
}

.event .date:before {
    content: "\f073";  /* calendar */
}

.event .time {
    padding-left: 5px;
}

.event .time:before {
    content: "\f017";  /* clock-o */
}

.event .location {
    font-weight: bold;
}

.event .location:before {
    content: "\f041";  /* map-marker */
}

.event .location a {
    color: inherit;
    text-decoration: none;
}

.event .info {
    padding-top: 5px;
}

.event .info:before {
/*    content: "\f129";  /* info */
}

.contact-form .input-group-addon {
    min-width: 40px;
}

.contact-form .contact-message {
    height: 9em;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video-container > iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
