.elementor-kit-5923{--e-global-color-primary:#000000;--e-global-color-secondary:#9F9F9F;--e-global-color-text:#000000;--e-global-color-accent:#067580;--e-global-typography-primary-font-family:"Neutriff pro";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Neutriff pro";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Neutriff pro";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Neutriff pro";--e-global-typography-accent-font-weight:500;font-family:"Neutriff pro", Sans-serif;font-size:1.3rem;font-weight:normal;}.elementor-kit-5923 button,.elementor-kit-5923 input[type="button"],.elementor-kit-5923 input[type="submit"],.elementor-kit-5923 .elementor-button{background-color:#02010100;font-size:1.2rem;font-weight:700;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);border-style:none;border-radius:0px 0px 0px 0px;padding:10px 10px 10px 0px;}.elementor-kit-5923 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5923 a{color:var( --e-global-color-text );font-family:"Neutriff pro", Sans-serif;font-size:1.2rem;font-weight:600;text-decoration:none;}.elementor-kit-5923 a:hover{color:var( --e-global-color-accent );font-size:1.2rem;font-weight:600;}.elementor-kit-5923 h1{color:var( --e-global-color-text );font-family:"Big Shoulders Display", Sans-serif;font-size:8rem;font-weight:700;line-height:8rem;letter-spacing:0px;}.elementor-kit-5923 h2{color:var( --e-global-color-text );font-family:"Big Shoulders Display", Sans-serif;font-size:4rem;font-weight:700;}.elementor-kit-5923 h3{color:var( --e-global-color-text );font-family:"Big Shoulders Display", Sans-serif;font-size:1.3rem;font-weight:600;letter-spacing:0.25em;}.elementor-kit-5923 h4{color:var( --e-global-color-text );font-family:"Neutriff pro", Sans-serif;font-size:1.2rem;font-weight:700;}.elementor-kit-5923 h5{color:var( --e-global-color-primary );font-size:2rem;font-weight:400;}.elementor-kit-5923 button:hover,.elementor-kit-5923 button:focus,.elementor-kit-5923 input[type="button"]:hover,.elementor-kit-5923 input[type="button"]:focus,.elementor-kit-5923 input[type="submit"]:hover,.elementor-kit-5923 input[type="submit"]:focus,.elementor-kit-5923 .elementor-button:hover,.elementor-kit-5923 .elementor-button:focus{border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-5923 h1{font-size:8rem;line-height:7rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5923 h1{font-size:5.3rem;line-height:5rem;}.elementor-kit-5923 button,.elementor-kit-5923 input[type="button"],.elementor-kit-5923 input[type="submit"],.elementor-kit-5923 .elementor-button{padding:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */*{
    margin: 0;
    padding: 0;
}

body{
    overflow-x: hidden;
    background-color: white;
    scroll-behavior: smooth;
}
section{
    background-color: white;
}

@font-face {
    font-family: 'Neutriff-pro';
    src: url(https://pillarsinchrist.org/wp-content/uploads/2025/05/Neutrif-Pro-Regular.woff2);
    font-weight: 400;
}
@font-face {
    font-family: 'Neutriff-pro';
    src: url(https://pillarsinchrist.org/wp-content/uploads/2025/05/Neutrif-Pro-Bold.woff2);
    font-weight: bold;
}
@font-face {
    font-family: 'Neutriff-pro';
    src: url(https://pillarsinchrist.org/wp-content/uploads/2025/05/Neutrif-Pro-SemiBold.woff2);
    font-weight: 500;
}
@font-face {
    font-family: 'Neutriff-pro';
    src: url(https://pillarsinchrist.org/wp-content/uploads/2025/05/Neutrif-Pro-Italic.woff2);
    font-style: italic;
}

:root{
    --title-font: 'Big Shoulders Display', sans-serif;
    --title-size: clamp(3rem, 18vw, 7rem);
    --title-height: 1.1 ;

    --title2-size: clamp(3rem, 4vw, 4.2rem);
    --sub-size: clamp(1.1rem, 1.3rem, 1.5rem);

    --p-font: 'Neutriff-pro', sans-serif;
    --p-size: clamp(1.2rem, 1.3rem, 1.5rem);

    --tagline-size: clamp(1.6rem, 4vw, 1.7rem);
}



.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content p{
    margin: 0;
}
a{
    text-decoration: none;
    color: black;
}
a:visited{
    text-decoration: none;
    color:black;
}
a:hover{
    color: #067580;
}
h1{
   font-family: var(--title-font);
   font-size: var(--title-size);
   line-height: var(--title-height);
}
h2{
   font-family: var(--title-font);
    font-size: var(--title2-size);
}
h3{
    font-family: var(--title-font);
    font-size: 1.9rem;
}
p, span{
    font-family: var(--p-font);
    font-size: var(--p-size);
}

.btns{
    display: flex;
    gap: 1.1em;
}
.btn{
    font-weight: bold;
    transition: all 0.2s ease-in-out ;
}
.btn:hover, btn:active{
    letter-spacing: 0.1em;
    color: #067580;
    cursor: pointer;
}

.subtitle{
    font-family: var(--title-font);
    font-size: var(--sub-size);
    font-weight: 600;
    letter-spacing: 0.2em;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Neutriff pro';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://pillarsinchrist.org/wp-content/uploads/2025/05/Neutrif-Pro-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Neutriff pro';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://pillarsinchrist.org/wp-content/uploads/2025/05/Neutrif-Pro-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Neutriff pro';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://pillarsinchrist.org/wp-content/uploads/2025/05/Neutrif-Pro-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Neutriff pro';
	font-style: italic;
	font-weight: bold;
	font-display: auto;
	src: url('https://pillarsinchrist.org/wp-content/uploads/2025/05/Neutrif-Pro-Bold-Italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Neutriff pro';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://pillarsinchrist.org/wp-content/uploads/2025/05/Neutrif-Pro-Italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Neutriff pro';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://pillarsinchrist.org/wp-content/uploads/2025/05/Neutrif-Pro-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Neutriff pro';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://pillarsinchrist.org/wp-content/uploads/2025/05/Neutrif-Pro-SemiBold.woff2') format('woff2');
}
/* End Custom Fonts CSS */