.download-section{
	background-color: #1E1B13;
	color: #EFD962;
}

.parallax1 { 
    /* The image used */
    background-image: url("../images/background/sunset.jpg");

    /* Set a specific height */
    height: 100%; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	color: #FFF;
}

.parallax2 { 
    /* The image used */
    background-image: url("../images/background/sunset2.jpg");

    /* Set a specific height */
    height: 100%; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	color: #FFF;
}

.parallax3 { 
    /* The image used */
    background-image: url("../images/background/sunset3.jpg");

    /* Set a specific height */
    height: 100%; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	color: #FFF;
}

body{
	background-color: #1E1B13;
	color: #EFD962;
}

.navbar-custom.top-nav-collapse{
	background-color: #1E1B13;
	color: #EFD962;
}

.navbar-custom a{
	color: #EFD962;
}