/*RESET*/
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	text-decoration: none;
	outline: inherit;
}

:hover {
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}

::-webkit-scrollbar {
    width:5px;
}
::-webkit-scrollbar-track {
    background:rgba(255,255,255,0.3);
}
::-webkit-scrollbar-thumb {
	background:#999;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #555;
    width: 100%;
    height: 100%;
    position: relative;
}


/*FONTS*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');
strong {
    font-weight: 700;
}

p,
li {
    font-size: 18px;
    line-height: 30px;
    margin: 24px auto;
}

ul li,
ol li {
    margin: 5px 0;
    margin-left: 25px;
}


/*OBJECTS*/
.button,
.button:visited,
.tithely-give-btn.button {
    display: inline-block;
    padding: 15px 20px;
    background: #a30827;
    outline: none;
    -webkit-appearance: none;
    color: white;
    margin: 5px auto;
    border-radius: 5px;
    border: 2px solid #a30827;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.button:hover,
.button:focus,
.tithely-give-btn.button:hover {
    cursor: pointer;
    background: white;
    border: 2px solid #a30827;
    color: #a30827;
}
.button a:hover,
.button a:focus,
.tithely-give-btn.button a:hover {
    color: #a30827;
}

.shoutout {
    border: 2px solid #a30827;
    color: #a30827;
    padding: 15px 20px;
    border-radius: 25px;
}

hr {
    border: none;
    margin: 50px auto;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.logo {
    width: 65%;
    max-width: 300px;
    float: left;
    margin: 10px 0 -25px;
}
.logo-day-camp {
    position: absolute;
    bottom: -250px;
    right: 0;
    width: 300px;
}

.awana-logos {
    height: 100px;
    width: auto !important;
}

.icon-sm {
    font-size: 21px;
}
.icon-md {
    font-size: 36px;
}
.icon-lg {
    font-size: 60px;
}

.white-circle {
    background: white;
    border-radius: 100%;
    color: #a30827;
    font-size: 24px;
    padding: 5px;
}

.thanks-image {
    width: 90%;
    max-width: 400px;
}

.calculator {
    width: 370px;
    height: 238px;
    overflow: hidden;
    position: relative;
}
.calculator iframe {
    margin: -25px 0 0 -50px;
    width: 453px;
    height: 350px;
    overflow: hidden;
}

.measure {
    width: 100%;
    position: relative;
    border-radius: 20px;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.15);
    padding: 0;
    background: white;
    overflow: hidden;
    margin-top: -20px;
}
.measure .loaded {
    background: #a30827;
    padding: 5px 10px;
    margin: 0;
}
.measure .loaded p {
    padding: 0;
    margin: 0;
    line-height: 100%;
    color: white;
}
#wk1-sk-1-loaded {
    width: 84%;
}
#wk1-2-3-loaded {
    width: 56%;
}
#wk1-4-5-loaded {
    width: 56%;
}
#wk2-sk-1-loaded {
    width: 60%;
}
#wk2-2-3-loaded {
    width: 43%;
}
#wk2-4-5-loaded {
    width: 56%;
}
#jr-camp-loaded {
    width: 100%;
}
#sr-camp-loaded {
    width: 25%;
}


/*LINKS*/
a:link,
a:hover,
a:visited,
a:focus,
a:active {
    color: inherit;
	text-decoration: none;
}
a:hover,
a:focus {
    color: #a30827;
	text-decoration: none;
    cursor: pointer;
}


/*DIVS*/
section {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}
section.narrow {
    max-width: 1275px;
}

