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

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

}

header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(headerfoto.jpg);
    height: 100vh;
    background-size: cover;
    background-position: center;
}

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

}

.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;
}

.menuutje {
    max-width: 95%;
    margin: auto;

}

.headertekst {
    position: absolute;
    width: 100%;
    margin-left: 0px;
    color: white;
    font-size: 60px;
    text-align: center;
    margin-top: 280px;

}

.headersubtekst {
    position: absolute;
    width: 100%;
    margin-left: 0px;
    color: white;
    font-size: 50px;
    text-align: center;
    margin-top: 350px;
}

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




#overmij {
    max-width: 70%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

#portfolio {
    max-width: 70%;
    margin: auto;
    margin-top: 30px;
}

#portfolio p {
    text-align: center;
    
}

#contact {
    max-width: 70%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.contact {
        background-color: #262626;
    padding-bottom: 2px;
    border-top: 10px;
    padding-top: 1px;

}

.contact h2 {
    color: white;
}

.contact p {
    color: white;
}

input {
    margin-bottom: 20px;
    border-radius: 4px;
    width: 300px;
    padding: 8px 10px;
    border-color: black;
    border-width: thin;
}

input:focus {
    border: thin solid #D80027;
    outline: none;
}

textarea {
    width: 340px;
    height: 120px;
    padding: 8px 10px;
    margin-bottom: 20px;
    border-radius: 4px;
    border-color: black;
    border-width: thin;
}

textarea:focus {
    border: thin solid #D80027;
    outline: none;
}

button {
    background-color: #D80027;
    border: none;
    color: white;
    padding: 16px 32px;
    border-radius: 4px;
}

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

.socialmedia {
    background-color: black;
    text-align: center;
    margin: 0px;
    padding-top: 40px;
    padding-bottom: 20px;
}

.socialmedia li {
    display: inline-block;
    text-align: center;
}


.socialmedia h3 {
    color: white;
    text-align: center;
    font-size: 25px;
}

.socialmedia li {
    display: inline-block;
    list-style: none;
    list-style-type: none;

}

.socialmedia li a {
    border-bottom: none;
}

.socialmedia li img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 50%;

}






.sm {
    padding: 20px;
    font-size: 40px;
    width: 25px;
    text-align: center;
    text-decoration: none;
}

.sm:hover {
    opacity: 0.7;
}

.youtube {
    background: #bb0000;
    color: white;


}

.instagram {
    background: #125688;
    color: white;
}

.snapchat {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}










footer {
    background-color: black;
    padding: 5px 0px 50px 0px;
    text-align: center;
    position: static;
}


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








.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down {
  position: absolute;
  bottom: 80px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid #FFF;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  transform: scale(1)
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid white;
    border-width: 0px 0 2px 2px;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}



















.portfoliocontainer {
  position: relative;
    width: 40%;
    margin: 1%;
    display: inline-block;
text-align:center;
    
}

.portfolioimage {
  display: block;
  max-width: 100%;
  height: auto;
}

.portfoliooverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  max-width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: black;
}

.portfoliocontainer:hover .portfoliooverlay {
  opacity: 0.8;
}

.portfoliotext {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.portfoliotitles {
  display: block;
  margin-left: auto;
  margin-right: auto;
    margin-bottom: 20px;
    text-align: center;
    align-items: center;
}
















