﻿body
{
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-color: #fff;
    text-align: center;
    background-size: 100%;
}

/* Body Width (Padding for certain areas) */

.padded-width 
{
    padding: 0px 5vw;
}


/* Top Menu */

.Gradient_background 
{
    background: linear-gradient(-140deg, #0a1041, #0270a0, #2c3e50);
    background-size: 400% 220%;
}

nav 
{
    border-bottom: 3px solid #fff;
    box-shadow: 0px 3px 3px #989898;
}

.navbar-brand img
{
    width: 80%
}

.navbar ul li 
{
    font-size: 25px;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    transition: 0.5s;
    border: 1px solid transparent;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    font-weight: 500;
    padding: 4px 3vw;
}

.navbar ul li a
{
    transition: 0.5s;
    width: 110%;
}

.main_button a {
    color: #2c3e50;
    background: #fff;
    border-radius: 4px;
    border: 1px solid transparent;
}

.main_button a:hover
{
    color: #fff;
    background: #1f4e69;
    border-radius: 4px;
    border: 1px solid #fff;
    box-shadow: 1px 1px 4px #000000;
}

.reg_button a 
{
    color: #fff;
    border: 1px solid transparent;
}

.reg_button a:hover
{
    color: #fff;
    background: #1f4e69;
    border-radius: 4px;
    border: 1px solid #fff;
    box-shadow: 1px 1px 4px #000000;
}

/* Main Image */

.Main-Image 
{
}

.Main-Image img 
{
    border-bottom: 10px solid #fff;
    border-radius: 0px 0px 16vmax 0px;
    box-shadow: rgba(0,0,0,0.2) 0px 6px 16px;
    width: 100%;
}

.title h1
{
    padding-top: 100px;
    color: #424242;
    font-size: 50px;
    font-weight: 400;
}

.title p
{
    padding-top: 50px;
    padding-bottom: 50px;
    color: #8c8c8c;
    font-size: 23px;
    font-weight: 300;
}

.title a {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: 300;
}

/* Card - Schedule */

.row
{
    padding: 2vw 0vw;
}

.col-sm-12 
{
    padding: 1vw;
    background-color: rgba(0,0,0,0);
}

.col-sm-6
{
    padding: 1vw;
    background-color: white;
    background-color: rgba(0,0,0,0);
}

.card
{
    box-shadow: rgba(0,0,0,0.4) 5px 5px 16px;
}

.card-text {
    padding: 10px;
    font-family: Arial;
    font-size: 26px;
}

.card li {
    color: #333333;
    padding: 10px 0px 10px;
    list-style: none;
}

/* Card - Youtube Video */

.btn 
{
    color: #5a5a5a;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #5a5a5a;
    box-shadow: 1px 1px 4px #000000;
}

.btn:hover 
{
    color: #fff;
    background: #1f4e69;
    border-radius: 4px;
    border: 1px solid #fff;
    box-shadow: 1px 1px 4px #000000;
}

.btn:focus
{
     color: #c4c4c4;
     background-color: #154058;
     border-color: #c4c4c4;
}

/* Card - Regular */

.btn-inverted
{
    color: #fff;
    background: #1f4e69;
    border-radius: 4px;
    border: 1px solid #fff;
    box-shadow: 1px 1px 4px #000000;
}

.btn-inverted:hover
{
    color: #fff;
    background: #377595ff;
    border-radius: 4px;
    border: 1px solid #fff;
    box-shadow: 1px 1px 4px #000000;
}

.btn-inverted:focus
{
     color: #c4c4c4;
     background-color: #154058;
     border-color: #c4c4c4;
}

/* Card Image Border */

.card-image-border
{
	border-bottom:3px groove #c4c4c4;
	border-radius: 2px;
}

/* Old Sermons */
.old-sermons-list
{
	color: #5a5a5a;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #5a5a5a;
    box-shadow: 2px 2px 6px #989898;
}

.old-sermons-list-btn .btn
{
    color: #5a5a5a;
    background: #fff;
    border-radius: 0px;
    border: 0px solid #fff;
    box-shadow: 0px 0px 0px #000000;
}

.old-sermons-list h3
{
	padding: 10px;
	font-style: italic;
}

.old-sermons-list ul li
{
	list-style-type: none;
	padding: 10px;
	font-size: 18px;
	text-align: right;
}

/* Old Sermons Partial Collapse */

.list.expand {
  height: 180px;
  overflow: hidden;
  position: relative;
  -webkit-transition: height .3s ease-in-out;
  -moz-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out;
}
.list.expand.open {
  padding-bottom: 20px;
}
.more-less {
	position: absolute;
	bottom: 0px;
	display: block;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 90%);
	height: 34px;
	cursor: pointer;
}
.closed .more-less::after {
	background: white;
	padding: 6px 20px;
	border-radius: 2px;
	content: 'More';
}
.open .more-less::after {
	background: white;
	padding: 6px;
	border-radius: 2px;
	content: 'Close';
}
.list.expand.open .more-less {
  background: none;
}

.padding-sermons-list
{
	padding: 26px 0px;
}

/* Map and Address */

.map-container 
{
    border-radius: 4px;
    box-shadow: rgba(0,0,0,0.4) 5px 5px 16px;
}

.address 
{
    width: 100%;
    padding: 20px;
}
.address h2 
{
    padding-top: 60px;
    color: #424242;
    font-size: 40px;
    font-weight: 700;
}
.address p 
{
    padding: 30px 0;
    font-size: 34px;
    font-family: 'Agency FB';
    color: #808080;
    line-height: 36px;
}

.Paragraph-padded
{
    padding: 20px 0px 80px;
}

.map-location {
    position: relative;
    padding-bottom: 500px;
    /* This is the aspect ratio height: 0;*/
    overflow: hidden;
}

