body {
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

header.masthead {
    position: relative;
    background-color: #343a40;
    background: url("http://propheticchambers.com/img/bg-masthead.jpg") no-repeat center center;
    /*background: url("../img/eagle-orig.jpg") no-repeat center center;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 8rem;
    padding-bottom: 8rem;
}
header.masthead .overlay {
    position: absolute;
    background-color: #212529;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
}
header.masthead h1 {
    font-size: 2rem;
}

.col-lg-6.text-white.showcase-img.canada {
    background-image: url('http://propheticchambers.com/img/canada/1.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-x: -325px;
}
.col-lg-6.order-lg-2.text-white.showcase-img.australia{
    background-image: url('http://propheticchambers.com/img/australia/5.jpg');
    background-repeat: no-repeat; 
    background-attachment: fixed; 
    /*background-position-x:-325px;*/
}
.col-lg-6.text-white.showcase-img.illinois{
    background-image: url('http://propheticchambers.com/img/il/1.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%;
    background-position-x: -400px;
}

@media (min-width: 768px) {
    header.masthead {
        padding-top: 12rem;
        padding-bottom: 12rem;
    }
    header.masthead h1 {
        font-size: 3rem;
    }
}

.showcase .showcase-text {
    padding: 3rem;
}

.showcase .showcase-img {
    min-height: 30rem;
    background-size: cover;
}
.ny-showcase-img{
    background-image: url('img/ny/4.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%;
}

@media (min-width: 768px) {
    .showcase .showcase-text {
        padding: 7rem;
    }
}

.features-icons {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.features-icons .features-icons-item {
    max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
    height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
    font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
    font-size: 5rem;
}

.testimonials {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.testimonials .testimonial-item {
    max-width: 18rem;
}

.testimonials .testimonial-item img {
    max-width: 12rem;
    box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
    position: relative;
    background-color: #343a40;
    background: url("http://propheticchambers.com/img/bg-masthead.jpg/img/bg-masthead.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.call-to-action .overlay {
    position: absolute;
    background-color: #212529;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
}

footer.footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

#mainNav {
    /*position: absolute;*/
    border-bottom: 1px solid #e9ecef;
    background-color: white;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#mainNav .navbar-brand {
    font-weight: 800;
    color: #343a40;
}

#mainNav .navbar-toggler {
    font-size: 12px;
    font-weight: 800;
    padding: 13px;
    text-transform: uppercase;
    color: #343a40;
}

#mainNav .navbar-nav > li.nav-item > a {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) {
    #mainNav {
        border-bottom: 1px solid transparent;
        background: transparent;
    }
    #mainNav .navbar-brand {
        padding: 10px 20px;
        color: #212529;
        font-family: 'Dancing Script', cursive;
        font-size: 26px;
    }
    #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
        color: #212529;
    }
    #mainNav .navbar-nav > li.nav-item > a {
        padding: 10px 20px;
        color: #212529;
    }
    #mainNav .navbar-nav > li.nav-item > a:focus, #mainNav .navbar-nav > li.nav-item > a:hover {
        color: #212529;
    }
}

@media only screen and (min-width: 992px) {
/*    #mainNav {
        -webkit-transition: background-color 0.2s;
        -moz-transition: background-color 0.2s;
        transition: background-color 0.2s;
         Force Hardware Acceleration in WebKit 
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
    }*/
    #mainNav.is-fixed {
        /* when the user scrolls down, we hide the header right above the viewport */
        position: fixed;
        top: -67px;
        -webkit-transition: -webkit-transform 0.2s;
        -moz-transition: -moz-transform 0.2s;
        transition: transform 0.2s;
        border-bottom: 1px solid white;
        background-color: rgba(255, 255, 255, 0.9);
    }
    #mainNav.is-fixed .navbar-brand {
        color: #212529;
    }
    #mainNav.is-fixed .navbar-brand:focus, #mainNav.is-fixed .navbar-brand:hover {
        color: #0085A1;
    }
    #mainNav.is-fixed .navbar-nav > li.nav-item > a {
        color: #212529;
    }
    #mainNav.is-fixed .navbar-nav > li.nav-item > a:focus, #mainNav.is-fixed .navbar-nav > li.nav-item > a:hover {
        color: #0085A1;
    }
    #mainNav.is-visible {
        /* if the user changes the scrolling direction, we show the header */
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

