body{
	background-color:#ffffff;
}
a {
	font-family:Oswald;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  background: #fff url(../Bloemen/images/nav.png) 0 0 repeat-x;
  border-bottom: 1px solid #DCD5CD;
  border-top: 1px solid #DCD5CD;
  list-style-type: none;
}
  
.topnav a {
  float: left;
  display: inline;
  color: #716C68;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  /*background-color: #0394C8;*/
  color: #0394C8;
}

/*.topnav a.active {
  background-color: #0394C8;
  color: white;
}*/

.topnav .icon {
  display: none;
}

@media screen and (max-width: 735px) {
 /* .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: inline;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display:block; /*inline;
    text-align: left;
  }*/
.topnav {
  list-style-type: none;
  background: #EDE7DF;
  }
.topnav a {
	padding: 4px 6px;
} 
}

