
body,
header,
section,
footer,
.copyright {
	color: #fff;
	background-color: #000;
}

.navbar-default .nav li a {
    color: #ffffff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .nav li a:focus, .navbar-default .nav li a:hover {
    background-color: transparent;
    color: #999;
    outline: 0;
    text-shadow: 0px 0px 20px #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.btn-theme {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    background-color: #000;
    border: none;
    padding: 14px 40px;
    margin-top: 30px;
    margin-right: 0;
    text-transform: uppercase;
    box-shadow: 0px 0px 40px rgba(119, 132, 139, 0.2);
}

.navbar-default {
    background-color: #000;
    box-shadow: 0px 0px 40px rgba(119, 132, 139, 0.12);
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    background-color: transparent;
}

@media(min-width:768px) {
    
    .navbar-default {
        background-color: transparent;
        box-shadow: none;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s
    }
    
    .navbar-default.navbar-shrink {
        background-color: rgba(0, 0, 0, 0.8);
        box-shadow: 0px 0px 40px rgba(119, 132, 139, 0.12);
	}

    
}