/*========================================================

CHANGED

CONTACT STYLESHEET

Author: Bradley Hobbs
Version: 1.0

========================================================*/


/*========================================================

ROOT VARIABLES

========================================================*/

:root{

--navy:#1d2947;
--navy-light:#30406b;

--purple:#65459d;
--purple-light:#8366ba;

--teal:#2c9eb8;
--teal-light:#76d2df;

--gold:#c8a45d;
--gold-light:#e5cb91;

--cream:#f8f3ea;
--ivory:#fffdf9;

--charcoal:#303030;
--gray:#666666;

--white:#ffffff;

--border:#ece6db;

--shadow:0 20px 50px rgba(0,0,0,.10);
--shadow-large:0 30px 80px rgba(0,0,0,.15);

--radius:18px;

--transition:.35s ease;

--width:1200px;

}


/*========================================================

RESET

========================================================*/

*{

margin:0;
padding:0;
box-sizing:border-box;

}

html{

scroll-behavior:smooth;

}

body{

font-family:"Inter",sans-serif;

font-size:18px;

line-height:1.9;

color:var(--charcoal);

background:var(--cream);

overflow-x:hidden;

-webkit-font-smoothing:antialiased;

}

body::before{

content:"";

position:fixed;

inset:0;

background-image:
radial-gradient(
rgba(200,164,93,.05) 1px,
transparent 1px
);

background-size:40px 40px;

pointer-events:none;

z-index:-1;

}


/*========================================================

TYPOGRAPHY

========================================================*/

h1,
h2,
h3,
h4,
h5,
h6{

font-family:"Cinzel",serif;

font-weight:600;

line-height:1.2;

color:var(--navy);

margin-bottom:28px;

}

h1{

font-size:clamp(3rem,6vw,4.8rem);

}

h2{

font-size:clamp(2rem,4vw,3rem);

}

h3{

font-size:1.6rem;

}

p{

margin-bottom:28px;

}

em{

font-family:"Cormorant Garamond",serif;

font-style:italic;

}

strong{

font-weight:700;

}

a{

text-decoration:none;

color:inherit;

transition:var(--transition);

}

img{

display:block;

width:100%;

height:auto;

}

ul{

list-style:none;

}


/*========================================================

LAYOUT

========================================================*/

.container{

width:min(92%,var(--width));

margin:0 auto;

}

.narrow{

max-width:860px;

margin:0 auto;

}

section:not(.hero){

padding:110px 0;

position:relative;

}


/*========================================================

PROGRESS BAR

========================================================*/

#progress-bar{

position:fixed;

top:0;

left:0;

width:0;

height:4px;

background:
linear-gradient(
90deg,
var(--purple),
var(--teal)
);

z-index:3000;

}


/*========================================================

NAVIGATION

========================================================*/

.navbar{

position:sticky;

top:0;

z-index:2000;

background:rgba(248,243,234,.97);

backdrop-filter:blur(16px);

-webkit-backdrop-filter:blur(16px);

box-shadow:0 8px 30px rgba(0,0,0,.08);

}

.navbar.scrolled{

background:rgba(255,253,249,.96);

}

.navbar .container{

display:flex;

justify-content:space-between;

align-items:center;

padding:20px 0;

}

.logo{

font-family:"Cinzel",serif;

font-size:2rem;

font-weight:700;

letter-spacing:2px;

color:var(--navy);

}

.logo:hover{

color:var(--gold);

}

.navigation{

display:flex;

align-items:center;

justify-content:flex-end;

gap:38px;

margin:0;

padding:0;

list-style:none;

}

.navigation a{

display:inline-block;

position:relative;

font-family:"Inter",sans-serif;

font-size:1rem;

font-weight:600;

line-height:1.4;

color:var(--navy);

padding:6px 0;

white-space:nowrap;

}

.navigation a::after{

content:"";

position:absolute;

left:0;

bottom:0;

width:0;

height:2px;

background:var(--gold);

transition:var(--transition);

}

.navigation a:hover::after,
.navigation a.active::after{

width:100%;

}

.navigation a.active{

color:var(--purple);

}


/*========================================================

MOBILE NAVIGATION

========================================================*/

.nav-toggle{

display:none;

background:none;

border:none;

cursor:pointer;

padding:10px;

}

