@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');


.responsive-font-example{
    font-family: 'Nunito Sans', Arial,Verdana,sans-serif !important;
    color:#fff !important;
}
.navbar{
    background: #002d46 !important;
    color:#fff; 
}
.Vastgoedplatform{
    color: #4fe8cb !important;
}
.openbtn{
    background: #002d46 !important;
    color:#fff !important;
}
.sidebar{
    background: #002d46 !important;
}
#mySidebar{
    background: #05a064 !important;
 
}
#mySidebar a{
    color:#000 !important;
}
.label-white{
    color: #fff !important;
}
.log-out a{
    color: #fff;
}
footer{
    background:  #002d46 !important;
}
#mySidebar a:hover {
    background-color:#002d46 ;
    color:  white !important;
  
  }