@charset "UTF-8";
/* CSS Document */

html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Gruppo", Sans-serif;
}
header {
	padding: 15px;
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
footer {
	padding: 20px 30px;
	background-color: #FFFFFA;
}
body {
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFA;
}
.about {
	width: 70%;
	justify-content: center;
}
.div1 {
	width: inherit;
}
.colm{
	width: 70%;
	margin-right: 10%;
	margin-left: 10%;
	clear: both;
	align-self: flex-end;
}
.container {
	background-color: #D7BFCE; /* Grey background */
	border-radius: 5px;
}
.skillbar {
  width: 100%; /* Full width */
  background-color: #D7BFCE; /* Grey background */
  border-radius: 5px;
}

.skills {
  text-align: right; /* Right-align text */
  padding-top: 5px; /* Add top padding */
  padding-bottom: 5px; /* Add bottom padding */
  color: white; /* White text color */
}
.photoshop {width: 80%; background-color: #1E3428; border-radius: 5px;} /* Green */
.premiere {width: 50%; background-color: #1E3428; border-radius: 5px;} /* Blue */
.aftereffects {width: 40%; background-color: #1E3428; border-radius: 5px;} /* Red */
.illustrator {width: 60%; background-color: #1E3428; border-radius: 5px;} /* Dark Grey */
.clipstudio {width: 90%; background-color: #1E3428; border-radius: 5px;}
.iframe {
	margin: 10px;
}
.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 192px;
}
.style-nav ul {
	list-style-type: none;
}
.style-nav ul li a {
	font-family: "Gruppo", sans-serif;
	text-decoration: none;
	color: #B69893;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
}
.lang-nav a {
	list-style-type: none;
	float: right;
	font-size: 12px;
	font-family: "Gruppo", sans-serif;
	text-decoration: none;
	color: #B69893;
	text-transform: uppercase;
	padding: 2px;
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background: #FFFFFA;
  max-width: 300px;
  margin-right: 30px;
  text-align: center;
  float: left;
}

.title {
  color: grey;
  font-size: 18px;
}
.lang-nav a:hover{
	color: #FFFFFF;
	background-color: #239421;
}
.fa {
  padding: 20px;
  font-size: 20px;
  width: 30px;
  text-align: center;
  text-decoration: none;
}
.fa:hover {
  color: #239421;
}
.fa-instagram {
	color:#1E3428;
}
.fa-twitter {
 	color: #1E3428;
}
.fa-envelope {
	color: #1E3428
}
.vid{
	display: flex;
	flex-wrap: wrap;
}
.vid iframe{
	margin: 5px;
}
/* De verschillende hero classes zijn de images op de portfolio keuze pagina */
/* Dit is het achtergrondje voor het digitaal werk vakje */
.hero {
	background-image: linear-gradient(rgb(211,192,205), rgb(211,192,205,0.5)), url("../images/Screenshot 2024-10-29 at 19.31.17.png");
	background-size: cover;
	padding: 20px 30px 250px 30px;
	text-align: center;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
}
.hero:hover {
	background-image: url("../images/Screenshot 2024-10-29 at 19.31.17.png");
}
/* Dit is het achtergrondje voor het fysiek vakje */
.hero2 {
	background-image: linear-gradient(rgb(211,192,205), rgb(211,192,205,0.5)), url("../images/Snapchat-429875618.jpg");
	background-size: cover;
	padding: 20px 30px 250px 30px;
	text-align: center;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
}
.hero2:hover {
	background-image: url("../images/Snapchat-429875618.jpg");
}
/* Dit is het achtergrondje voor het video vakje */
.hero3 {
	background-image: linear-gradient(rgb(211,192,205), rgb(211,192,205,0.5)), url("../images/Anim.gif");
	background-size: cover; 
	padding: 20px 30px 250px 30px;
	text-align: center;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
}
.hero3:hover {
	background-image: url("../images/Anim.gif");
}
/* Dit is het achtergrondje voor het fotografie vakje */
.hero4 {
	background-image: linear-gradient(rgb(211,192,205), rgb(211,192,205,0.5)), url("../images/20231018_074958.jpg");
	background-size: cover;
	padding: 20px 30px 250px 30px;
	text-align: center;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
}
.hero4:hover {
	background-image: url("../images/20231018_074958.jpg");
}
/* Dit is het achtergrond voor je about me */
.heroAB {
	background-color: #B69893;
	max-width: 1920px;
	display: flex;
	flex-wrap: nowrap;
	text-align: center;
	padding: 50px 50px 50px 50px
}
h1 {
	font-family: "Bebas Neue", sans-serif;
	font-size: 70px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 20px;
}
h2 {
	font-family: "Bebas Neue", sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 23px;
}
h3 {
	font-family: "PT Sans", sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 120px;
}
h4 {
	font-family: "PT sans", sans-serif;
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 35px;
}
p {
	font-family: "PT Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 35px;
}
p a {
	font-family: "PT Sans", sans-serif;
	color: #233328;
}
/* Dit is de portfolio galerij dus laat m zo */
.galleria { width: inherit; height: 600px; background: #FFFFFA; padding: 10px;
}
/* De knopjeees */
.button {
	font-family: "PT Sans", sans-serif;	
	background-color: rgba(255,255,250,0.75) ;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	margin-top: 20px;
	padding: 10px;
	color: #1E3428;
	text-decoration: none;
	text-transform: uppercase;}

.info-box-tan {
	background-color: #D7BFCE;
	color: #B69893;
	padding: 30px 20px 60px;
	text-align: center;
}
.info-box-dark {
	background-color: #B69893;
	color: #1E3428;
	padding: 30px 20px 60px;
	text-align: center
}
.footer-text {
	font-size: 13px;
	margin-bottom: 20px;
}
.column {
	width: 25%;
}
.row:before, .row:after {
	content: "";
	display: table;
	clear: both;
}
.style-nav ul li a:hover {
	color: #FFFFFF;
	background-color: #239421;
	
}
/* Dit is de kleur waar je links in verandert waneer je er op hovert */
a:hover {
	color: #239421;
}
/* Raak vanaf hier niks aan of je breekt wat */
.slideshow-container {
	max-width: 1920px;
	position: relative;
	margin: auto;
}
.mySlides {
	display: none;
}
/* Number text */
.numbertext {
	opacity: 10%;
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}
.fade {
	animation-name: fade;
	animation-duration: 1.5s;
}
@keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

/* Tablet view */
@media (min-width : 300px ){
	body {
		max-width: 874px;
	}
	.style-nav ul li {
		display: inline-block;
	}
	.style-nav ul {
		text-align: center;
	}
	.heroAB {
		justify-content: center;
		flex-wrap: wrap;
	}
	h1 {
    font-size: 40px;
	}
	h2 {
		margin-bottom: 16px;
	}
	.column {
		width: 100%;
		float: left;
		padding: 0px 7px 14px;
	}
	.galleria {
		width: auto;
	}
}
/* Desktop View */
@media (min-width: 874px){
	body {
		max-width: 1920px;
	}
	.style-logo {
		float: left;
	}
	.style-nav {
		float: right;
	}
	.column {
		width: 25%;
	}
	.heroAB {
		justify-content: center;
		flex-wrap: nowrap;
	}
}
