/*
*
* Template Name: Stomp - Typographic Intro
* Concept: Template Landing Page / Coming Soon
* Files Associated: index-local.html, index-local-countdown.html
* Date Modified: 2017-06-29
* Description: Custom Styles associated with the demos
* Authors: Sven Creations(svencreations@gmail.com)
*
*/

/* ==================================================================
* Table of Contents:
*
* 1.0 - Custom Font Declarations(if any)
* 2.0 - Custom Styles
*       2.1 - Font Style Declarations and Other Fixes
*       2.2 - Font Colors and Backgrounds
* 3.0 - Responsive Styles
* 		3.1 - Small Devices, Tablets (≥768px)
* 		3.2 - Medium Devices, Desktops (≥992px)
* 		3.3 - Large Devices, Desktops (≥1200px)
*       3.4 - Wide Screens, Desktops (≥1824px)

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

/* ==================================================================
1.0 Custom Font Declarations(if any)
================================================================== */
@font-face {
    font-family:'TeXGyreHeros';
    src: url('../fonts/TeXGyreHeros-Bold.eot');
	src: url('../fonts/TeXGyreHeros-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/TeXGyreHeros-Bold.woff2') format('woff2'),
		url('../fonts/TeXGyreHeros-Bold.woff') format('woff'),
		url('../fonts/TeXGyreHeros-Bold.svg#TeXGyreHeros-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0-10FFFF;
}

/* ==================================================================
2.0 Custom Styles
================================================================== */

/* 2.1 Font Style Declarations and Other Fixes
-------------------------------------------------------------- */
.fontLoaded .sven-container { /* Teaser Font */
    font-family: 'TeXGyreHeros', sans-serif;
}

body {
    font-family: 'Poppins', 'Tahoma', 'Geneva', sans-serif;
}

.sound-info {
    font-family: "Arial", sans-serif;
}

#stomp-intro h1 {
    -webkit-text-stroke: 0px;
}

.lt-main {
    font-weight: normal;
    font-size: 18px;
	font-size: 5vw;
    line-height: 1.1;
    white-space: nowrap;
}

.font2x {
    font-size: 36px;
    font-size: 10vw;
}

.font4x {
    font-size: 72px;
    font-size: 20vw;
}

.splash-page .centered {
    white-space: normal;
}

.splash-page .st-btn {
    margin: 0;
}

.pl-wrapper { /* Hide Player Controls by default */
    display: none;
}

.YTPOverlay, .bv-overlay { /* Hide Video overlays */
    display: none;
}

/* 2.2 Font Colors and Backgrounds
Stamp - #111517, Content BG - #F5F5F5, Headline - #111517,
Paragraph - #888, Contrast / Highlight(Buttons BG) - #21a889
-------------------------------------------------------------- */

.sk-double-bounce .sk-child /* Preloader Circle Color */
{
    background: none #FFF;
}

.splash-page .btn-fill {
    background: #21a889;
}

/* Teaser Content BG and Text Color */
.bg-white {
    background: #FFF;
}

.bg-white .lt-main {
    color: #000;
}

.lt-main.tint-bl {
    color: #000;
}

/* Revealer Background */
.revealer {
    background: #21a889;
}

/* Main Page */
#intro-content {
    background: #201d3d;
}

#main-content {
    background: #F5F5F5;
}

/* Buttons */
.form-group .btn-bordered {
    border-color: #21a889;
    color: #21a889;
}

.form-group .btn-bordered:hover,.form-group .btn-bordered:active, .btn-fill {
    background: #21a889;
    color: #FFF;
}

.addr-details a:hover {
    color: #21a889;
}

/* Custom Scrollbar */
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: #21a889;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0,0,0,0.4);
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #116d58;
}

.vid-fallback {
    background-image: url("../../images/local/particles-fallback.png");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sub-bg {
	background-image: url("../../images/local/cool-bible.webp");
}

#intro-content::before, .splash-page::before {
    background-image: url("../../images/local/cross.jpg");
}

.scj-logo {
    width: 324px;
}

/* ==================================================================
3.0 - Responsive Styles
================================================================== */

/* 3.1 - Small Devices, Tablets (≥768px)
-------------------------------------------------------------- */
@media only screen and (min-width : 768px) {
    .lt-main {
        font-size: 38px;
        font-size: 4.5vw;
    }

    .font2x {
        font-size: 76px;
        font-size: 9vw;
    }

    .font4x {
        font-size: 152px;
        font-size: 18vw;
    }
}

/* 3.2 - Medium Devices, Desktops (≥992px)
-------------------------------------------------------------- */
@media only screen and (min-width : 992px) {
    .lt-main {
        font-size: 48px;
        font-size: 4.5vw;
    }

    .font2x {
        font-size: 96px;
        font-size: 9vw;
    }

    .font4x {
        font-size: 192px;
        font-size: 18vw;
    }
}

