/*
* Style
*/


/*
* Google font
*/

@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700|Roboto");


/*
* Section - Home
*/

/** BG Image */
#home {
    background-image: url("../images/bg-home-1.jpg");
}

/** BG Parallax */
#home-bg-parallax > .bg-parallax {
    background: url("../images/bg-parallax.jpg");
}

/** BG Slideshow */
#home-bg-slideshow .slides > .bg-cover:nth-child(1) {
    background: url("../images/l-shape-seat.jpeg");
}
#home-bg-slideshow .slides > .bg-cover:nth-child(2) {
    background: url("../images/Morara-Banners.jpg");
}
#home-bg-slideshow .slides > .bg-cover:nth-child(3) {
    background: url("../images/Morara-Banners1-1.jpg");
}
#home-bg-slideshow > .position-absolute {
    z-index: 20;
}

/** BG Video */
#home-bg-video .player:before {
    z-index: 15;
}
#home-bg-video .player.is-mobile {
    display: none;
}
#home-bg-video .container {
    position: relative;
    z-index: 20;
}
#home-bg-video .inline-YTPlayer {
    height: 100%;
    overflow: hidden;
}

/*
* Section - Fun Facts
*/

#fun-facts {
    background-image: url("../images/bg-fun-facts.jpg");
}


/*
* Section - Skills
*/

#skills {
    background-image: url("../images/bg-skills.jpg");
}


/*
* Section - Quote
*/

#quote {
    background-image: url("../images/bg-quote.jpg");
}


/*
* Section - Keep In Touch
*/

#keep-in-touch {
    background-image: url("../images/bg-keep-in-touch.jpg");
}


/*
* Section - Coming Soon
*/

#coming-soon {
    background-image: url("../images/bg-coming-soon.jpg");
}


/*
* Section - Contact
*/

#contact {
    background-image: url("../images/contact.jpg");

}


/*
* Footer
*/

.footer-logo {
    max-height: 62px;
}
.footer-icon-social {
    bottom: 10px;
    position: relative;
}
/*SPIDER*/
header .navbar-brand img {
    position: absolute;
    left: 0;
    height: 66px;
    top: 10px;
}
@media (min-width: 992px) {
    header {
        background-color: #ffffff40 !important;
    }
}
.btn-base-color {
    background-color: #f24e3b !important;
}
a {
    color: #e9321d;
}
.bg-base-color {
    background-color: #dc3545 !important;
}

.footer-icon-social  img{
    height: 40px;
}

header .navbar-nav .nav-link {
    font-size: 17px;
    font-weight: 700;
   
  }