* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    border: none;
    outline: none;
}

.portfoliocontent {
    height: auto;
margin-left: 10%;
    margin-right: 10%
}




html {
    scroll-behavior: smooth;
    background-color: whitesmoke;
}

.menulijst {
    float: right;
    list-style: none;
    margin-top: 20px;
    overflow: hidden;




}

.menulijst li {
    display: inline-block;
}

.menulijst li a {
    color: white;
    text-decoration: none;
    padding: 5px 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;


}

.menulijst li a:hover {
    color: burlywood;

}

.logo p {
    height: auto;
    float: left;
    margin: 10px;
    font-size: 30px;
    color: white;
        padding: 5px 20px;
}

.logo p:hover {
    color: burlywood;
}

.headert {
    max-width: 95%;
    margin: auto;
    height: 70px;
    background-color: #2E2E2E;
}

.balk {
    background-color: #2E2E2E;
    width: 100%
}

.banner {
    width: 100%;
    height: 300px;
    object-fit: cover;
}


h2 {
    text-align: center;
    font-size: 40px;
}

.hci-slider {
    width: 700px;
    margin: auto;
    padding-top: 1em;
    position: relative;
    margin: auto;
    float: left;
    margin-right: 20px;
    padding-bottom: 200px;
}


.container .ism-slider {
    margin-left: auto;
    margin-right: auto;
}


button {
    background-color: #D80027;
    border: none;
    color: white;
    padding: 16px 32px;
    border-radius: 5px;
    margin-bottom: 20px;
}

button:hover {
    background-color: red;
    color: white;
    padding: 16px 32px;
    border-radius: 4px;
    transition: all ease-in-out 250ms;
}

.vormgevingposter {
    width: 700px;
}


footer {
    background-color: #262626;
    padding: 30px 0px;
    text-align: center;
    position: static;
    margin-top: 110px;
}


footer p {
    color: white;
    font-weight: 100;
}