/* 3.3 - Large Devices, Desktops (≥1200px)
-------------------------------------------------------------- */
@media only screen and (min-width : 1200px) {
    .lt-main {
        font-size: 64px;
        font-size: 4.5vw;
    }

    .font2x {
        font-size: 128px;
        font-size: 9vw;
    }

    .font4x {
        font-size: 256px;
        font-size: 18vw;
    }

    .addr-details {
        text-align: center;
    }

    .scj-logo {
        width: 648px;
    }
}

/* 3.4 - Wide Screens, Desktops (≥1824px)
-------------------------------------------------------------- */
@media only screen and (min-width : 1824px) {
    .lt-main {
        font-size: 92px;
        font-size: 4.5vw;
    }

    .font2x {
        font-size: 184px;
        font-size: 9vw;
    }

    .font4x {
        font-size: 368px;
        font-size: 18vw;
    }

    .addr-details {
        text-align: left;
    }
}



/* CUSTOM */
/* .st-desc h2, .st-desc p, .st-desc p > a#mi-btn {
    color: #111517;
} */

a#mi-btn {
    border: 1px solid #FFF !important;
}

/* 
div#stomp-intro {
    background-image: url(../../images/local/graduation.jpg) !important;
    background-size: auto;
    background-position: center;
    box-shadow: inset 0 0 0 2000px #201d3dd1;
} */
div#stomp-intro {
    box-shadow: inset 0 0 0 2000px #1800ff0f;
    
} 
.btn-fill {
    box-shadow: 0 0px 23px 0px #21a889;
}

.st-btn:hover {
    background: #FFF;
    color: #21a889;
    font-weight: bolder;

}

::-moz-selection { /* Code for Firefox */
    color: white;
    background: #21a889;
  }
  
  ::selection {
    color: white;
    background: #21a889;
  }


  @media (min-width: 768px){
    .modal-content {
        box-shadow: 0 0px 23px 0px #FFFFFF20 !important;
        border: 0px;
    }
  }

  input#userEmail {
    background: white !important;
}

.mb-0{
    margin-bottom: 0px !important;
}


.btn-fill{
    background: #FFF;
    color: #111517 !important;
    font-weight: bolder;
    box-shadow: unset;
}
.btn-fill.register#mi-btn{
    background-color: #21a889;
    color:white !important;
    border:none !important
}
.btn-fill:hover{

    box-shadow: 0 0px 23px 0px #21a889;
}

.btn-fill.register:hover{

    /* box-shadow: 0 0px 23px 0px #fff; */
}

#scene-2 .lt-main.place-center {
    transform: translate3d(0, 0px, 0px) !important;
}

.video-promo{
    height: 256px;
}

@media (min-width: 497px) {
    .video-promo{
        height: 340px;
    }
}
@media (min-width: 768px) {
    .video-promo{
        height: 512px;
    }
}

.vflow h2, .vflow h3{
    line-height: 1.5;
}

.form-all{
    margin-left: -12px;
    margin-right: -12px;
}

.title-mini{
    margin-bottom: 0px !important;
    margin-top: 24px !important;
    font-size: 20px;
}

.title-mini + h2.fw600.mb-0{
    margin-top: 20px !important;
    font-size: 56px;
    line-height: 1;
    margin-bottom: 20px !important;
}

@media(min-width:1400px){
    .title-mini + h2.fw600.mb-0{
        font-size: 70px;
    }
    
    

}

@media(max-width:786px){
    .title-mini + h2.fw600.mb-0{
        font-size: 58px;
    }
    

}

@media(max-width:444px){
    .title-mini + h2.fw600.mb-0{
        font-size: 46px;
    }
    

}

div#intro-content {
    min-height: 700px;
}


@media(max-width:463px){
    div#intro-content {
        /* min-height: 2350px; */
    }
    .btn-fill{
        padding: 15px 30px;
        text-align:center;
        line-height: 1.375 !important;
    }
}

@media(min-width:641px){
    .special-design{
        display: flex;
    }
}
@media(max-width:400px){
    .timezone-text{
        font-size: 12px;
    }
}
@media(max-width:641px){
    p.special-design{
        margin-bottom: 0px;
    }
    .special-design a{
        text-align: center;
    }
    .special-design >.st-btn:first-child{
        margin-right: 0px;
        margin-bottom: 12px;
    }
    .special-design >.st-btn:last-child{
        width:100%;
        margin-bottom: 70px;
    }
}


p.copyright.text-center {
    line-height: 1.375;
}

.st-logo img {
    max-width: 321px;
}
