/* nav */
    .navbar-default {
        background-color: transparent;
        border-color: transparent;
		border: 0;
    }
	
	.navbar-default .navbar-collapse {
		border-color: transparent;
	}
	
	.navbar-default .navbar-collapse {
	    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0);
		box-shadow: inset 0 1px 0 rgba(121, 16, 110, 0);
	}
	
    .navbar {
        min-height: 94px;	
		background-image: url("../images/achtergrond_header_boven.png");
		background-repeat: no-repeat;	
		background-color: #DE9418;
	}

	.navbar-nav a:focus {
        color: red;
        text-decoration: none;
	}

/* Dropdown menu's */

/*==================================================
        Bootstrap 3 Media Queries
        Non-Mobile First Method
==================================================*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}/* einde lg */

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}/* einde md */

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
 

}/* einde sm */

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}/* einde xs*/

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}/* einde custom