/* Animation - Ken Burns effect */
@-webkit-keyframes move {
    0% {
        -webkit-transform-origin: bottom left;
        -moz-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        -o-transform-origin: bottom left;
        transform-origin: bottom left;
        transform: scale(1.0);
        -ms-transform: scale(1.0);
        -webkit-transform: scale(1.0);
        -o-transform: scale(1.0);
        -moz-transform: scale(1.0);
    }
    100% {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -moz-transform: scale(1.2);
    }
}

/* Header */
.header-spacer {
    font-family: 'Gloria Hallelujah', cursive;
    background-color:#fff;
    position: fixed;
    top: 25px;
    right: 0;
    left: 0;
    z-index: 1020;
    padding: 8px 15px 0 15px;
}

/* Social */
.social {
    background-color:#e01939;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    padding: 0 15px 0 15px;
    height: 25px;
}

.social-link {
    padding-right: 20px;
    color: #fff;
}
.social-link:hover {
    color: #160306;
}

/* Card */
.card {
    margin: 0 auto;
    float: none;
    margin-bottom: 10px;
}


.card-title {
    font-family: 'Gloria Hallelujah', cursive;
    color: #160306;
}


.card-title.pricing {
    font-family: 'Gloria Hallelujah', cursive;
    color: #fff;
    padding: 1em;
}
.icon {
    color: #e01939;
    padding-top: .6em;
    padding-right: 1em !important;
}

.logo {
    position:absolute;
    top:-6px;
    z-index: 1031;
}
.list-group-item {
    border: none !important;
}
.page-nav {
    position: fixed;
    top: 20px;
    right: 0;
    left: 0;
    z-index: 1029;
    background-color: #fff;
    padding-top:1em;
}
.blockquote {
    color: #e01939;
}

.page-banner-area {
    position: relative;
    min-height: 450px;
    color: #fff;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    margin-bottom: 2em;
}

.page-banner-title {
    position: absolute;
    text-shadow: 0px 0px 8px rgba(0,0,0,0.5),0px 0px 8px rgba(0,0,0,0.5) , 3px 5px 15px rgba(68,68,68,0.76);
    top: 50%;
    width: 100%;
    height: 100%;
    margin-top: -40px;
}
.page-banner-title h2 {
    color: #fff;
    font-size: 60px;
}

/* Site Carousel */
#carouselSite .carousel-caption {
    text-shadow: 0px 0px 8px rgba(0,0,0,0.5),0px 0px 8px rgba(0,0,0,0.5) , 3px 5px 15px rgba(68,68,68,0.76);
}
#carouselSite .carousel-item {
    height: 60vh;
    min-height: 200px;
    background: no-repeat top center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    animation: move 40s ease;
    -ms-animation: move 40s ease;
    -webkit-animation: move 40s ease;
    -0-animation: move 40s ease;
    -moz-animation: move 40s ease;
}

/* Testimonial Carousel */
#carouselTestimonial .carousel-item {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #4a5645;
    border-radius: 1em;
}
#carouselTestimonial .carousel-caption {
    font-family: 'Gloria Hallelujah', cursive;
    right: 20px;
    left: 20px;
}

/* Titles */
h1,h2,h3,h4,h5,h6,h7 {
    font-family: 'GLoria Hallelujah', cursive;
}

.wide-title {
    text-align: center;
    font-family: 'Gloria Hallelujah', cursive;
    padding-top: 1em;
    padding-bottom: 1em;
    line-height: 1.5em;
}

h1.wide-title:before {
    top: 1em;
}

h5.wide-title:before {
    top: 1em;
}

.wide-title:before {
    content: "";
    display: block;
    border-top: solid 1px #ccc;
    width: 100%;
    height: 1px;
    position: relative;
    z-index: 1;
}

.wide-title span {
    background: #fff;
    padding: 0 .5em;
    position: relative;
    z-index: 5;
}
.sub-title {
    text-align: center;
    font-family: 'Gloria Hallelujah', cursive;
}

.btn {
    font-family: 'Acme', sans-serif;
}

.btn-dream {
    color: #fff !important;
    background: #e01939 url("../images/dream_btn.png") no-repeat left center;
    border-color: #e01939;

}
.btn-dream:hover {
    color: #160306;
}

.dream {
    background: #e01939 url("../images/dream_pattern.png") repeat center center;
}

.signs {
    background: transparent url("../images/contact_d.png") repeat 0 0;
}

  .red {
    color: #e01939;
  }

  .nav-link {
      color: #160306;
      font-family: 'Gloria Hallelujah', cursive;
  }

  .nav-link:hover {
    color: #e01939;
  }
  .nav-link {
    border-bottom: 2px solid #fff;
  }
  .nav-link.active {
    border-bottom: 2px solid #e01939;
  }
  .pointer {
      cursor: pointer;
      color: #e01939;
  }

  .pointer:hover {
    color: #160306;
  }

  .footer {
    background-color:#e01939;
    padding: 1em;
    color: #fff;
  }
.nav-container {
    padding-bottom: 87px;
}

@media (max-width: 576px) { 
    .logo {
        width: 110px;
    }
    #carouselTestimonial .carousel-item {
        height: 600px;
    }
    .header-spacer {
        height: 25px;
    }
    .page-nav {
        top: 25px;
    }
    .page-banner-area {
        top: -55px;
    }
    #carouselSite {
        top: -55px;
    }
    #carouselSite .carousel-caption > h1 {
        font-size: 1.5em !important;
    }

}

@media (min-width: 576px) and (max-width: 768px) { 
    .logo {
        width: 154px;
    }
    .header-spacer {
        height: 50px;
    }

    #carouselTestimonial .carousel-item {
        height: 400px;
    }
    .page-nav {
        top: 25px;
    }
    .page-banner-area {
        top: -55px;
    }
    #carouselSite {
        top: -55px;
    }
    #carouselSite .carousel-caption > h1 {
        font-size: 2em !important;
    }
}

/* Large screens */
@media (min-width: 768px) {
    .logo {
        width: 221px;
    }
    .header-spacer {
        height: 75px;
    }
    #carouselTestimonial .carousel-item {
        height: 300px;
    }
    .page-nav {
        top: 25px;
    }
    #carouselSite .carousel-caption {
        bottom: auto;
        top: 50%;
    }
}

.anchor-item {
    padding-top: 50px;
    margin-top: -50px;
}

/* Custom Backgrounds */
.bg-orange {
    background-color:#e01939 !important;
}
.bg-grey {
    background-color: #ccc;
}
