/*

* Style

*/





/*

* Google font

*/



@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700|Roboto");





/*

* Section - Home

*/



/** BG Image */



#ObjectNow {

    background-image: url("../images/E1_Cages_small.jpg");

}



#start {

    background-image: url("../images/Loch-Etive-Home.jpg");

}

    

#join {

    background-image: url("../images/join.jpg");

}



#permission {

    background-image: url("../images/permission.jpg");

}



#home {

    background-image: url("../images/bg-home-1.jpg");

}



#home-bg-current {

    background-image: url("../images/E1_Cages_small.jpg");

}



#home-bg-current-2 {

    background-image: url("../images/Etive_4_Cages.jpg");

}



#details {

    background-image: url("../images/Inverawe_Bgd.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/bg-home-1.jpg");

}

#home-bg-slideshow .slides > .bg-cover:nth-child(2) {

    background: url("../images/bg-home-2.jpg");

}

#home-bg-slideshow .slides > .bg-cover:nth-child(3) {

    background: url("../images/bg-home-3.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;

}





/*

* Section - Fun Facts

*/



#lochEtive {

    background-image: url("../images/Loch-Etive-home-2.jpg");

}





/*

* Section - Skills

*/



#skills {

    background-image: url("../images/bg-skills.jpg");

}





/*

* Section - Quote

*/



#quote {

    background-image: url("../images/bg-home-3.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/bg-home-4.jpg");



}





#object {

    background-image: url("../images/bg-home-4.jpg");



}



/*

* Card

*/



.transparency {

    background-color: rgba (255, 255, 255, 0.5) !important;

}



/*

* Footer

*/



.footer-logo {

    max-height: 40px;

}

.footer-icon-social {

    bottom: 10px;

    position: relative;

}



@media (max-width: 600px) {

    .hidelogo {

        display: none;

    

}

}



/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

/* Styles */

    .margintoplogo {

        margin-top: rem;

    }

    .btn {

        margin-top: 5px !important;

    }

}



/* Smartphones (landscape) ----------- */

@media only screen and (min-width : 321px) {

/* Styles */

}



/* Smartphones (portrait) ----------- */

@media only screen and (max-width : 320px) {

/* Styles */

}