@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lemon&display=swap');

body {
  margin: 0;
  font-family: Arial, sans-serif;
  overflow-x: hidden; /* Voorkom horizontaal scrollen */
}

html,
body {
  height: 100%;
}

#background {
  background: url("../img/background1.jpg") no-repeat center center fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.navigatie {
  padding: 1rem 0;
  text-align: center;
}

.navigatie ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.navigatie li {
  margin: 0 3rem;
}

.navigatie a {
  text-decoration: none;
  color: red ;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}

/* Aangepaste stijlen voor de dropdown */
.navigatie .navbar-nav .nav-item .nav-link {
    color: white; /* Tekstkleur van de dropdown-items */
}


#logo {
    margin-top: 0rem;
    margin-left: 5rem;
    max-width: 20%;
    max-height: 20%;
}

#slogan {
    color: white;
    font-size: 2rem;
    text-align: center;
    margin-top: 25rem;
    font-family: 'Lemon', serif;
    text-transform: uppercase;
}

#beschrijving {
  padding: 2rem;
  background-color: #040b14;

  @media (min-width: 768px) {
    padding-top: 4rem;
    padding-left: 8rem;
    padding-right: 8rem;
}

}

#tekst {
  color: white;
  margin: 0; /* Reset margin */
  text-align: center;

  /* Responsive margin toevoegen alleen op grotere schermen */
  @media (min-width: 768px) {
      margin-right: 10rem;
      text-align: left;
      
  }
}

#tekst h2 {
  font-size: 2rem;
  font-family: 'Bebas Neue', sans-serif;
  text-transform: uppercase;
}

#diensten {
  margin-top: 8rem;
  width: 100%;
}

#diensten h2{
  font-size: 2rem;
  font-family: 'Bebas Neue', sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: white;
}

.card-img-overlay {
  margin-top: 16rem;

  @media (min-width: 768px) {
    margin-top: 35rem;
}
}

h5 {
  color: white;
  font-size: 2rem;
  font-family: 'Lemon', serif;
  text-align: center;

  @media (min-width: 768px) {
    font-size: 4rem;
}
}

.card-title {
  margin-bottom: 2rem;

  @media (min-width: 768px) {
    margin-bottom: 4rem;
}
}

.bijschrijft a {
  color: white;
  text-decoration: underline;
  font-family: 'Bebas Neue', sans-serif;

  
  font-size: 2rem;
 
}

.instagram {
  color: white;
}

#mobieletoog {
  background-color: #040b14;
}

#info {
  margin-top: 8rem;
  width: 100%;
}

#info h2{
  font-size: 2rem;
  font-family: 'Bebas Neue', sans-serif;
  text-transform: uppercase;
  color: white;
}

li {
  font-size: 1rem;
  color: white;
  list-style: none;
  margin-left: -2.5rem;
}

#form {
  width: 100%;
}

#form h2 {
  font-size: 2rem;
  font-family: 'Bebas Neue', sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: white;
}

#form p {
  color: white;
  text-align: center;
  
}

#form hr {
  border-top: 0.3rem solid white;
  width: 8rem;
}


label {
  display: block;
  
  color: white;
}

.form-control {
  background-color: #040b14;
  border: solid 0.1rem white;
}

#formButton {
  width: 100%;
  background-color: #040b14;
  border: solid 0.1rem white;
}

#formButton:hover {
  width: 100%;
  background-color: white;
  border: solid 0.1rem #040b14;
  color: #040b14;
}

.navbar-light .navbar-toggler-icon {
  background-image: url(
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");       
}

.navbar-light .navbar-toggler {
  border-color: white;
}

ul a {
  color: white;
  text-decoration: none;
}









