
*{
	font-family: 'Bebas Neue', cursive;
	font-size: 1.2rem;
	letter-spacing: 0.1rem;
	margin: 0;
	padding: 0;
	color: white;
}


body{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: gray;
}

}
h2{
	font-size: 4rem;
	font-variant: small-caps;
	margin: 2rem;
	text-align: center;
}

h3{
	font-size: 2rem;
	font-variant: small-caps;
	margin: 2rem;
}


#product_page_container{
	width: 100%
}


.logobox{
	display: flex;
	justify-content: center;
	background-color: black;
}
.logoimg {
	object-fit: cover;
  position: relative;
}


nav{
	height: 75px;
	background-color: #454244;
}
nav ul{
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: inherit;
}

#cv {
	  margin-top: 0vw;
	  margin-left: 90vw;
    height: 5vh;
		display: flex;
    position: relative;
    padding-left: 1vw;
}

body{margin:0;}


header{
	width: 100%;
	height: 675px;
	overflow: hidden;
}

#sliding_container{
	height: inherit;
	width: 0%; /* x aantal images */
	display: flex;
	flex-direction: row;
	position: relative;
	left: -0%;
	transition: left 1s;
}
.sliding_item{
	height: inherit;
	width: 100%;
	position: relative;
}
.sliding_item img{
	width: 100%;
	height: inherit;
	object-fit: cover;
	position: relative;
	z-index: 2;
	top: 0;
	left: 0;
}
.sliding_item h3 {
	position: relative;
	z-index: 3;
	left: 20%;
	top: 20%;
	background-color: rgba(255,255,255,0.8);
	font-size: 2rem;
	padding: 40px;
}

main{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.overmij {
	width: 100%;
	display: flex;
	flex-direction: row;
}

.overmijbox{
	margin-left: 5%;
	position: relative;
	width: 70%;
}

.overmijbox2{
	width: 20vw;
	display: flex;
	justify-content: center;
}

.overmijimg{
	object-fit: cover;
	position: relative;
	width: 30%;
}

.werken{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	align-content: space-between;
	background-color: #454244;
}

.werkenbox{
	margin-top: 2%;
	margin-bottom: 2%;
	width: 400px;
	height: 300px;
	position: relative;
}
.mijnwerk{
	width: inherit;
	height: inherit;
	object-fit: cover;
	position: absolute;
	left:0;
	top:0;
}

.print{
	width: inherit;
	height: inherit;
	object-fit: cover;
	position: absolute;
	left:0;
	top:0;
}

.textinfo {
color: white;
text-align: center;
}

.product_info{
	position: relative;
	height: inherit;
	width: inherit;
	overflow: hidden;
	background-color: rgba(255,255,255,0.0);
	transition: background-color 0.5s;
}

.product_info:hover{
	background-color: rgba(255,255,255,0.5);
}
.product_info h4{
	font-size: 1.2rem;
	color: white;
	text-align: center;
	border-bottom: 1px solid black;
	background-color: black;
	padding: 2px 10px;
	width: calc(100% - 20px);
}
.product_info p{
	padding: 10px 20px;
	font-size: 1.7rem;
	color: white;
	background-color: #ffa316;
	border-bottom: 1px solid #e51922;
	padding: 2px 10px;
}
.product_info button{
	padding: 10px 20px;
	border: 1px solid white;
	background-color: #ffa316;
	color: white;
	cursor:pointer;
}
.product_info button:hover{
	background-color: #e51922;
}
.product_info:hover button{

}

footer{
	width: 100%;
	background-color: black;
	margin-top: 50px;
	padding: 40px 0px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

@media (min-width: 350px) {

	.overmij {
		width: 100%;
		display: flex;
		flex-direction: column;
	}

	.overmijbox{
		margin-left: 5%;
		position: relative;
		width: 70%;
	}

	.overmijbox2{
		width: 100%;
		display: flex;
		justify-content: center;
	}
