*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
.boven{
    text-align: center;
}
.boven2{
    text-align: center;
}
.header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(img/daily.png);
    background-position: center;
    background-size: cover;
    position: relative;
}
body{
    background-color: #18171d;
}
nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}
nav img{
    width: 270px;
}
.nav-links{
    flex: 1;
    text-align: right;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}

.nav-links ul li::after{
    content:'';
    width: 0%;
    height: 2px;
    background: #2c96d3;
    display: block;
    margin: auto;
    transition: 0.5s;
}

.nav-links ul li:hover::after{
    width: 100%;
}
.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.text-box h1{
    font-size: 62px;
}
.text-box p{
    margin: 10px 0 40px;
    font-size: 20px;
    color: #fff;
}
.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.hero-btn:hover{
    border: 1px solid #2c96d3;
    background: #2c96d3;
    transition: 1s;
}

/*Wat kan je vinden*/
.vinden{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
    
}

h1{
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}

p{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}

.rij{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    list-style: none;

}

h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
    color: #fff;
}

.vinden-col{
    flex-basis: 24%;
    background: #3d3bc0;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}

.vinden-col:hover{
    box-shadow: 0 0 20px 0px rgba(160, 160, 160, 0.596);
}

/*Foto gedeelte*/

.foto{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}
.foto-col{
    flex-basis: 32%;
    border-radius: 30px;
    margin-bottom: 90px;
    position: relative;
    overflow: hidden;
    margin: 20px;
}
.foto-col img{
    width: 50%;
}
.layer{
    background: rgba(58, 55, 238, 0.7);
    height: 15%;
    width: 30%;
    position: absolute;
    top: 0;
    left: 35%;
    flex-basis: 32%;
    border-radius: 30px;
    margin-bottom: 90px;
    transition: 0.7s;
}
.layer:hover{
    box-shadow: 0 0 90px 0px rgb(255, 255, 255);
}

.layer h3{
    font-size: 30px;
}

footer{
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
}




/*Regels - Wetboek*/
.sub-header{
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(img/daily.png);
    background-position: center;
    background-size: cover;
    text-align: center;
    color:#fff
}

.sub-header h1{
    margin-top: 100px;
}

.overmij{
    width: 80%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 50px;
}
.overmij-col{
    flex-basis: 48%;
    padding: 30px 2px;
}
.overmij-col img{
    width: 100%;
}
.overmij-col h1{
    padding-top: 0;
}

.overmij-col p{
    padding: 15px 0 25px;
}



/*Wetboek*/
.wetboek{
    width: 80%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 50px;
}
.wetboek-col{
    flex-basis: 48%;
    padding: 30px 2px;
}
.wetboek-col h2{
    color: #fff;
    font-size: 22px;
}

/*Ons Team*/
.team{
    color: #fff;
}

#container{
    display: flex;
    align-items: center;

}
#container img{
    margin-right: 20px;
    width: 300px;
    border-radius: 25px;
  padding: 10px;
  height: 230px;
}
#container h3{
    display: block;
    text-justify: auto;
    text-indent: 140px;
}
#container p{
    display: block;
    font-size: 20px;
    text-indent: 30px;
}

.vinden-col2{
    flex-basis: 24%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(img/politielogo.png);
    background-size: 230%;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
    text-decoration: none;
    background-position: center;
    background-repeat: no-repeat;
}
.vinden-col2:hover{
    box-shadow: 0 0 20px 0px rgba(160, 160, 160, 0.596);
}
.rij2{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    list-style: none;
}
.rij3{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    list-style: none;
}

.rij4{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    list-style: none;
}

.vinden2{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
    text-decoration: none;
}
.vinden2 a{
    text-decoration: none;
}
.vinden a{
    text-decoration: none;
}
.vinden-col3{
    flex-basis: 24%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(img/ambulance.png);
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
    background-position: center;
    background-size: 230%;
}
.vinden-col3:hover{
    box-shadow: 0 0 20px 0px rgba(160, 160, 160, 0.596);
}

.vinden-col4{
    flex-basis: 24%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(img/anwb.png);
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
  background-position: center;
  background-size: 230%;
}
.vinden-col4:hover{
    box-shadow: 0 0 20px 0px rgba(160, 160, 160, 0.596);
}
.vinden-col5{
    flex-basis: 24%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(img/taxi.png);
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
  background-position: center;
  background-size: 230%;
}
.vinden-col5:hover{
    box-shadow: 0 0 20px 0px rgba(160, 160, 160, 0.596);
}

.vinden-col9{
    flex-basis: 24%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(img/politielogo.png);
    background-size: 230%;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
    text-decoration: none;
    background-position: center;
    background-repeat: no-repeat;
}
.vinden-col9:hover{
    box-shadow: 0 0 20px 0px rgba(160, 160, 160, 0.596);
}

.vinden-col6{
    flex-basis: 24%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(img/advocaat.png);
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
  background-position: center;
  background-size: 230%;
}
.vinden-col6:hover{
    box-shadow: 0 0 20px 0px rgba(160, 160, 160, 0.596);
}

.vinden-col7{
    flex-basis: 24%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(img/kmar.png);
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
  background-position: center;
  background-size: 230%;
}
.vinden-col7:hover{
    box-shadow: 0 0 20px 0px rgba(160, 160, 160, 0.596);
}