/*
* Style
*/

h1 {
font-family: Georgia, serif;
font-size: 45px;
font-style: italic; 
font-weight: bold;
letter-spacing: 3px;
color: #fff;
}

h1 span { font-size: 20px; color: #c31c1c; margin: 20px 7px; position: relative; top: -5px; font-style: normal}


@media (max-width: 575px) {
    
    h1 {
    font-family: Georgia, serif;
    font-size: 30px;
    font-style: italic; 
    font-weight: bold;
    letter-spacing: 3px;
    color: #fff;
    padding-top:15px;
    }

    h1 span { font-size: 15px; color: #c31c1c; margin: 25px 7px; position: relative; top: -2px; font-style: normal}
}

/*
* Google font
*/

@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700|Roboto");


/*
* Section - Home
*/

/** BG Image */
#home {
    background-image: url("../images/naked.jpg");
}

/** BG Parallax */
#home-bg-parallax > .bg-parallax {
    background: url("../images/naked.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
*/

#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/woods.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/cheek.jpg");

}
*/

/*
* Footer
*/

.footer-logo {
    max-height: 40px;
}
.footer-icon-social {
    bottom: 10px;
    position: relative;
}