* {
    margin: 0;
    padding: 0;
}

.logo-banner {
    width: 7rem;
}
main {
    margin-left: 7%;
    margin-right: 7%;
}
.navbar {
    background-color: rgb(21, 127, 208) !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    
}
.navbar-brand img{
    width: 3rem !important;
}
.nav-link {
    color: #fff;
    
}
.active {
    color: orange !important;
}
li {
    padding-right: 2rem;
}
a:hover {
    color: orange !important;
}

.banner {
    background-image: url("./all-images/banner-image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(100vw - 17px);
    height: 75vh;
   
    
}
.banner-item {
    text-align: center;
    position: absolute;
    margin-top: 25vh;
    margin-left: 45vw;
    color: #fff;
    
}

.info {
    margin-top: 5rem;
}
.info p {
    margin-top: 2rem;
}
.rows {
    margin-top: 2rem;
}
.grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    
}
.grid-item {
    padding: 2rem;
    font-size: 1.2rem;

}
.row1 {
    background-color: rgba(128, 128, 128, 0.193);
    
}

.aanbod {
    margin-top: 5rem;
}
#contact {
    margin-top: 3rem;
}
/* form */


textarea.form-control {
    min-height: calc(11.5em + 0.75rem + calc(var(--bs-border-width)* 2));
    background-color: rgba(128, 128, 128, 0.193);
}
#bericht {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}

.btn {
    margin-top: 1rem;
}

img {
    width: 15rem;
    border-radius: 5px;
    margin: 0.2rem;
  
    
}
h5 {
    margin-top: 2rem;
}
#projecten {
    margin-top: 3rem;
}

h2 {
    text-align: center;
}
.samenwerking {
    text-align: center;
    margin-top: 4rem;
    
}
.samenwerking-samen {
    display: flex;
    justify-content: center;
    align-items: center;
    
}


@media (max-width: 800px) {
    .grid {
      grid-template-columns: 1fr;
    }
    .grid-item {
        background-color: rgba(128, 128, 128, 0.193);
        border-radius: 10px;
    }


  }
  @media (max-width: 1430px) {
    
}
  @media (max-width: 1623px) {
    

  }
  @media (max-width: 1403px) {
    

  }
  @media (max-width: 914px) {
    .banner {
        width: 100vw;
    }

  }
  @media (max-width: 500px) {
    .banner {
        width: 100vw;
    }


  }
 