.nav-toggle span{

display:block;

width:30px;

height:3px;

margin:6px 0;

border-radius:100px;

background:var(--navy);

}


/*========================================================

HERO

========================================================*/

.hero{

padding:30px 0 50px;

margin:0;

line-height:0;

background:var(--ivory);

}

.hero-banner{

display:block;

width:min(90%,1100px);

max-width:1100px;

height:auto;

margin:0 auto;

border-radius:var(--radius);

box-shadow:0 20px 60px rgba(0,0,0,.12);

}


/*========================================================

CONTACT HEADER

========================================================*/

.contact-header{

text-align:center;

background:
linear-gradient(
180deg,
var(--ivory),
var(--cream)
);

}

.chapter-label{

display:inline-block;

margin-bottom:18px;

font-size:.9rem;

font-weight:700;

letter-spacing:5px;

text-transform:uppercase;

color:var(--gold);

}

.chapter-subtitle{

max-width:760px;

margin:0 auto 40px;

font-size:1.15rem;

line-height:2;

color:var(--gray);

}

.chapter-meta{

display:flex;

justify-content:center;

align-items:center;

flex-wrap:wrap;

gap:18px;

margin-bottom:45px;

font-size:.95rem;

font-weight:700;

letter-spacing:2px;

text-transform:uppercase;

color:var(--gold);

}

.chapter-divider{

width:180px;

height:2px;

margin:0 auto;

background:
linear-gradient(
90deg,
transparent,
var(--gold),
transparent
);

}


/*========================================================

CONTACT CONTENT

========================================================*/

.contact-content{

background:var(--white);

}

.contact-content p{

font-size:1.08rem;

line-height:2;

color:var(--charcoal);

margin-bottom:30px;

}

.drop-cap::first-letter{

float:left;

font-family:"Cinzel",serif;

font-size:5rem;

line-height:.9;

padding-right:14px;

padding-top:10px;

font-weight:700;

color:var(--gold);

}


/*========================================================

BLOCKQUOTE

========================================================*/

blockquote{

max-width:760px;

margin:70px auto;

padding:0 20px;

font-family:"Cormorant Garamond",serif;

font-size:2.4rem;

font-style:italic;

line-height:1.6;

text-align:center;

color:var(--purple);

position:relative;

}

blockquote::before{

content:"“";

position:absolute;

top:-35px;

left:-5px;

font-size:5rem;

color:rgba(200,164,93,.25);

}

blockquote::after{

content:"”";

position:absolute;

bottom:-70px;

right:0;

font-size:5rem;

color:rgba(200,164,93,.25);

}


/*========================================================

CONTACT GRID

========================================================*/

.contact-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:35px;

margin-top:70px;

}


/*========================================================

CONTACT CARDS

========================================================*/

.contact-card{

background:var(--ivory);

padding:45px 35px;

border-radius:var(--radius);

box-shadow:var(--shadow);

text-align:center;

position:relative;

overflow:hidden;

transition:var(--transition);

}

.contact-card::before{

content:"";

position:absolute;

top:0;

left:0;

width:100%;

height:5px;

background:

linear-gradient(

90deg,

var(--purple),

var(--teal)

);

transform:scaleX(0);

transform-origin:left;

transition:var(--transition);

}

.contact-card:hover{

transform:translateY(-10px);

box-shadow:var(--shadow-large);

}

.contact-card:hover::before{

transform:scaleX(1);

}

.contact-card h3{

margin-bottom:20px;

color:var(--navy);

}

.contact-card p{

margin-bottom:18px;

max-width:100%;

line-height:1.8;

color:var(--gray);

}

.contact-card p:last-child{

margin-bottom:0;

}

.contact-highlight{

font-family:"Cormorant Garamond",serif;

font-size:1.5rem;

font-weight:600;

line-height:1.5;

color:var(--purple)!important;

word-break:break-word;

}


/*========================================================

CARD HOVER

========================================================*/

.contact-card:hover .contact-highlight{

color:var(--gold)!important;

transition:var(--transition);

}

/*========================================================

MINISTRY

========================================================*/

.ministry{

background:
linear-gradient(
180deg,
var(--ivory),
var(--cream)
);

}

.section-label{

display:inline-block;

margin-bottom:18px;

font-size:.9rem;

font-weight:700;

letter-spacing:5px;

text-transform:uppercase;

color:var(--gold);

}

