
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #221b1b;
    color: #333;
}

.container {
    width: 80%;
    margin: 0 auto;
}


header {
    background-color: #221b1b;
    color: #ffffff;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo img {
    max-height: 50px;
}

nav ul {
    list-style: none;
    display: flex;
}

nav ul li {
    margin-right: 20px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
} 

nav ul li a:hover {
    color: #f4f4f4;
}


.hero {
    background: url('hero-image.jpg') no-repeat center center/cover;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(0, 0, 0);
    text-align: center;
}

.hero .cta-button {
    padding: 15px 30px;
    background-color: #333;
    color: white;
    text-decoration: none;
    font-size: 1.1em;
    margin-top: 20px;
}

.hero .cta-button:hover {
    background-color: #555;
}


.about {
    background-color: #fff;
    padding: 50px 0;
    text-align: center;
}


.services {
    background-color: #f4f4f4;
    padding: 50px 0;
}

.services .service-item {
    margin: 20px 0;
}

.services .service-item h3 {
    font-size: 1.8em;
    color: #333;
}


.projects {
    background-color: #fff;
    padding: 50px 0;
}

.project-gallery {
    display: flex;
    gap: 20px;
}

.project-gallery img {
    width: 100%;
    height: auto;
}


.contact {
    background-color: #f4f4f4;
    padding: 50px 0;
}

.contact form {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.contact input, .contact textarea {
    padding: 10px;
    margin-bottom: 20px;
    font-size: 1em;
    border: 1px solid #ccc;
}

.contact button {
    padding: 15px;
    background-color: #333;
    color: white;
    border: none;
    cursor: pointer;
}

.contact button:hover {
    background-color: #555;
}


footer {
    background-color: #333;
    color: white;
    padding: 20px 0;
    text-align: center;
}

footer .social-links a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
}

footer .social-links a:hover {
    color: #f4f4f4;
}

        body, ul {
            margin: 0;
            padding: 0;
        }

        nav {
            background-color: #333; 
            font-family: Arial, sans-serif;
        }

        
        nav ul {
            list-style: none;
            display: flex; 
            justify-content: right; 
            padding: 0;
        }

       
        nav ul li {
            margin: 0 15px;
        }

        nav ul li a {
            color: white; 
            text-decoration: none; 
            padding: 10px 20px; 
            display: block; 
        }

        
        nav ul li a:hover {
            background-color: #575757; 
            border-radius: 5px; 
        }

    .blokje{
        width: 600px
    
    }

    .blokje2{
        width:600px;
    
    
    }

    
    * {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}


.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}


.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}


.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}


.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}


.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}


.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}


.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}



img {
  border-radius: 8px;
}

.hero-content h1 {
    color: white;
}

.hero-content p {
    color: white
    
}