/* tekst */
p {
    font-family: basic-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
}

h1 {
    font-family: depot-new-web, sans-serif;
    font-size: 60px;
    font-weight: 700;
    font-style: normal;
    color: black;
    text-align: center;
}

h2 {
    font-family: depot-new-web, sans-serif;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 20px;
}

h3 {
    font-family: basic-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}

h4 {
    font-family: depot-new-web, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 20px;
    margin-bottom: 20px;
}

/* header */
header {
    width: 100%;
}

a {
    text-decoration: none;
    color: black;
}

nav {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
}

nav li{
    display: inline;
}
    
nav a{
    font-family: depot-new-web, sans-serif;
    font-size: 20px;
    font-weight: 100; 
    font-style: normal; 
    padding: 100px;
}

nav a:hover {
    color: grey;
    transition: all ease 0.2s;
}

#slider {
    overflow: hidden;
}

#slider figure {
    position: relative;
    width: 500%;
    animation: 20s slider infinite;
}

#slider img {
    width: 20%;
    float: left;
}

@keyframes slider {
    0% {
        left: 0%;
    }
    20% {
        left: 0%
    }
    25% {
        left: -100%;
    }
    45% {
        left: -100%
    }
    50% {
        left: -200%
    }
    70% {
        left: -200%
    }
    75% {
        left: -300%
    }
    95% {
        left: -300%
    }
    100% {
        left: -400%
    }
}

/* categorie img left */
.categorie {
    width: 1020px;
    padding-top: 120px;
    margin: auto;
}

.kleurkunst {
   width: 340px; 
   height: 380px;
   background-color: #BB9F8A;
   float: left;
}

.imageleft img {
    width: 340px; 
    height: 380px;
    margin-left: -290px;
    margin-top: 50px;
    float: left;   
}

.overlay {
    width: 340px; 
    height: 380px;
    margin-top: 50px;
    margin-left: -340px;
    float: left;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    background-color: black;
    cursor: pointer;
}

.text {
    color: white;
    font-family: 20px;
    text-align: center;
    margin-top: 50%;
}

.overlay:hover {
    opacity: 0.6;
}

.line1 {
    height: 380px;
    width: 2px;
    background-color: black;
    margin-top: 50px;
    margin-left: 115px;
    float: left;
}

.tekstright {
    width: 340px;
    margin-top: 60px;
    margin-left: 115px;
    float: left;
}

.arrowleft {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;  
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.tekstright h3 {
    padding-top: 30px;
}

.clear {
    clear: both;
}

a h3:hover {
    color: grey;
    transition: all ease 0.2s; 
}


/* tumbnails */
.articles {
    margin: 0 auto;
    padding-top: 110px;
    width: 1120px;
}

.articles img {
    width: 250px;
    height: 250px;
    padding: 15px;
}

.box {
    float: left;
}

.box:hover {
    transform: scale(1.2);
    transition: 0.5s;
}

.box-title {
    width: 250px;
    margin: auto;
}

.box-title h4 {
    margin-top: 10px;
}

/* categorie img right */
.kleurtechnologie {
    width: 340px; 
    height: 380px;
    background-color: #BDBEB0;
    float: right;
}

.imageright img {
    width: 340px; 
    height: 380px;
    margin-top: 50px;
    margin-right: -290px;
    float: right;
}

.overlay2 {
    width: 340px; 
    height: 380px;
    margin-top: 50px;
    margin-right: -340px;
    float: right;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    background-color: black;
    cursor: pointer;
}

.overlay2:hover {
    opacity: 0.6;
}

.tekstleft {
    width: 390px;
    margin-top: 60px;
    float: left;
}

.line2 {
    height: 380px;
    width: 2px;
    background-color: black;
    margin-top: 50px;
    float: left;
    margin-left: 115px;
}

.arrowright {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;  
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.tekstleft h3 {
    padding-top: 30px;
}

/* kleur ontwerp */
.kleurontwerp {
    width: 340px; 
    height: 380px;
    background-color: #CEC7B7;
    float: left;
}

/* kleur ethiek */
.kleurethiek {
    width: 340px; 
    height: 380px;
    background-color: #E1E1D9;
    float: right;
}

/* footer */
footer {
    margin-top: 100px;
    padding: 100px 10%;
    background: #BB9F8A;
    color: #efefef;
    display: flex;
}

footer div {
    text-align: center;
}

.col-2 {
    margin: auto;
}

.col-1 a {
    display: block;
    text-decoration: none;
    color: #efefef;
    font-family: depot-new-web, sans-serif;
    font-weight: 100;
    font-style: normal;
    line-height: 28px;
}

form input {
    width: 400px;
    height: 45px;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    border: #fff;
}

form button {
    font-family: depot-new-web, sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 30px;
    padding: 10px 30px;
    cursor: pointer;
}

.social-icons i {
    font-size: 30px;
    margin: 5px;
}

/* artikel pagina */
.image-background {
    background-image: url("../img/headerartiekel.jpg");
    height: 650px;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: right;
}

.box-header {
    width: 900px;
    margin: auto;
}

.container-title {
    width: 650px;
    height: 80px;
    border-radius: 15px;
    margin-top: 70px;
    margin-bottom: 30px;
    background-color: white;
}

.title {
    text-align: right;
    padding-top: 25px;
    padding-right: 50px;
}

.containter-about {
    width: 650px;
    height: 220px;
    border-radius: 15px;
    margin-bottom: 30px;
    background-color: white;
}

.about {
    width: 600px;
    padding-top: 25px;
}

.containter-article {
    margin: auto;
    margin-top: 20px;
    width: 650px;
}

.container-mooneye {
    padding-top: 60px;
    width: 1100px;
    margin: auto;
}

.container-mooneye img {
    height: 400px;
    padding: 5px;
}

.container-pictures {
    margin: auto;
    margin-top: 50px;
    width: 1100px;
}

.container-pictures img {
    height: 350px;
    width: 525px;
    padding: 10px;
}

.containter-article h2 {
    text-align: center;
    padding-top: 50px;
}

.containter-article p {
    text-align: center;
}

.containter-article h1 {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.containter-article a {
    color: grey;
}

.containter-article a:hover {
    color: orange;
    transition: all ease 0.2s; 
}