.ministry h2{

margin-bottom:35px;

}

.ministry p{

font-size:1.08rem;

line-height:2;

margin-bottom:30px;

color:var(--charcoal);

}


/*========================================================

ENCOURAGEMENT BOX

========================================================*/

.encouragement-box{

margin:90px auto;

padding:70px 60px;

border-radius:var(--radius);

background:
linear-gradient(
135deg,
var(--purple),
var(--teal)
);

color:var(--white);

text-align:center;

position:relative;

overflow:hidden;

box-shadow:var(--shadow-large);

}

.encouragement-box::before{

content:"";

position:absolute;

top:0;

left:0;

width:100%;

height:6px;

background:
linear-gradient(
90deg,
var(--gold),
var(--teal),
var(--gold)
);

}

.encouragement-label{

display:inline-block;

margin-bottom:20px;

font-size:.9rem;

font-weight:700;

letter-spacing:4px;

text-transform:uppercase;

color:rgba(255,255,255,.85);

}

.encouragement-box h2{

color:var(--white);

margin-bottom:30px;

}

.encouragement-box p{

max-width:700px;

margin:0 auto 24px;

line-height:2;

color:rgba(255,255,255,.95);

}

.encouragement-box p:last-child{

margin-bottom:0;

}


/*========================================================

SCRIPTURE CALLOUT

========================================================*/

.scripture-callout{

margin:90px auto 0;

padding:70px 60px;

border-radius:var(--radius);

background:var(--navy);

text-align:center;

box-shadow:var(--shadow-large);

}

.scripture-label{

display:inline-block;

margin-bottom:25px;

font-size:.9rem;

font-weight:700;

letter-spacing:4px;

text-transform:uppercase;

color:var(--gold-light);

}

.scripture{

margin:0 auto 35px;

max-width:760px;

font-family:"Cormorant Garamond",serif;

font-size:2.2rem;

font-style:italic;

line-height:1.7;

color:var(--white);

}

.scripture-reference{

margin-bottom:0;

font-weight:700;

letter-spacing:2px;

text-transform:uppercase;

color:var(--gold-light);

}


/*========================================================

CHAPTER NAVIGATION

========================================================*/

.chapter-navigation{

background:
linear-gradient(
180deg,
var(--cream),
var(--ivory)
);

padding:90px 0;

}

.chapter-navigation .container{

width:min(92%,1200px);

margin:0 auto;

display:grid;

grid-template-columns:minmax(0,1fr) 255px minmax(0,1fr);

gap:35px;

align-items:center;

}

.chapter-link{

display:flex;

flex-direction:column;

justify-content:center;

min-height:130px;

padding:28px 34px;

background:var(--white);

border-radius:var(--radius);

box-shadow:var(--shadow);

transition:var(--transition);

}

.chapter-link:hover{

transform:translateY(-8px);

box-shadow:var(--shadow-large);

}

.chapter-link span{

font-size:.9rem;

font-weight:700;

letter-spacing:2px;

text-transform:uppercase;

color:var(--gold);

margin-bottom:10px;

}

.chapter-link strong{

font-family:"Cinzel",serif;

font-size:1.15rem;

color:var(--navy);

}

.previous{

text-align:left;

}

.center-link{

align-items:center;

text-align:center;

}

.next{

align-items:flex-end;

text-align:right;

}

/*========================================================

FOOTER

========================================================*/

footer{

background:var(--navy);

padding:100px 0 60px;

text-align:center;

color:var(--white);

}

.footer-brand h2{

color:var(--white);

margin-bottom:15px;

}

.footer-brand p{

font-size:1.05rem;

color:rgba(255,255,255,.75);

margin-bottom:45px;

}

.footer-navigation{

display:flex;

justify-content:center;

align-items:center;

flex-wrap:wrap;

gap:35px;

margin-bottom:50px;

}

.footer-navigation a{

font-weight:600;

color:rgba(255,255,255,.90);

}

.footer-navigation a:hover{

color:var(--gold-light);

}

.footer-scripture{

max-width:760px;

margin:0 auto 50px;

}

.footer-scripture p{

font-family:"Cormorant Garamond",serif;

font-size:1.45rem;

font-style:italic;

line-height:1.8;

margin-bottom:15px;

}

.footer-scripture span{

display:block;

font-weight:700;

letter-spacing:2px;

text-transform:uppercase;

color:var(--gold-light);

}