header {
    position: fixed;
    width: 100%;
    background: white;
    z-index: 1000;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

nav .button {
    display: none;
}
nav ul {
    list-style: none;
    padding: 30px 0 20px;
    text-align: right;
}
nav ul li,
.tithely-give-btn {
    display: inline;
    font-size: 18px;
    margin: 0 0 0 15px;
    padding: 0;
    text-transform: uppercase;
}
.tithely-give-btn {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #555;
    letter-spacing: 1px;
}
nav ul li a:hover,
nav ul li a:focus,
nav ul li.active,
.tithely-give-btn:hover,
.tithely-give-btn:focus {
    color: #a30827;
    cursor: pointer;
}
nav .icon {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
nav .icon:hover {
    opacity: 0.6;
}

footer {
    background: #a30827;
    color: white;
    padding: 50px 0;
}
footer ul {
    list-style: none;
    padding: 10px 0;
}
footer a:link,
footer a:visited {
    color: white;
}
footer a:hover {
    color: white;
    text-decoration: underline;
}
footer ul.inline-list {
    margin-top: 20px;
}
footer ul.inline-list li {
    display: inline-block;
}
footer .beard {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 2px solid white;
    transform: translateY(10px);
}
footer .beard:hover,
footer .beard:focus {
    filter: invert(.8);
}
footer .cell-1-3 .tithely-give-btn {
    color: white;
    text-transform: none;
}
footer .cell-1-3 .tithely-give-btn:hover {
    text-decoration: underline;
}

.alert {
    background: #a30827;
    color: white;
    padding: 25px 0 10px;
}
.alert a:hover {
    text-decoration: underline;
}

.banner {
    padding: 350px 0 200px;
    color: white;
    position: relative;
}
.banner-small {
    padding: 0;
}
.banner-small > div {
    width: 100%;
    height: 100%;
    padding: 150px;
    background: rgba(0,0,0,0.7);
    color: white;
}

.container {
    padding: 100px 0;
}

.container-video {
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%;
}
.container-video iframe {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    border: none;
    outline: none;
}

.cell-1-3 {
    width: 33.33%;
    position: relative;
}
.cell-1-3-w {
    width: 30%;
    position: relative;
    text-align: center;
    padding: 20px;
}
.cell-1-3-w2 {
    width: 30%;
    position: relative;
    margin: 20px 0;
}
.cell-2-3 {
    width: 66.66%;
    position: relative;
}

.cell-1-2 {
    width: 50%;
}
.cell-1-2-w {
    width: 47%;
    margin: 40px 0;
    position: relative;
}
.cell-1-2-w .poster {
    width: 100%;
}

.cell-1-4 {
    width: 25%;
}
.cell-1-4-w {
    width: 23%;
    margin: 20px 0;
}

.cell-3-4 {
    width: 75%;
}

#kidz-camp-sun {
    background: url(../images/thumbs/kidz-camp-sun.png) no-repeat top right #f9f9f9;
    background-size: auto 135px;
    padding: 150px 20px 20px;
}
#jr-high-camp-sun {
    background: url(../images/thumbs/jr-high-camp-sun.png) no-repeat top right #f9f9f9;
    background-size: auto 135px;
    padding: 150px 20px 20px;
}
#sr-high-camp-sun {
    background: url(../images/thumbs/sr-high-camp-sun.png) no-repeat top right #f9f9f9;
    background-size: auto 135px;
    padding: 150px 20px 20px;
}

.cell-staff {
    width: 300px;
}
.cell-staff-info {
    width: calc(100% - 300px);
    padding: 25px 0 25px 50px;
}

.dc-event-img {
    width: calc(33.33% - 10px);
    margin: 10px 0;
}
.dc-event-block {
    width: calc(33.33% - 10px);
    padding: 20px 20px 100px 20px;
    margin: 10px 0;
    color: #222;
}
#sunset1 {
    background: url(../images/thumbs/sunset-1.jpg) no-repeat center;
    background-size: cover;
}
#sunset2 {
    background: url(../images/thumbs/sunset-2.jpg) no-repeat center;
    background-size: cover;
}
#sunset3 {
    background: url(../images/thumbs/sunset-3.jpg) no-repeat center;
    background-size: cover;
}
#sunset4 {
    background: url(../images/thumbs/sunset-4.jpg) no-repeat center;
    background-size: cover;
}
#sunset5 {
    background: url(../images/thumbs/sunset-5.jpg) no-repeat center;
    background-size: cover;
}

.programs {
    height: 350px;
}

.cell-sermon {
    width: 25%;
    text-align: left;
}

.cell-pastor {
    width: 49%;
    text-align: center;
}
.cell-pastor img {
    width: 100%;
}
.cell-pastor > div {
    padding: 10px;
    word-wrap: break-word;
}

.cell-activity {
    background: #f9f9f9;
    padding: 0 25px;
    margin: 5px 0;
    width: 32.5%;
}

.deacon,
.ministries {
    width: 100%;
    height: 200px;
    position: relative;
    color: white;
}

.missionaries {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
}
.missionary {
    width: calc(33% - 10px);
    border: 1px solid #eeeeee;
    text-align: center;
}
.missionary img {
    width: 100%;
}
.missionary p {
    padding: 0 10px;
}

#facebook {
    height: 600px;
    overflow: hidden;
}
#facebook-image {
    background: url(../images/thumbs/facebook-image.jpg) no-repeat center right #f4f4f4;
    background-size: cover;
}
#facebook-image .sub-heading {
    position: absolute;
    bottom: 40px;
    left: 40px;
}
#form-image {
    background: url(../images/thumbs/form-image.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#form-image .sub-heading {
    position: absolute;
    top: 60px;
    right: 40px;
    text-align: right;
}

#welcome-back img {
    width: 100%;
}

#elder-image {
    background: url(../images/thumbs/elders.jpg) no-repeat center #f4f4f4;
    background-size: cover;
    position: relative;
}
#elder-image .sub-heading {
    position: absolute;
    bottom: 40px;
    right: 40px;
    text-align: right;
}
#elder-info {
    padding: 0 20px;
}

#cemetery-info {
    background: url(../images/thumbs/cemetery.jpg) no-repeat center #333;
    background-size: cover;
    color: white;
}
#cemetery-info > div {
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgba(0,0,0,0.8);
}
#cemetery-map iframe {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}

#outdoor-service {
    background: url(../images/banners/outdoor-service.jpg) no-repeat center;
    background-size: cover;
    text-align: right;
    padding: 50px;
}