h4.lead{
    padding: 7rem;
    text-align: left;
    margin-top: 100px;
    font-size: 1.25rem;
    font-weight: 300;
}
.col-12.col-md-12.mb-2.mb-md-0:nth-child(3) {
    margin-top: 10px;
}
.col-12.col-md-3.submit-button-subs {
    margin-top: 10px;
}
.col-12.col-md-6.submit-button-subs {
    margin-top: 10px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}
.infusion-field {
    margin-top: 10px;
}
.carousel-caption{
    top: 75%;
    transform: translateY(-75%);
    bottom: initial;
}
.carousel-caption.second-slide.d-none.d-md-block{
    top: 100%;
    transform: translateY(-100%);
    bottom: initial;
}
.carousel-caption.third-slide.d-none.d-md-block{
    top: 75%;
    transform: translateY(-75%);
    bottom: initial;
}
#hello {
    color: white;
    font-family: 'Dancing Script', cursive;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.carousel-item{
    max-height: 600px;
}
.carousel-caption a.btn.btn-primary.btn-lg{
    margin-left: 1%;
}


/* Pixel 2? (portrait) ----------- */
@media only screen and (min-device-width: 411px) and (max-device-height: 731px) {
    /* Styles */
    .col-lg-6.text-white.showcase-img.canada {
        background-image: url('http://propheticchambers.com/img/canada/1.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position-x: -325px;
    }
    .col-lg-6.order-lg-2.text-white.showcase-img.australia{
        background-image: url('http://propheticchambers.com/img/australia/5.jpg');
        background-repeat: no-repeat; 
        background-attachment: fixed; 
        background-position-x:-325px;
    }
    .col-lg-6.text-white.showcase-img.illinois{
        background-image: url('http://propheticchambers.com/img/il/1.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: 50% 50%;
        background-position-x: -400px;
    }
}

/* Pixel 2? (landscape)----------- */
@media only screen and (min-device-width: 731px) and (max-device-height: 411px) {
    /* Styles */
    .col-lg-6.text-white.showcase-img.canada {
        background-image: url('http://propheticchambers.com/img/canada/1.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position-x: 0px;
    }
    .col-lg-6.order-lg-2.text-white.showcase-img.australia{
        background-image: url('http://propheticchambers.com/img/australia/5.jpg');
        background-repeat: no-repeat; 
        background-attachment: fixed; 
        background-position-x:0px;
    }
    .col-lg-6.text-white.showcase-img.illinois{
        background-image: url('http://propheticchambers.com/img/il/1.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: 50% 50%;
        background-position-x: 0px;
    }
}

/* Samsung Galaxy S4 portrait ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait){
    /* Styles */
    .col-lg-6.text-white.showcase-img.canada {
        background-image: url('http://propheticchambers.com/img/canada/1.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position-x: -325px;
    }
    .col-lg-6.order-lg-2.text-white.showcase-img.australia{
        background-image: url('http://propheticchambers.com/img/australia/5.jpg');
        background-repeat: no-repeat; 
        background-attachment: fixed; 
        background-position-x:-325px;
    }
    .col-lg-6.text-white.showcase-img.illinois{
        background-image: url('http://propheticchambers.com/img/il/1.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: 50% 50%;
        background-position-x: -400px;
    }
}
/* Samsung Galaxy S4 landscape ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape){
    /* Styles */
    .col-lg-6.text-white.showcase-img.canada {
        background-image: url('http://propheticchambers.com/img/canada/1.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position-x: 0px;
    }
    .col-lg-6.order-lg-2.text-white.showcase-img.australia{
        background-image: url('http://propheticchambers.com/img/australia/5.jpg');
        background-repeat: no-repeat; 
        background-attachment: fixed; 
        background-position-x:0px;
    }
    .col-lg-6.text-white.showcase-img.illinois{
        background-image: url('http://propheticchambers.com/img/il/1.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: 50% 50%;
        background-position-x: 0px;
    }
}

/* Samsung Galaxy S5 portrait ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait){
    /* Styles */
    .col-lg-6.text-white.showcase-img.canada {
        background-image: url('http://propheticchambers.com/img/canada/1.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position-x: -325px;
    }
    .col-lg-6.order-lg-2.text-white.showcase-img.australia{
        background-image: url('http://propheticchambers.com/img/australia/5.jpg');
        background-repeat: no-repeat; 
        background-attachment: fixed; 
        background-position-x:-325px;
    }
    .col-lg-6.text-white.showcase-img.illinois{
        background-image: url('http://propheticchambers.com/img/il/1.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: 50% 50%;
        background-position-x: -400px;
    }
}

/* Samsung Galaxy S5 landscape ----------- */
@media only screen and (min-device-width: 640px) and (max-device-height: 360px) and (orientation : landscape){
    /* Styles */
    .col-lg-6.text-white.showcase-img.canada {
        background-image: url('http://propheticchambers.com/img/canada/1.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position-x: 0px;
    }
    .col-lg-6.order-lg-2.text-white.showcase-img.australia{
        background-image: url('http://propheticchambers.com/img/australia/5.jpg');
        background-repeat: no-repeat; 
        background-attachment: fixed; 
        background-position-x:0px;
    }
    .col-lg-6.text-white.showcase-img.illinois{
        background-image: url('http://propheticchambers.com/img/il/1.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: 50% 50%;
        background-position-x: 0px;
    }
}

/* Samsung Pixel 2XL portrait ----------- */
@media only screen and (min-device-width: 411px) and (max-device-height: 823px) and (orientation : portrait){
    /* Styles */
    .col-lg-6.text-white.showcase-img.canada {
        background-image: url('http://propheticchambers.com/img/canada/1.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position-x: -325px;
    }
    .col-lg-6.order-lg-2.text-white.showcase-img.australia{
        background-image: url('http://propheticchambers.com/img/australia/5.jpg');
        background-repeat: no-repeat; 
        background-attachment: fixed; 
        background-position-x:-325px;
    }
    .col-lg-6.text-white.showcase-img.illinois{
        background-image: url('http://propheticchambers.com/img/il/1.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: 50% 50%;
        background-position-x: -400px;
    }
}

/* Samsung Pixel 2XL landscape ----------- */
@media only screen and (min-device-width: 823px) and (max-device-height: 411px) and (orientation : landscape){
    /* Styles */
    .col-lg-6.text-white.showcase-img.canada {
        background-image: url('http://propheticchambers.com/img/canada/1.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position-x: 0px;
    }
    .col-lg-6.order-lg-2.text-white.showcase-img.australia{
        background-image: url('http://propheticchambers.com/img/australia/5.jpg');
        background-repeat: no-repeat; 
        background-attachment: fixed; 
        background-position-x:0px;
    }
    .col-lg-6.text-white.showcase-img.illinois{
        background-image: url('http://propheticchambers.com/img/il/1.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: 50% 50%;
        background-position-x: 0px;
    }
}

/* Samsung iPhone 5 SE portrait ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait){
    /* Styles */
    .col-lg-6.text-white.showcase-img.canada {
        background-image: url('http://propheticchambers.com/img/canada/1.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position-x: -325px;
    }
    .col-lg-6.order-lg-2.text-white.showcase-img.australia{
        background-image: url('http://propheticchambers.com/img/australia/5.jpg');
        background-repeat: no-repeat; 
        background-attachment: fixed; 
        background-position-x:-325px;
    }
    .col-lg-6.text-white.showcase-img.illinois{
        background-image: url('http://propheticchambers.com/img/il/1.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: 50% 50%;
        background-position-x: -400px;
    }
}

/* Samsung iPhone 5 SE landscape ----------- */
@media only screen and (min-device-width: 568px) and (max-device-height: 320px) and (orientation : landscape){
    /* Styles */
    .col-lg-6.text-white.showcase-img.canada {
        background-image: url('http://propheticchambers.com/img/canada/1.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position-x: 0px;
    }
    .col-lg-6.order-lg-2.text-white.showcase-img.australia{
        background-image: url('http://propheticchambers.com/img/australia/5.jpg');
        background-repeat: no-repeat; 
        background-attachment: fixed; 
        background-position-x:0px;
    }
    .col-lg-6.text-white.showcase-img.illinois{
        background-image: url('http://propheticchambers.com/img/il/1.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: 50% 50%;
        background-position-x: 0px;
    }
}


/* iPhone 6, 7, 8 portrait ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait){
    /* Styles */
    .col-lg-6.text-white.showcase-img.canada {
        background-image: url('http://propheticchambers.com/img/canada/1.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position-x: -325px;
    }
    .col-lg-6.order-lg-2.text-white.showcase-img.australia{
        background-image: url('http://propheticchambers.com/img/australia/5.jpg');
        background-repeat: no-repeat; 
        background-attachment: fixed; 
        background-position-x:-325px;
    }
    .col-lg-6.text-white.showcase-img.illinois{
        background-image: url('http://propheticchambers.com/img/il/1.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: 50% 50%;
        background-position-x: -400px;
    }
}

/* iPhone 6, 7, 8 landscape ----------- */
@media only screen and (min-device-width: 667px) and (max-device-height: 375px) and (orientation : landscape){
    /* Styles */
    .col-lg-6.text-white.showcase-img.canada {
        background-image: url('http://propheticchambers.com/img/canada/1.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position-x: 0px;
    }
    .col-lg-6.order-lg-2.text-white.showcase-img.australia{
        background-image: url('http://propheticchambers.com/img/australia/5.jpg');
        background-repeat: no-repeat; 
        background-attachment: fixed; 
        background-position-x:0px;
    }
    .col-lg-6.text-white.showcase-img.illinois{
        background-image: url('http://propheticchambers.com/img/il/1.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: 50% 50%;
        background-position-x: 0px;
    }
}

/* iPhone 6+, 7+, 8+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    /* Styles */
}

/* iPhone X portrait ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : portrait) {
    /* Styles */
    .col-lg-6.text-white.showcase-img.canada {
        background-image: url('http://propheticchambers.com/img/canada/1.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position-x: -325px;
    }
    .col-lg-6.order-lg-2.text-white.showcase-img.australia{
        background-image: url('http://propheticchambers.com/img/australia/5.jpg');
        background-repeat: no-repeat; 
        background-attachment: fixed; 
        background-position-x:-325px;
    }
    .col-lg-6.text-white.showcase-img.illinois{
        background-image: url('http://propheticchambers.com/img/il/1.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: 50% 50%;
        background-position-x: -400px;
    }
}

/* iPhone X landscape ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : landscape) {
    /* Styles */
    .col-lg-6.text-white.showcase-img.canada {
        background-image: url('http://propheticchambers.com/img/canada/1.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position-x: 0px;
    }
    .col-lg-6.order-lg-2.text-white.showcase-img.australia{
        background-image: url('http://propheticchambers.com/img/australia/5.jpg');
        background-repeat: no-repeat; 
        background-attachment: fixed; 
        background-position-x:0px;
    }
    .col-lg-6.text-white.showcase-img.illinois{
        background-image: url('http://propheticchambers.com/img/il/1.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: 50% 50%;
        background-position-x: 0px;
    }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    /* Styles */
    .col-lg-6.text-white.showcase-img.canada {
        background-image: url('http://propheticchambers.com/img/canada/1.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position-x: -425px;
    }
    .col-lg-6.order-lg-2.text-white.showcase-img.australia{
        background-image: url('http://propheticchambers.com/img/australia/5.jpg');
        background-repeat: no-repeat; 
        background-attachment: fixed; 
        background-position-x:-325px;
    }
    .col-lg-6.text-white.showcase-img.illinois{
        background-image: url('http://propheticchambers.com/img/il/1.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: 50% 50%;
        background-position-x: -485px;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 1024px) and (max-device-width : 768px) and (orientation : landscape) {
    /* Styles */
    .col-lg-6.text-white.showcase-img.canada {
        background-image: url('http://propheticchambers.com/img/canada/1.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position-x: 0px;
    }
    .col-lg-6.order-lg-2.text-white.showcase-img.australia{
        background-image: url('http://propheticchambers.com/img/australia/5.jpg');
        background-repeat: no-repeat; 
        background-attachment: fixed; 
        background-position-x:0px;
    }
    .col-lg-6.text-white.showcase-img.illinois{
        background-image: url('http://propheticchambers.com/img/il/1.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: 50% 50%;
        background-position-x: 0px;
    }
}

/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
    .col-lg-6.text-white.showcase-img.canada {
        background-image: url('http://propheticchambers.com/img/canada/1.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position-x: -400px;
    }
    .col-lg-6.order-lg-2.text-white.showcase-img.australia{
        background-image: url('http://propheticchambers.com/img/australia/5.jpg');
        background-repeat: no-repeat; 
        background-attachment: fixed; 
        background-position-x:250px;
    }
    .col-lg-6.text-white.showcase-img.illinois{
        background-image: url('http://propheticchambers.com/img/il/1.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: 50% 50%;
        background-position-x: -400px;
    }
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
    .col-lg-6.text-white.showcase-img.canada {
        background-image: url('http://propheticchambers.com/img/canada/1.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position-x: -525px;
    }
    .col-lg-6.order-lg-2.text-white.showcase-img.australia{
        background-image: url('http://propheticchambers.com/img/australia/5.jpg');
        background-repeat: no-repeat; 
        background-attachment: fixed; 
        background-position-x:250px;
    }
    .col-lg-6.text-white.showcase-img.illinois{
        background-image: url('http://propheticchambers.com/img/il/1.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: 50% 50%;
        background-position-x: -500px;
    }
}
.features-icons-2 {
    padding-top: 2rem;
}