.copyright{

margin-top:40px;

font-size:.95rem;

opacity:.75;

line-height:1.8;

}


/*========================================================

SCROLL TO TOP

========================================================*/

#scrollTop{

position:fixed;

right:30px;

bottom:30px;

width:58px;

height:58px;

border:none;

border-radius:50%;

background:

linear-gradient(

135deg,

var(--purple),

var(--teal)

);

color:var(--white);

font-size:1.3rem;

cursor:pointer;

box-shadow:var(--shadow);

opacity:0;

visibility:hidden;

transition:var(--transition);

z-index:999;

}

#scrollTop.show{

opacity:1;

visibility:visible;

}

#scrollTop:hover{

transform:translateY(-6px);

box-shadow:var(--shadow-large);

}


/*========================================================

FADE ANIMATION

========================================================*/

.fade-up{

opacity:0;

transform:translateY(45px);

transition:.8s ease;

}

.fade-up.visible{

opacity:1;

transform:translateY(0);

}


/*========================================================

TABLET

========================================================*/

@media (max-width:900px){

section:not(.hero){

padding:90px 0;

}

.navigation{

position:fixed;

top:82px;

right:-100%;

width:320px;

height:calc(100vh - 82px);

background:var(--ivory);

display:flex;

flex-direction:column;

align-items:flex-start;

padding:45px;

gap:25px;

box-shadow:-12px 0 40px rgba(0,0,0,.12);

transition:.35s ease;

}

.navigation.active{

right:0;

}

.navigation a{

color:var(--navy)!important;

}

.nav-toggle{

display:block;

}

.contact-grid{

grid-template-columns:1fr;

gap:30px;

}

.chapter-navigation .container{

grid-template-columns:1fr;

gap:25px;

}

.previous,

.center-link,

.next{

align-items:center;

text-align:center;

}

.encouragement-box,

.scripture-callout{

padding:50px 35px;

}

}


/*========================================================

MOBILE

========================================================*/

@media (max-width:640px){

.hero{

padding:20px 0 35px;

}

.hero-banner{

width:94%;

border-radius:12px;

}

body{

font-size:17px;

line-height:1.8;

}

.container{

width:92%;

}

section:not(.hero){

padding:75px 0;

}

.logo{

font-size:1.6rem;

}

h1{

font-size:2.5rem;

}

h2{

font-size:2rem;

}

.chapter-subtitle{

font-size:1.05rem;

}

.chapter-meta{

flex-direction:column;

gap:10px;

}

.drop-cap::first-letter{

font-size:4rem;

padding-right:10px;

}

blockquote{

font-size:1.8rem;

padding:0;

}

.contact-card{

padding:35px 28px;

}

.contact-highlight{

font-size:1.35rem;

}

.encouragement-box,

.scripture-callout{

padding:40px 25px;

}

.scripture{

font-size:1.75rem;

}

.chapter-link{

padding:24px;

align-items:center;

text-align:center;

}

.footer-navigation{

flex-direction:column;

gap:18px;

}

.footer-scripture p{

font-size:1.2rem;

}

}


/*========================================================

ACCESSIBILITY

========================================================*/

a:focus,

button:focus{

outline:3px solid var(--gold);

outline-offset:4px;

}

button{

font-family:inherit;

}


/*========================================================

UTILITY CLASSES

========================================================*/

.hidden{

display:none;

}

.text-center{

text-align:center;

}

.mt-1{

margin-top:20px;

}

.mt-2{

margin-top:40px;

}

.mt-3{

margin-top:60px;

}

.mb-1{

margin-bottom:20px;

}

.mb-2{

margin-bottom:40px;

}

.mb-3{

margin-bottom:60px;

}


/*========================================================

REDUCED MOTION

========================================================*/

@media (prefers-reduced-motion:reduce){

*{

animation:none!important;

transition:none!important;

scroll-behavior:auto!important;

}

}


/*========================================================

PRINT

========================================================*/

@media print{

.navbar,

#progress-bar,

#scrollTop,

.chapter-navigation,

footer{

display:none;

}

body{

background:#ffffff;

color:#000000;

}

section{

padding:30px 0;

}

}


/*========================================================

END OF FILE

CHANGED

CONTACT STYLESHEET

Author:
Bradley Hobbs

Version:
1.0

========================================================*/