.season {
    position: relative;
}
.season .sub-heading {
    position: absolute;
    bottom: 40px;
    right: 40px;
    text-align: right;
}
.season-info {
    padding: 0 20px;
}
#spring-image {
    background: url(../images/thumbs/spring.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#summer-image {
    background: url(../images/thumbs/summer.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#autumn-image {
    background: url(../images/thumbs/autumn.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#winter-image {
    background: url(../images/thumbs/winter.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}

#bus-image {
    background: url(../images/thumbs/school-bus.jpg) no-repeat center #333;
    background-size: cover;
}

#laptop {
    background: url(../images/thumbs/laptop.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}

#joseph {
    background: url(../images/banners/banner-joseph.jpg) no-repeat center #9e6840;
    background-size: cover;
    background-blend-mode: multiply;
}
#regathering {
    background: url(../images/banners/banner-regathering.jpg) no-repeat center #0d5561;
    background-size: cover;
    background-blend-mode: multiply;
}
#reopening {
    background: url(../images/banners/banner-reopening2.jpg) no-repeat top center #a30827;
    background-size: cover;
    background-blend-mode: multiply;
}
#fab5 {
    background: url(../images/banners/banner-fab-5.jpg) no-repeat top center grey;
    background-size: cover;
    background-blend-mode: multiply;
}
#who-are-we {
    background: url(../images/banners/banner-who-are-we.jpg) no-repeat center #ddd;
    background-size: cover;
    background-blend-mode: multiply;
}
#home-sweet-home {
    background: url(../images/banners/banner-home-sweet-home.jpg) no-repeat center #ddd;
    background-size: cover;
    background-blend-mode: multiply;
}
#to-be-with-Jesus {
    background: url(../images/banners/banner-to-be-with-Jesus.jpg) no-repeat center #ddd;
    background-size: cover;
    background-blend-mode: multiply;
}
#broken-tree {
    background: url(../images/banners/banner-broken-christmas-tree.jpg) no-repeat center #ddd;
    background-size: cover;
    background-blend-mode: multiply;
}
#joy {
    background: url(../images/banners/banner-joy.jpg) no-repeat center #ddd;
    background-size: cover;
    background-blend-mode: multiply;
}
#reading-bible {
    background: url(../images/banners/banner-the-bible.jpg) no-repeat center #ddd;
    background-size: cover;
    background-blend-mode: multiply;
}
#parent-connect {
    background: url(../images/banners/banner-parent-connect.jpg) no-repeat center #ddd;
    background-size: cover;
    background-blend-mode: multiply;
}
#online-services {
    background: url(../images/banners/banner-service-online.jpg) no-repeat center #00a79b;
    background-size: cover;
    background-blend-mode: multiply;
}
#santiago-benavides {
    background: url(../images/banners/santiago-benavides-banner.webp) no-repeat right top #444444;
    background-size: cover;
    background-blend-mode: multiply;
}
#good-friday-easter {
    background: url(../images/banners/good-friday-easter.webp) no-repeat bottom right #999999;
    background-size: cover;
    background-blend-mode: multiply;
}
#watchonline {
    background: url(../images/banners/watch-online.jpg) no-repeat center #999;
    background-size: cover;
    background-blend-mode: multiply;
}
#livechurch {
    background: url(../images/banners/banner-regather-sep.jpg) no-repeat top center #444444;
    background-size: cover;
    background-blend-mode: multiply;
}
#tubing {
    background: url(../images/banners/tubing.jpg) no-repeat top center #999999;
    background-size: cover;
    background-blend-mode: multiply;
}
#theoutlet {
    background: url(../images/banners/the-outlet.jpg) no-repeat top center #999999;
    background-size: cover;
    background-blend-mode: multiply;
}
#winterretreat {
    background: url(../images/banners/banner-winter-retreat.jpg) no-repeat top center;
    background-size: cover;
}
#olympics {
    background: url(../images/banners/olympics-night.jpg) no-repeat top center #999999;
    background-size: cover;
    background-blend-mode: multiply;
}
#bottles {
    background: url(../images/banners/banner-bottles.jpg) no-repeat top center #999999;
    background-size: cover;
    background-blend-mode: multiply;
}
#bowling {
    background: url(../images/banners/banner-bowling.jpg) no-repeat top center #999999;
    background-size: cover;
    background-blend-mode: multiply;
}
#pool-party {
    background: url(../images/banners/banner-pool-party.jpg) no-repeat top center #999999;
    background-size: cover;
    background-blend-mode: multiply;
}
#youthcamp2022 {
    background: url(../images/banners/youth-camp-2022.jpg) no-repeat top center #999999;
    background-size: cover;
    background-blend-mode: multiply;
}
#mensretreat {
    background: url(../images/banners/banner-mens-retreat.jpg) no-repeat top center #999999;
    background-size: cover;
    background-blend-mode: multiply;
}
#authenticmanhood {
    background: url(../images/banners/banner-authentic-manhood.jpg) no-repeat top right;
    background-size: cover;
}
#pancake {
    background: url(../images/banners/banner-pancake-supper.jpg) no-repeat top center;
    background-size: cover;
}
#teenchallenge {
    background: url(../images/banners/banner-teen-challenge.jpg) no-repeat top center;
    background-size: cover;
}
#elephantgift {
    background: url(../images/banners/banner-white-elephant-gift-night.jpg) no-repeat center;
    background-size: cover;
}
#christmaseve {
    background: url(../images/banners/banner-christmas-eve-service.jpg) no-repeat top right;
    background-size: cover;
}
#identity {
    background: url(../images/banners/banner-identity-in-Christ.jpg) no-repeat top right;
    background-size: cover;
}
#sevenchurches {
    background: url(../images/banners/banner-seven-churches.jpg) no-repeat center right;
    background-size: cover;
}
#liveinthemoment {
    background: url(../images/banners/banner-live-in-the-moment.jpg) no-repeat center right;
    background-size: cover;
}
#saltlight {
    background: url(../images/banners/banner-salt-light.jpg) no-repeat center right;
    background-size: cover;
}
#miraclesChristmas {
    background: url(../images/banners/banner-miracles-Christmas.jpg) no-repeat center right;
    background-size: cover;
}
#followyourpassion {
    background: url(../images/banners/banner-follow-your-passion.jpg) no-repeat center right;
    background-size: cover;
}
#jonah {
    background: url(../images/banners/banner-jonah.jpg) no-repeat center right;
    background-size: cover;
}
#story {
    background: url(../images/banners/whats-the-story.jpg) no-repeat center;
    background-size: cover;
}
#whoisJesus {
    background: url(../images/banners/who-is-Jesus.jpg) no-repeat center;
    background-size: cover;
}
#thanksgivingmonth {
    background: url(../images/banners/banner-thanksgiving-month.jpg) no-repeat center right;
    background-size: cover;
}
#hagar {
    background: url(../images/banners/banner-hagar.jpg) no-repeat center right;
    background-size: cover;
}
#familybbq {
    background: url(../images/banners/banner-bbq-family.jpg) no-repeat top center #999999;
    background-size: cover;
    background-blend-mode: multiply;
}
#daycamp {
    background: url(../images/banners/banner-day-camp-2024.jpg) no-repeat center;
    background-size: cover;
}
#praying {
    background: url(../images/banners/praying.jpg) no-repeat center;
    background-size: cover;
}
#facebook-banner {
    background: url(../images/banners/facebook.jpg) no-repeat center;
    background-size: cover;
}
#easter-banner {
    background: url(../images/banners/resurrection.webp) no-repeat center;
    background-size: cover;
}
#rejoice {
    background: url(../images/banners/rejoice.webp) no-repeat center;
    background-size: cover;
}
#exodus {
    background: url(../images/banners/banner-exodus-title.webp) no-repeat center;
    background-size: cover;
}
#ruth {
    background: url(../images/banners/banner-good-news-in-bethlehem.jpg) no-repeat center;
    background-size: cover;
}
#dinewithus {
    background: url(../images/banners/banner-day-camp-dinewithus.jpg) no-repeat center;
    background-size: cover;
}
#pasture {
    background: url(../images/banners/banner-pasture.jpg) no-repeat center #555555;
    background-size: cover;
    background-blend-mode: multiply;
}
#tailgate {
    background: url(../images/banners/banner-tailgate-party-2024.jpg) no-repeat center;
    background-size: cover;
}
#daycamp-2024 {
    background: url(../images/banners/banner-camp-2024.jpg) no-repeat center;
    background-size: cover;
}
#pancake {
    background: url(../images/banners/banner-pancake-dinner.jpg) no-repeat center;
    background-size: cover;
}
#good-friday {
    background: url(../images/banners/banner-good-friday.jpg) no-repeat top center #999999;
    background-size: cover;
    background-blend-mode: multiply;
}
#easter {
    background: url(../images/banners/banner-easter.jpg) no-repeat top center #999999;
    background-size: cover;
    background-blend-mode: multiply;
}
#wingnight {
    background: url(../images/banners/guys-wing-night-out.jpg) no-repeat top center #999999;
    background-size: cover;
    background-blend-mode: multiply;
}
#summer-jobs {
    background: url(../images/banners/banner-summer-jobs.jpg) no-repeat top center #999999;
    background-size: cover;
    background-blend-mode: multiply;
}
#hockey {
    background: url(../images/banners/banner-hockey.jpg) no-repeat top center #999999;
    background-size: cover;
    background-blend-mode: multiply;
}
#ladiesstudy {
    background: url(../images/banners/banner-ephesians-ladies-bible-study.jpg) no-repeat top center #999999;
    background-size: cover;
    background-blend-mode: multiply;
}
#uncertain {
    background: url(../images/banners/banner-uncertain.jpg) no-repeat top center #999;
    background-size: cover;
    background-blend-mode: multiply;
}
#advent {
    background: url(../images/banners/banner-advent.jpg) no-repeat center;
    background-size: cover;
}
#malachi {
    background: url(../images/banners/banner-malachi.jpg) no-repeat center;
    background-size: cover;
}
#life-upside-down {
    background: url(../images/banners/banner-life-upside-down.jpg) no-repeat center;
    background-size: cover;
}
#table-with-Jesus {
    background: url(../images/banners/banner-at-the-table-with-Jesus.jpg) no-repeat center;
    background-size: cover;
}
#advent-small {
    background: url(../images/thumbs/advent.jpg) no-repeat center #999;
    background-size: cover;
    background-blend-mode: multiply;
}
#jonah-small {
    background: url(../images/thumbs/jonah-small.jpg) no-repeat center #999;
    background-size: cover;
    background-blend-mode: multiply;
}
#story-small {
    background: url(../images/thumbs/whats-the-story-small.jpg) no-repeat center #999;
    background-size: cover;
    background-blend-mode: multiply;
}
#whoisJesus-small {
    background: url(../images/thumbs/who-is-Jesus-small.jpg) no-repeat center #999;
    background-size: cover;
    background-blend-mode: multiply;
}
#rejoice-small {
    background: url(../images/thumbs/rejoice-small.webp) no-repeat center #999;
    background-size: cover;
    background-blend-mode: multiply;
}
#exodus-small {
    background: url(../images/thumbs/exodus-small.webp) no-repeat center #999;
    background-size: cover;
    background-blend-mode: multiply;
}
#ruth-small {
    background: url(../images/thumbs/banner-good-news-in-bethlehem-small.jpg) no-repeat center #999;
    background-size: cover;
    background-blend-mode: multiply;
}
#passion-small {
    background: url(../images/thumbs/follow-your-passion-small.jpg) no-repeat center #999;
    background-size: cover;
    background-blend-mode: multiply;
}
#table-with-Jesus-small {
    background: url(../images/thumbs/at-the-table-with-Jesus.jpg) no-repeat center #999;
    background-size: cover;
    background-blend-mode: multiply;
}
#finding-freedom-small {
    background: url(../images/thumbs/finding-freedom.jpg) no-repeat center #999;
    background-size: cover;
    background-blend-mode: multiply;
}
#ot-heroes-small {
    background: url(../images/thumbs/ot-heroes.jpg) no-repeat center #999;
    background-size: cover;
    background-blend-mode: multiply;
}
#Gods-heart-small {
    background: url(../images/thumbs/a-man-after-Gods-own-heart.jpg) no-repeat center;
    background-size: cover;
}
#our-coming-saviour-small {
    background: url(../images/thumbs/our-coming-Saviour.jpg) no-repeat center;
    background-size: cover;
}
#identity-small {
    background: url(../images/thumbs/our-identity-in-Christ.jpg) no-repeat center;
    background-size: cover;
}
#sevenchurches-small {
    background: url(../images/thumbs/seven-churches-small.jpg) no-repeat center;
    background-size: cover;
}
#liveinthemoment-small {
    background: url(../images/thumbs/live-in-the-moment.jpg) no-repeat center;
    background-size: cover;
}
#thanksgivingmonth-small {
    background: url(../images/thumbs/thanksgiving-series-small.jpg) no-repeat center;
    background-size: cover;
}
#malachi-small {
    background: url(../images/thumbs/malachi.jpg) no-repeat center #999;
    background-size: cover;
    background-blend-mode: multiply;
}
#life-upside-down-small {
    background: url(../images/thumbs/life-upside-down.jpg) no-repeat center #999;
    background-size: cover;
    background-blend-mode: multiply;
}
#summerextreme {
    background: url(../images/banners/banner-summer-extreme.jpg) no-repeat top center #444444;
    background-size: cover;
    background-blend-mode: multiply;
}
#easter {
    background: url(../images/banners/banner-easter-2021.jpg) no-repeat top center gold;
    background-size: cover;
    background-blend-mode: multiply;
}
#churchevent {
    background: url(../images/banners/banner-church.jpg) no-repeat top center #00a79b;
    background-size: cover;
    background-blend-mode: multiply;
}
#communion {
    background: url(../images/banners/banner-communion.jpg) no-repeat top center crimson;
    background-size: cover;
    background-blend-mode: multiply;
}
#thanksgiving {
    background: url(../images/banners/banner-thanksgiving.jpg) no-repeat center right coral;
    background-size: cover;
    background-blend-mode: multiply;
}
#banner-about {
    background: url(../images/banners/banner-about.jpg) no-repeat center top #f4f4f4;
    background-size: cover;
}
#banner-give {
    background: url(../images/banners/banner-give.jpg) no-repeat center top #f4f4f4;
    background-size: cover;
}
#banner-history {
    background: url(../images/banners/banner-history.jpg) no-repeat center top #f4f4f4;
    background-size: cover;
}
#banner-missions {
    background: url(../images/banners/banner-missions.jpg) no-repeat center top #f4f4f4;
    background-size: cover;
}
#banner-sermons {
    background: url(../images/banners/banner-sermons.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#banner-leadership {
    background: url(../images/banners/banner-leadership.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#banner-contact {
    height: 500px;
    padding: 80px 0 0;
    background: #f4f4f4;
}
#banner-contact iframe {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}
#banner-preaching {
    background: url(../images/banners/banner-preaching.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#banner-day-camp {
    background: url(../images/banners/banner-day-camp.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#banner-summerblast-home {
    background: url(../images/banners/banner-focus.jpg) no-repeat center #1a1a1a;
    background-size: cover;
}
#banner-summerblast {
    background: url(../images/banners/banner-dots.jpg) no-repeat center #1a1a1a;
    background-size: cover;
    padding: 125px 0 25px 0;
}
#banner-summerblast img {
    width: 75%;
    max-width: 600px;
}
#banner-pressplay {
    background: url(../images/banners/banner-press-play-bg.jpg) no-repeat center #1a1a1a;
    background-size: cover;
    padding: 125px 0 25px 0;
}
#banner-pressplay img {
    width: 75%;
    max-width: 768px;
}
#banner-awana {
    background: url(../images/banners/banner-awana.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#banner-leader-training {
    background: url(../images/banners/banner-leader-training.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#banner-finding-freedom {
    background: url(../images/banners/banner-finding-freedom.jpg) no-repeat center top #f9f9f9;
    background-size: cover;
}
#banner-ot-heroes {
    background: url(../images/banners/banner-ot-heroes.jpg) no-repeat center;
    background-size: cover;
}
#banner-Gods-heart {
    background: url(../images/banners/banner-a-man-after-Gods-own-heart.jpg) no-repeat center;
    background-size: cover;
}
#banner-our-coming-saviour {
    background: url(../images/banners/banner-our-coming-Saviour.jpg) no-repeat center;
    background-size: cover;
}
#banner-childrens {
    background: url(../images/banners/banner-childrens.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#banner-youth {
    background: url(../images/banners/banner-youth.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#banner-cemetery {
    background: url(../images/banners/banner-cemetery.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#banner-adult {
    background: url(../images/banners/banner-adult.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#banner-kidz-camp {
    background: url(../images/banners/banner-kidz-camp.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#banner-youth-camp {
    background: url(../images/banners/banner-youth-camp.jpg) no-repeat center top #f4f4f4;
    background-size: cover;
}
#banner-donate {
    background: url(../images/banners/banner-donate.jpg) no-repeat center top #f4f4f4;
    background-size: cover;
}

#child-ministry {
    background: url(../images/thumbs/children.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#youth-ministry {
    background: url(../images/thumbs/youth.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#adult-ministry {
    background: url(../images/thumbs/adults.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#awana {
    background: url(../images/thumbs/awana.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#preaching {
    background: url(../images/thumbs/preaching.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#day-camp {
    background: url(../images/thumbs/day-camp.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#about-us {
    background: url(../images/thumbs/about-us.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#latest-sermon {
    background: url(../images/thumbs/latest-sermon.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#trunkortreat {
    background: url(../images/banners/banner-trunk-or-treat.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#brunch {
    background: url(../images/banners/banner-brunch.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#cemetery {
    background: url(../images/thumbs/cemetery.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}

#mission {
    background: url(../images/banners/banner-mission.jpg) no-repeat center #333;
    background-size: cover;
}
#history {
    background: url(../images/banners/banner-history.jpg) no-repeat center #333;
    background-size: cover;
}
#history a {
    cursor: pointer;
}
#sermon {
    background: url(../images/banners/banner-cross.jpg) no-repeat center #333;
    background-size: cover;
}
#wilderness {
    background: url(../images/banners/banner-wilderness-trip.jpg) no-repeat center #333;
    background-size: cover;
}
#ladies-night {
    background: url(../images/banners/banner-ladies-night-out.jpg) no-repeat center #333;
    background-size: cover;
    background-blend-mode: multiply;
}
#breakfast {
    background: url(../images/banners/banner-breakfast.jpg) no-repeat center #333333;
    background-size: cover;
    background-blend-mode: multiply;
}

#youth-history {
    background: url(../images/banners/banner-youth-history.jpg) center #333 fixed;
    background-size: cover;
}

#chairman {
    background: url(../images/thumbs/chairman.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#missions {
    background: url(../images/thumbs/missions.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#building {
    background: url(../images/thumbs/building.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#worship {
    background: url(../images/thumbs/worship.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#worship-banner {
    background: url(../images/banners/banner-worship.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#pancakes-banner {
    background: url(../images/banners/pancake-breakfast.webp) no-repeat center #777777;
    background-size: cover;
    background-blend-mode: multiply;
}
#finance {
    background: url(../images/thumbs/finance.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#youth {
    background: url(../images/thumbs/youth.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#adult {
    background: url(../images/thumbs/adult.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#childrens {
    background: url(../images/thumbs/children.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#awana-program {
    background: url(../images/thumbs/awana.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#food {
    background: url(../images/thumbs/food-fellowship.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#ladies {
    background: url(../images/thumbs/ladies.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#griefshare {
    background: url(../images/thumbs/griefshare.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#library {
    background: url(../images/thumbs/library.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#livewires {
    background: url(../images/thumbs/livewires.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}

#nursery {
    background: url(../images/thumbs/nursery.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#toddlers {
    background: url(../images/thumbs/toddler.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#beginners {
    background: url(../images/thumbs/beginner.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#middlers {
    background: url(../images/thumbs/middler.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#juniors {
    background: url(../images/thumbs/junior.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}

#junior-youth {
    background: url(../images/thumbs/the-outlet.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#senior-youth {
    background: url(../images/thumbs/senior-youth.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#young-adults {
    background: url(../images/thumbs/youth-adults.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}

#small-groups {
    background: url(../images/thumbs/small-groups.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#womens {
    background: url(../images/thumbs/womens-ministry.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#mens {
    background: url(../images/thumbs/mens-ministry.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#livewires {
    background: url(../images/thumbs/livewires.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}

#day-camp-staff-doug {
    background: url(../images/staff/doug-watson.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#day-camp-staff-tim {
    background: url(../images/staff/timothy-gibb.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}

#bulletin {
    background: url(../images/thumbs/bulletin.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#calendar {
    background: url(../images/thumbs/calendar.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#fire-evacuation {
    background: url(../images/thumbs/fire-evacuation.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}

#cemetery-history {
    background: url(../images/thumbs/cemetery-history.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#heritage-cemetery {
    background: url(../images/thumbs/heritage-cemetery.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#cemetery-by-laws {
    background: url(../images/thumbs/cemetery-by-laws.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#cubbies {
    background: url(../images/thumbs/cubbies.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#sparks {
    background: url(../images/thumbs/sparks.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}
#t-t {
    background: url(../images/thumbs/t-t.jpg) no-repeat center #f4f4f4;
    background-size: cover;
}

#james-series {
    background: url(../images/thumbs/james.jpg) no-repeat center;
    background-size: cover;
}
#joseph-series {
    background: url(../images/banners/banner-joseph.jpg) no-repeat center;
    background-size: cover;
}
#other-2020 {
    background: url(../images/banners/banner-other-2020.jpg) no-repeat center;
    background-size: cover;
}
#other-2021 {
    background: url(../images/banners/banner-other-2021.jpg) no-repeat center;
    background-size: cover;
}
#other-2022 {
    background: url(../images/banners/banner-other-2022.jpg) no-repeat center;
    background-size: cover;
}
#other-2023 {
    background: url(../images/banners/banner-other-2023.jpg) no-repeat center;
    background-size: cover;
}
#other-2020-small {
    background: url(../images/thumbs/other-2020.jpg) no-repeat center;
    background-size: cover;
}
#other-2021-small {
    background: url(../images/thumbs/other-2021.jpg) no-repeat center;
    background-size: cover;
}
#other-2022-small {
    background: url(../images/thumbs/other-2022.jpg) no-repeat center;
    background-size: cover;
}
#other-2023-small {
    background: url(../images/thumbs/other-2023.jpg) no-repeat center;
    background-size: cover;
}

#outlet-hockey img {
    width: calc(50% - 10px);
    margin-top: 20px;
}


/*FORM*/
form {
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: left;
}
form label {
    display: none;
    font-size: 0;
}
form .button {
    width: 100%;
    margin-bottom: 20px;
}

input,
select,
textarea {
    width: 48%;
    margin: 5px 0;
    padding: 15px 10px;
    background: white;
    border: 1px solid #ddd;
    border-color: hsl(0, 76%, 50%);
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #555;
    letter-spacing: 1px;
    -webkit-appearance: none;
}
input:not(:placeholder-shown),
select:not(:placeholder-shown),
textarea:not(:placeholder-shown) {
  border-color: hsl(0, 76%, 50%);
}
input:valid,
select:valid,
textarea:valid {
  border-color: hsl(120, 76%, 50%);
}

input.wide,
select.wide {
    width: 100%;
}
input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
}
input[type="date"]:focus:before,
input[type="date"]:valid:before {
    content: "";
}

textarea {
    width: 100%;
    height: 150px;
}

label.container {
    display: inline-block;
    position: relative;
    padding: 0 0 0 25px;
    margin: 5px 20px 5px 0;
    font-size: 18px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
label.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
label.container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: white;
    border-radius: 50%;
    border: 2px solid #999;
}
label.container:hover input ~ .checkmark {
    background-color: #ddd;
}
label.container input:checked ~ .checkmark {
    background-color: #2196F3;
    border-color: #2196F3;
}
label.container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
label.container input:checked ~ .checkmark:after {
    display: block;
}
label.container .checkmark:after {
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: white;
}


.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    box-sizing: border-box;
    margin-bottom: 5px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    border-radius: 10px;
}
.active, .accordion:hover {
    background-color: #ccc; 
}
.panel {
    padding: 25px;
    display: none;
    background-color: #f9f9f9;
    overflow: hidden;
    margin-bottom: 10px;
}


/*MODIFIERS*/
.left {
    text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}

.inline {
    display: inline;
}

.ftlt {
    float: left;
    margin-right: 20px;
}
.ftrt {
    float: right;
}
.clear {
    clear: both;
}

.pdg-50 {
    padding: 50px;
}

.mw-768 {
    max-width: 768px;
    margin: 0;
}

.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.heading {
    font-size: 60px;
    font-weight: 700;
}
#home .heading {
    font-size: 150px;
    line-height: 50px;
}
.heading span {
    font-weight: 300;
    font-size: 30px;
}
.sub-heading {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 700;
}
.large-p {
    font-size: 24px;
    font-weight: 700;
}
.cell-heading {
	font-size: 24px;
    padding: 20px 10px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.804359243697479) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.804359243697479) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.804359243697479) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
a .cell-heading:hover {
    padding: 50px 10px 50px;
    cursor: pointer;
}
small {
    font-size: 12px;
    line-height: 16px;
}

.white {
    color: white;
}
.black {
    color: #111;
}
.red {
    color: #a30827;
}
.bg-grey {
    background: #f4f4f4;
}
.bg-camp {
    background: url(../images/thumbs/camp-background.png) no-repeat center bottom #4caeb1;
    background-size: 100% auto;
    color: white;
    min-height: 700px;
}

.border-white-5 {
    border: 5px solid white;
}
.border-grey-5 {
    border: 5px solid #f4f4f4;
}

.space {
    height: 100px;
}

.no-bullet {
    list-style: none;
}

.invisible {
    opacity: 0 !important;
}


/*MEDIA QUERIES*/
@media (max-width:1400px) {
    .cell-sermon {
        width: 32%;
    }
}

@media (max-width:1100px) {
    nav .button {
        display: block;
        -webkit-transition: none;
        transition: none;
        margin: 15px 0;
        font-size: 18px;
        float: right;
    }
    nav ul {
        display: none;
        -webkit-transition: none;
        transition: none;
        margin-top: 10px;
        padding: 20px 0;
        width: 100%;
    }
}

@media (max-width:1024px) {
    .cell-1-3-w {
        width: 100%;
        margin: 10px 0;
    }

    .cell-pastor {
        width: 46%;
        margin: 20px 0;
    }

    .cell-1-4-w {
        width: 30%;
    }
}

@media (max-width:960px) {
    .cell-1-3,
    .cell-2-3 {
        width: 50%;
    }

    .dc-event-img,
    .dc-event-block {
        width: calc(50% - 10px);
    }

    .missionary {
        width: calc(50% - 10px);
    }

    #cemetery {
        width: 100%;
    }

    #history {
        background: url(../images/banners/banner-history-mobile.jpg) no-repeat center #333;
        background-size: cover;
    }
    #youth-history {
        background: url(../images/banners/banner-youth-history-mobile.jpg) no-repeat center #333;
        background-size: cover;
    }

    #facebook-image .sub-heading,
    #form-image .sub-heading {
        font-size: 36px;
    }
}

@media (max-width:768px) {
    nav ul li {
        display: block;
    }

    .banner {
        padding: 200px 0 100px;
    }
    .banner-small > div {
        padding: 100px 25px;
    }
    .banner-small p {
        padding: 10px;
    }

    .logo-day-camp {
        width: 250px;
        bottom: -150px;
    }

    .container {
        padding: 50px 0;
    }

    .space {
        height: 50px;
    }

    .heading {
        font-size: 48px;
    }
    .sub-heading {
        font-size: 36px;
    }
    .cell-heading {
        font-size: 21px;
    }

    .cell-1-2-w {
        width: 100%;
        margin: 20px 0;
    }

    .cell-sermon {
        width: 50%;
    }

    .cell-1-4-w,
    .cell-1-3-w2 {
        width: 47%;
    }

    .cell-staff {
        height: 300px;
        width: 100%;
        max-width: 300px;
    }
    .cell-staff-info {
        width: 100%;
        padding: 0;
    }

    .cell-activity {
        width: 49.5%;
    }

    #contact {
        height: 400px;
        padding: 90px 0 0;
    }

    #facebook,
    #form-image,
    #contact-form,
    #outdoor-service {
        width: 100%;
    }
    #facebook-image {
        display: none;
    }
    #form-image .sub-heading {
        position: relative;
        bottom: 0;
        right: 0;
        text-align: center;
        padding: 100px 10px;
    }

    #cemetery-info,
    #cemetery-map {
        width: 100%;
    }
    #cemetery-map {
        height: 300px;
    }

    #history .cell-2-3 {
        width: 100%;
    }

    footer ul.cell-1-3 {
        width: 100%;
    }

    .pdg-50 {
        padding: 25px;
    }
    .bg-camp {
        padding-bottom: 200px;
        min-height: 0;
    }
}

@media (max-width: 600px) {
    .cell-pastor {
        width: 100%;
    }

    .season,
    .season-info {
        width: 100%;
    }
    .season {
        min-height: 300px;
    }
    .season .sub-heading {
        left: 20px;
        right: auto;
        text-align: left;
    }

    input, textarea, select {
        width: 100%;
    }

    #home .heading {
        font-size: 72px;
        line-height: 30px;
    }

    .dc-event-block,
    .dc-event-img {
        width: 100%;
    }
}

@media (max-width:532px) {
    .cell-1-3,
    .cell-2-3 {
        width: 100%;
    }

    .cell-sermon {
        width: 100%;
    }

    .cell-activity {
        width: 100%;
    }

    .missionary {
        width: 100%;
    }

    #elder-image {
        width: 100%;
        height: 300px;
    }
    #elder-info {
        width: 100%;
    }

    .cell-1-4-w,
    .cell-1-3-w2 {
        width: 100%;
    }

    #outlet-hockey img {
        width: 100%;
    }

    .calculator {
        transform: scale(.8);
        transform-origin: top left;
    }
}

@media (max-width:414px) {    
}