*{
margin: 0;
padding: 0;
font-family:'Gill Sans MT';
}
.navbar{
    width: 100%;
    margin: auto;
    padding: 35px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #BFD7EA;
}
.navbar ul li{
    list-style: none;
    display: inline-block;
    position: relative;
    right: 20px;
    margin: 0 150px;
}
.navbar ul li a{
    text-decoration: none;
    color: rgb(0, 0, 0);
    text-transform: uppercase;}

.welkom{
    height: 500px;
    width: 100%;
    background-color: #BFD7EA;
}
.welkom h1{ 
    position:absolute;
    top: 300px;
    right: 250px;
}
.welkom h4{ 
    position:absolute;
    top: 340px;
    right: 275px;
    font-style: italic;
}
.welkom img{
    position: absolute;
    top: 84px;
}

.overmij{
    height: 500px;
    width: 100%;
    background-color: #000000;
}
.overmij h1{
    color: #BFD7EA;
    padding: 120px;
    
}
.overmij p{
    position: absolute;
    top: 770px;
    color: #BFD7EA;
    padding-left: 120px;
    line-height: 30px;
    font-weight: bold;
}
.overmij h2{
    position: absolute;
    top: 800px;
    right: 120px;
    color: #40798C;
    letter-spacing: 2px;
    word-spacing: 4px;
}

.overmij button {
    background-color: #40798C;
    border: none;
    width: 150px;
    height: 50px;
    border-radius: 50px;
    color:#BFD7EA;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin: 135px 120px;
    cursor: pointer;
}

.portfolio{
    height: 900px;
    width: 100%;
    background-color: #BFD7EA;
}
.portfolio h1{
    color: #000000;
    padding: 120px;
}

.portfolio button {
    background-color: #40798c;
    border:none;
    width: 225px;
    height: 142px;
    border-radius: 20px;
    margin: 0 120px;
    justify-content: space-between;
    cursor: pointer;
}

.portfolio .button4 {
    background-color: #40798C;
    border: none;
    width: 225px;
    height: 142px;
    border-radius: 20px;
    margin: 120px 120px;
    justify-content: space-between;
    cursor: pointer;
}

.button2 {
    background-color: #40798C;
}
.button3 {
    background-color: #40798C;
}
.button4 {
    background-color: #40798C;
}
.button5 {
    background-color: #40798C;
}
.button6 {
    background-color: #40798C;
}