/*------------------------------------
 *Author:KecambahLinux
 *Template:Nature Loco
 *Version:1.0
 *-------------------------------------
 */

/*--------Table of Content----------
* 01. pigepiling & menu
* 02. home section
* 03. service section
* 04. portfolio section
* 05. about section
* 06. resume section
* 07. team section
* 08. work section
* 09. blog section
* 10. contact section
* 11. footer
*----------------------------------
*/

/*-----------------pagepiling-----------------*/
#section-home {
    background: url(../images/bg/bgHome.jpg);
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
}

#section-services {
    background: url(../images/bg/bgHome1.jpg);
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
}

#section-portfolio {
    background: url(../images/bg/bgPortfolio.jpg);
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
}

#section-about {
    background: url(../images/bg/bgHome1.jpg);
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
}

#section-resume {
    background: url(../images/bg/bgResume.jpg);
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
}

#section-team {
    background: url(../images/bg/bgTeam.jpg);
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
}

#section-work {
    background: url(../images/bg/bgWork.jpg);
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
}

#section-blog {
    background: url(../images/bg/bgBlog.jpg);
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
}

#section-contact {
    background: url(../images/bg/bgHome.jpg);
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
}

/*-----------------home section-----------------*/
.home-overlay {
    position: absolute;
    width: 70%;
    height: 100%;
    background: url(../images/overlay/home-overlay.png);
    top: 0;
    left: 0;
    opacity: 0.35;
    z-index: 2;
}

#particles-js {
    z-index: 90;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.welcome-text {
    color: #fff;
    position: relative;
    z-index: 99;
}

.welcome-text h1,
.welcome-text #typed,
.welcome-text .typed-cursor {
    font-size: 48px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    line-height: 52px;
}

.welcome-text1 h2,
.welcome-text1 #typed,
.welcome-text1 .typed-cursor {
    font-size: 128px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    line-height: 112px;
}

.welcome-text1 h2:hover {
    color: #c2bfbf;
}

.welcome-text p {
    color: #fff;
    margin-bottom: 35px;
    max-width: 500px;
}

.welcome-text #typed span {
    font-weight: 700;
}

#section-home .type-wrap {
    margin-bottom: 35px;
    margin-top: 50px;
    font-family: "Martel", serif;
}

.section-home #typed {
    white-space: normal;
}

.welcome-text .social-icons a {
    color: #fff;
    font-size: 128px;
    padding: 0px 30px;
}

.welcome-text .social-icons a:hover {
    color: #c2bfbf;
}

.welcome-text .social-icons {
    margin-bottom: 50px;
}

.welcome-text a {
    margin: 0px 40px;
}

/*-----------------work section-----------------*/
#section-work .title-small p::before {
    content: '';
    width: 32px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 13px;
    top: 12px;
}

#section-work .title-small p::after {
    content: '';
    width: 32px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 12px;
    right: 16px;
}