#map 
{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

/* Footer */

.footer {
    margin-top: 4vw;
    border-top: 4px solid #ffffff;
    padding: 30px;
    box-shadow: 0px 0px 8px #989898;
}

.footer p {
    font-size: 20px;
    color: #fff;
}

/* Contact Form Styling */

#fcf-form {
    display: block;
    padding: 2vw 4vw;
}

.fcf-body {
    margin: 0;
    font-family: -apple-system, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    padding: 30px;
    padding-bottom: 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    max-width: 100%;
}

.fcf-form-group {
    margin-bottom: 1rem;
}

.fcf-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.fcf-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .fcf-form-control:focus {
        border: 1px solid #313131;
    }

select.fcf-form-control[size], select.fcf-form-control[multiple] {
    height: auto;
}

textarea.fcf-form-control {
    font-family: -apple-system, Arial, sans-serif;
    height: auto;
}

label.fcf-label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.fcf-credit {
    padding-top: 10px;
    font-size: 0.9rem;
    color: #545b62;
}

    .fcf-credit a {
        color: #545b62;
        text-decoration: underline;
    }

        .fcf-credit a:hover {
            color: #0056b3;
            text-decoration: underline;
        }

.fcf-btn {
    display: inline-block;
    color: #424242;
    background: #fff;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 1px 1px 4px #000000;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .fcf-btn {
        transition: none;
    }
}

.fcf-btn:hover {
    color: #fff;
    background: #1f4e69;
    border-radius: 4px;
    border: 1px solid #fff;
    box-shadow: 1px 1px 4px #000000;
}

.fcf-btn:focus, .fcf-btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.fcf-btn-primary {
    color: #5a5a5a;
    background: #fff;
    border-radius: 4px;
    border: 2px solid #5a5a5a;
    box-shadow: 1px 1px 4px #000000;
}

    .fcf-btn-primary:hover {
        color: #fff;
        background: #1f4e69;
        border-radius: 4px;
        border: 2px solid #fff;
        box-shadow: 1px 1px 4px #000000;
    }

    .fcf-btn-primary:focus, .fcf-btn-primary.focus {
        color: #c4c4c4;
        background-color: #154058;
        border-color: #c4c4c4;
    }

.fcf-btn-lg, .fcf-btn-group-lg > .fcf-btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.fcf-btn-block {
    display: block;
    width: 10%;
}

    .fcf-btn-block + .fcf-btn-block {
        margin-top: 0.5rem;
    }

input[type="submit"].fcf-btn-block, input[type="reset"].fcf-btn-block, input[type="button"].fcf-btn-block {
    width: 100%;
}

/* Contact Form - Thank You */

.thanks h2 {
    padding: 0px 20px;
    color: #424242;
    font-size: 50px;
    font-weight: 400;
}

.thanks p {
    padding: 20px 20px;
    color: #626262;
    font-size: 40px;
    font-weight: 400;
}

.thanks a {
    padding-bottom: 100px;
    color: #1f4e69;
    font-size: 36px;
    font-weight: 400;
}

.thanks-container {
    padding: 100px 0px;
    border-radius: 4px;
    box-shadow: rgba(0,0,0,0.4) 5px 5px 16px;
}

.thanks-padding {
    padding: 100px 100px 20px;
}

/* About Us */

.about-us-page {
    padding: 0px 7vw;
}

.about-us-page li {
    padding: 10px 0px 10px;
    font-family: Arial;
    font-size: 26px;
}

.bottom-verse {
    color:#a0a0a0; 
    padding: 56px 0px 30px;
    font-size: 20px;
}

/* Fall Conference Banner */

.conference button {
    color: #2b2500;
    background: #f2cb81;
    border-radius: 4px;
    border: 1px solid #ffaf74;
    box-shadow: 1px 1px 6px -3px #000;
    font-weight: bold;
    height: 38px;
    width: 136px;
    transition: ease-in-out 0.14s;
}
.conference button > p {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.conference {
    display: none;
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    margin-top: 56px;
}
.conference h3 {
    font-size: 34px;
}
.conference .bannerContainer > p {
    font-size: 26px;
}
.conference button:hover {
    box-shadow: 1px 1px 5px -5px #000;
    background: #e4be77;
    color: #181400;
}
.bannerContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffe3ce;
    width: 52vw;
    padding: 16px;
    border-radius: 18px;
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    box-shadow: 1px 4px 20px -6px #753100;
    color: #2c3e50;
    font-weight: bold;
    border: 2px solid #f2cb81;
}



.confContainer {
    width: 52vw;
}
.confDetails {
    font-family: gotham ssm a,gotham ssm b,helvetica neue,Helvetica,Arial,sans-serif;
    margin-top: 60px;
    display: flex;
    justify-content: center;
}
.scheduleGrid, .confTitle {
    padding: 18px 0px 10px;
}
.scheduleGrid, .confTitle, .confContact {
    margin-top: 26px;
    border: 2px solid #f2cb81;
    box-shadow: 1px 4px 20px -6px #753100;
    background: #ffe3ce;
    color: #2c3e50;
    border-radius: 18px;
}
.confContact {
	padding: 28px 0px 10px;
}
.confTitle p {
    font-size: 28px !important;
}
.confDetails p {
    font-size: 25px;
}
.confDetails h3 {
    font-size: 36px;
    font-weight: bold;
    padding: 10px 0px 20px;
 }
.confDetails h4 {
    font-size: 30px;
    font-weight: bold;
    padding: 20px 0px 10px;
}

@media only screen and (max-width: 990px) {
    .bannerContainer {
        width: auto;
    }
    .confContainer {
        width: auto;
    }
    .scheduleGrid, .confTitle, .confContact {
        padding: 18px 40px 10px;
    }
}