#yellowTheme {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 1px;
    height: 100%;
    font-family: 'Poppins', sans-serif;
}
	  #yellowTheme a.navbar-brand {
    display: block;
    color: #FFD504;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: 900;
    font-size: 40px;
}
	#yellowTheme .navbar-brand h2 {
    line-height: 36px;
}
	#yellowTheme.navbar-default {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #000;
}
	.navbar {
    border-radius: 0;
}
	@media (min-width: 768px){
	.navbar {
    border-radius: 0;
}
	}
	  
	#yellowTheme .navbar-nav li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    /*letter-spacing: 1px;*/
    padding: 30px 15px;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 300;

}

#yellowTheme .navbar-nav li a:hover {
    background: none;
    color: #FFD504;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#yellowTheme .navbar-nav li.active a {
    color: #FFD504;
}

#yellowTheme .nav li a:focus,
#yellowTheme .nav li a:hover {
    background: none;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#yellowTheme.navbar {
    margin: 0;
}



#yellowTheme .navbar-nav li a {
    color: #fff;
    padding: 21px 15px 19px 15px;
    -webkit-transition: .3s;
    transition: .3s;
}

#yellowTheme .navbar-nav li a:hover {
    color: #FFD504;
}

#yellowTheme .navbar-nav li.active a {
    color: #FFD504;
}
	
#yellowTheme.navbar-default .navbar-nav > li:hover > a, #yellowTheme.navbar-default .navbar-nav > li > a.active {
    background-color: transparent;
	color: #FFD504;
}
	
	#yellowTheme.navbar-default .navbar-nav > li {
    padding-top: 0;
	padding-bottom: 0;
}

	  /* Tablet Layout: 768px. */

@media only screen and (min-width: 767px) and (max-width: 991px) {
    #yellowTheme  .navbar-nav li a {
        padding: 30px 11px;
        font-size: 12px;
    }
    #yellowTheme  .navbar-nav li a {
        padding: 20px 11px;
        font-size: 12px;
    }
	#yellowTheme .navbar-brand h2 {
		line-height: 48px;
	}
	.project-content {
		padding-top:20px;
	}

}
@media (min-width: 768px){
.navbar-right {
    margin-right: -14px;
}
}

/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
	.project-content {
		padding-top:20px;
	}
	#yellowTheme .navbar-brand h2 {
		line-height: 48px;
	}
	#yellowTheme .navbar-toggle {
		width: 40px;
		height: 40px;
		   background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
	}

    #yellowTheme .navbar-toggle .icon-bar {
        background: #fff;
    }
	
	#yellowTheme .navbar-toggle i {
		color: #fff;
	}

    #yellowTheme .navbar {
        min-height: 0px;
    }
   #yellowTheme .navbar-nav li a {
        padding: 11px 15px;
    }
    #yellowTheme .navbar-nav li a:hover {
        color: #fff;
    }

    #yellowTheme .navbar-nav li a {
        padding: 11px 15px;
    }
    #yellowTheme .navbar-fixed-bottom .navbar-collapse,
    #yellowTheme .navbar-fixed-top .navbar-collapse {
        max-height: 420px;
    }

    #yellowTheme .navbar-collapse {
        background: rgba(0, 0, 0, .9);
    }
    #yellowTheme .navbar-collapse {
        background: rgba(0, 0, 0, .9);
    }
	#yellowTheme.navbar-default .navbar-collapse, #yellowTheme.navbar-default .navbar-form {
    border-color: rgba(0, 0, 0, .9);
}
    
}