body {
  font: 400 15px/1.8 Lato, sans-serif;
}

h3, h4 {
  margin: 10px 0 30px 0;
}

@media(min-width: 500px ){ 
    .container {
        padding: 80px 120px;
    }
} 

@media (max-width: 600px) {
  .carousel-caption {
    display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
  }
}





.navbar {
  font-family: Montserrat, sans-serif;
  margin-bottom: 0;
/*    background-color: #2d2d30; */
  background-color: #ffffff;
  border: 0;
  font-size: 14px !important;
  letter-spacing: 3px;
/*  opacity: 0.9; */
}
.navbar li a, .navbar .navbar-brand { 
  color: #000000 !important;
}
.navbar-nav li a:hover {
  color: #000000 !important;
  background-color: #e0e0e0 !important;
}
.navbar-nav li.active a {
  color: #000000 !important;
  background-color: #e0e0e0 !important;
  font-weight: bold; 
}
.navbar-default .navbar-toggle {
  border-color: transparent; 
}
.open .dropdown-toggle {
  color: #ffffff;
  background-color: #e0e0e0 !important;
}
.dropdown-menu li a {
  color: #000000 !important;
  font-size: 10px;
}
.dropdown-menu li a:hover {
  background-color: #e0e0e0 !important;
}



.jumbotron {
  background-color: #ffffff; 
  margin-bottom: 0;
}


/*
footer {
  background-color: #ffffff;
  color: #404040;
  padding: 32px;
  font-size: 12px;
}
footer a {
  color: #7f7f7f;
}
footer a:hover {
  color: #ffffff;
  text-decoration: none;
}  
*/

.panel {
/*  margin-top: 20px;
  margin-left: 20px;
  margin right: 20px;
  margin-bottom: 20px; 
*/
  background: #ffffff;
  border: 1px solid #b0b0b0;   
  box-shadow: 7px 9px 16px #e7e7e7;
 }

.reacties {
  height: 180px;

}



.bg-0 {
  background: #ffffff;
  color: #303030;
}

.bg-2 {
  background: #efefef;
  color: #000000;
}


hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}


/* VALENTIJNSACTIE */
.valentijnsaktie {
  background: url(http://gearbox.nl/rbf/pink-heart-outline-clipart-aTexGLAT4.png);
  background-size: 200px 200px;
  background-repeat: no-repeat;
}
