@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;

}
button{
		border: none;
		background-color: transparent;
	}
a{
	text-decoration: none;
}

@font-face{
	font-family: "VCR OSD Mono";
	src: url("../Fonts/VCR_OSD_MONO_1.001.ttf") format("truetype");
	src: url("../Fonts/webfontkit-20191127-060257/vcr_osd_mono_1.001-webfont.woff") format("woff");
}

@font-face{
	font-family: "Pixeled";
	src: url("../Fonts/pixeled/Pixeled.ttf") format("truetype");
	src: url("../Fonts/pixeled/webfontkit-20191127-060257/vcr_osd_mono_1.001-webfont.woff") format("woff");
}

*{
	cursor: url("../images/Cursor/PixelPointer.cur"), auto;
}
* a{
	cursor:url("../images/Cursor/PixelFinger.cur"), pointer;
}

/* Handle */
		::-webkit-scrollbar-thumb {
			background: #032222;
		}

		/* Handle on hover */
		::-webkit-scrollbar-thumb:hover {
			background: #021111;
		}
		::-webkit-scrollbar {
			  width: 1%;
			background-color: white;
		}

@media screen and (max-width:768px) and (orientation: portrait){ /*Mobile*/

	
	.homeButton, .navDesk, .titleDesk, .fullscreen-bg__video, .perks, .mailText {
		display:none;
	}
	
	.sect1{
		width: 100%;
		height: 100vh; 
		background-image: url("../images/Background/Front_NoText_extended.png");
		background-size: 100%;
	}
	.sect2{
		width: 100%;
		height: 100vh; 
		background-color: #032222;
	}
	.sect3{
		width: 100%;
		height: 100vh; 
	}
	.sect4{
		width: 100%;
		height: 100vh; 
		background-color: #032222;
	}
	
	.topnav {
		width: 100%;
  		position: fixed;
		
		z-index: 10;
	}

	.topnav #myLinks {
		background-color:rgba(3,35,35,0.95);
		height: 100vh;
		display: none;
		overflow: hidden;
	}
	.topnav #myLinks nav{
		margin-left: auto;
 		margin-right: auto;
		padding-top: 10%;
		width: 50%;
	}
	.navHome:hover{
		color: #ff0000;
	}
	.navProf:hover{
		color: #00ff00;
	}
	.navGal:hover{
		color: #fa43ff;
	}
	.navCont:hover{
		color:#ffff00;
	}

	.topnav a {
		width: 100%;
		color: white;
		text-decoration: none;
		text-align: center;
		font-family: "VCR OSD Mono";
		font-size: 42px;
		text-transform: capitalize;
		line-height: 250% ;
		display: block;
	}
	
	.topnav a.icon {
		width: 100%;
		background-color:rgba(3,35,35,0.95);
		align-content: center;
		display: block;
		right: 0;
		top: 0;
	}
	img.hamburger{
		display: block;
		padding-top: 2%;
		padding-bottom: 2%;
 		margin-left: auto;
 		margin-right: auto;
	}

	.topnav a.icon:hover {
		background-color: rgba(3,35,35,1.00);
		color: red;
	}

	.active {
		color: white;
	}
	
	.titleMob{
		display: block;
		width: 90%;
		padding-top: 20%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.w3-button{
		position: absolute;
		margin-top: 70%;
		z-index: 2;
	}
	.w3-display-left{
		left: 0px;
		margin-left: 5%;
	}
	.w3-display-right{
		right: 0px;
		margin-right: 5%;
	}
	.aboutSlide{
		margin: auto;
		width: 60%;
		padding-top: 25%;
		padding-left: 5%;
	}
	
	h1{
		font-family: "VCR OSD Mono";
		font-size: 7vw;
		color: white;
		text-transform: uppercase;
	}
	h2{
		font-family: "VCR OSD Mono";
		font-size: 8vw;
		color: white;
		text-transform: uppercase;
	}
	.h1Hallo{
		font-size: 8.5vw;
	}
	.h1Blue{
		color: #047187;
		line-height: 50%;
	}
	.skillMobile h1{
		font-size: 7vw;
		margin-bottom: 5px;
	}
	.skillMobile img{
		margin-bottom: 5%;
	}
	
	.aboutDots{
		position:absolute;
		z-index: 2;
	}
	.aboutDots h1{
		text-align: center;
		font-size: 70px;
		color:#047187;
	}
	.current{
		color: white;
	}
	.gallerijSlide{
		height: 100vh;
	}
	
	.sect3{
		overflow-x: hidden;
		width: 100%;
		height: 100vh; 
		background-color: white;
	}
	.galNav{
		width: 90%;
		margin-top: 10%;
		margin-bottom: auto;
		margin-left: 5%;
	}
	.galNav a{
		display: block;
		font-family: "Pixeled";
		color: #032222;
		text-transform: uppercase;
	}
	.galConcept{
		font-size: 21.5vw;
		padding-top: 2%;
	}
	.galConcept:hover{
		color: 	#ff0000;
	}
	
	.galAnim{
		font-size: 19vw;
		padding-top: 2%;
	}
	.galAnim:hover{
		color: #00ff00;
	}
	
	.galIll{
		padding-top: 4%;
		padding-bottom: 2%;
		font-size: 13.5vw;
	}
	.galIll:hover{
		color: #0000ff;
	}
	
	.galDesign{
		padding-top: 2%;
		font-size: 24vw;
	}
	.galDesign:hover{
		color: #ff9900;
	}
	
	.galData{
		padding-top: 4%;
		padding-bottom: 2%;
		font-size: 9vw;
	}
	.galData:hover{
		color: #ff00ff;
	}
	
	.galFys{
		padding-top: 2%;
		font-size: 24vw;
	}
	.galFys:hover{
		color: #00FFFF;
		
	}
	
	.info{
		padding-top: 20vh;
		width: 80%;
		margin-left: 10%;
		text-align: center;
	}
	.mail:hover{
		opacity: 0.8;
	}
	.mailButton{
		content: url("../images/Assets/Contact Enveloppe.png");
		width: 100%;
	}
	.linkedIn{
		margin-top: 20%;
		content: url("../images/Assets/LinkedIn_Logo.png");
		width: 50%;
	}
	.linkedIn:hover{
		opacity: 0.8;
	}
	.sect4 h2{
		margin-top: 5%;
		color: #ffffff;
		font-family: "VCR OSD Mono";
		font-size: 6vw;
	}
}

@media screen and (max-width:768px) and (max-height:480px) and (orientation: landscape){ /*Mobile_Landscape*/
	
	.mailText, .homeButton, .navDesk{
		display: none;
	}
	.topnav {
		width: 100%;
  		position: fixed;
		
		z-index: 10;
	}

	.topnav #myLinks {
		background-color:rgba(3,35,35,0.95);
		height: 100vh;
		display: none;
		overflow: hidden;
	}
	.topnav #myLinks nav{
		margin-left: auto;
 		margin-right: auto;
		padding-top: 3%;
		width: 50%;
	}
	.navHome:hover{
		color: #ff0000;
	}
	.navProf:hover{
		color: #00ff00;
	}
	.navGal:hover{
		color: #fa43ff;
	}
	.navCont:hover{
		color:#ffff00;
	}

	.topnav a {
		width: 100%;
		color: white;
		text-decoration: none;
		text-align: center;
		font-family: "VCR OSD Mono";
		font-size: 42px;
		text-transform: capitalize;
		line-height: 150% ;
		display: block;
	}
	
	.topnav a.icon {
		width: 100%;
		background-color:rgba(3,35,35,0.95);
		align-content: center;
		display: block;
		right: 0;
		top: 0;
	}
	img.hamburger{
		display: block;
		width: 5%;
		padding-top: 2%;
		padding-bottom: 2%;
 		margin-left: auto;
 		margin-right: auto;
	}

	.topnav a.icon:hover {
		background-color: rgba(3,35,35,1.00);
		color: red;
	}

	.active {
		color: white;
	}
	
	.homeButton{
		padding-top: 2vh;
		position: fixed;
		right: 2%;
		background-color: #032222;
	}
	.homeButton img{
		padding-left: 10%;
		padding-right: 10%;
	}
	.topButton{
		padding-bottom: 10%;
		color: white;
		font-size: 120%;
		font-family: "VCR OSD Mono";
		text-transform: uppercase;
		text-align: center;
	}
	
	.sect1{
		width: 100%;
		height: 100vh; 
		background-image: url("../images/Background/Top_BackgroundExtended.png");
		background-size: 100%;
	}
	.navDesk{
		margin-top: 40px;
		margin-right: auto;
		margin-left: 15%;
		width: 80%;
	}
	.navDesk a{
		display: inline;
		width: 25%;
	}
	
	.deskProf{
		content: url("../images/Assets/Menu/profielButton.png");
		width: 25%;
		margin-top: 5%;
		padding-left: 2%;
		padding-right: 2%;
	}
	.deskProf:hover{
		content: url("../images/Assets/Menu/profielButton_color.png");
	}
	.deskGal{
		content: url("../images/Assets/Menu/gallerijButton.png");
		width: 25%;
		margin-top: 5%;
		padding-left: 2%;
		padding-right: 2%;
	}
	.deskGal:hover{
		content: url("../images/Assets/Menu/gallerijButton_color.png");
	}
	.deskCont{
		content: url("../images/Assets/Menu/contactButton.png");
		width: 25%;
		margin-top: 5%;
		padding-left: 2%;
		padding-right: 2%;
	}
	.deskCont:hover{
		content: url("../images/Assets/Menu/contactButton_color.png");
	}
	.sect2{
		width: 100%;
		height: 100vh; 
		background-color: #032222;
	}
	.w3-button{
		position: absolute;
		margin-top: 48vh;
		opacity: 0.6;
	}
	.w3-button:hover{
		opacity: 1.0;
		cursor:url("../images/Cursor/PixelFinger.cur"), pointer;
	}
	.w3-display-left{
		left: 0;
		margin-left: 5%;
	}
	.w3-display-right{
		right:0;
		margin-right: 5%;
	}
	.sect2 h1{
		font-family: "VCR OSD Mono";
		font-size: 4vw;
		text-transform: uppercase;
	}
	.sect2 h2{
		font-family: "VCR OSD Mono";
		font-size: 3.5vw;
		color: white;
		text-transform: uppercase;
	}
	
	.aboutSlide{
		margin-left: auto;
		margin-right: auto;
	}
	.aboutSlideHallo{
		padding-top: 10%;
		width: 50%;
	}
	.aboutSlideProfiel{
		padding-left: 25%;
		padding-top:6%;
		width: 50%;
	}
	.aboutSlideProfiel h1{
		font-size: 3vw;
	}
	.h1Hallo{
		font-size: 4vw;
		color: white;
	}
	.h1Blue{
		color: #047187;
		line-height: 20%;
	}
	.aboutSlideSkills{
		padding-top: 5%;
		padding-left: 35%;
		width: 60%;
	}
	.skillMobile{
		float: left;
		width: 50%;
	}
	.skillMobile h1{
		font-size: 3vw;
		margin-bottom: 5px;
	}
	.skillMobile img{
		margin-bottom: 5px;
	}
	.skillMobile .aboutDots{
		
	}
	.perks{
		float: right;
		width: 40%;
	}
	.perks h1{
		font-size: 34px;
		margin-bottom: 5px;
	}
	.perks h2{
		color: #047187;
	}
	.perks img{
		margin-right: 4%;
		display: inline;
		width: 20%;
		margin-bottom: 8%;
	}
	
	.aboutDots{
		position:absolute;
		z-index: 2;
	}
	.aboutDots h1{
		text-align: center;
		font-size: 4vw;
		color:#047187;
	}
	.current{
		color: white;
	}
	
	.titleDesk{
		display: block;
		width: 90%;
		padding-top: 10%;
		margin-left: auto;
		margin-right: auto;
	}
	.titleMob, .fullscreen-bg__video {
		display: none;
	}
	li{
		width: 50%;
		padding-top: 50%;
		display: inline-block;
		float:left;
	}
	h1{
		color: white;
	}
	
	.sect3{
		overflow-x: hidden;
		overflow-y: scroll;
		width: 100%;
		height: 100vh; 
		background-color: white;
	}
	.galNav{
		margin-left: 10%;
	}
	.galNav a{
		display: block;
		font-family: "Pixeled";
		color: #032222;
		text-transform: uppercase;
	}
	.galConcept{
		font-size: 9vw;
	}
	.galConcept:hover{
		color: 	#ff0000;
	}
	
	.galAnim{
		font-size: 11.4vw;
	}
	.galAnim:hover{
		color: #00ff00;
	}
	
	.galIll{
		font-size: 7.8vw;
	}
	.galIll:hover{
		color: #0000ff;
	}
	
	.galDesign{
		font-size: 15.1vw;
	}
	.galDesign:hover{
		color: #ff9900;
	}
	
	.galData{
		font-size: 6.8vw;
	}
	.galData:hover{
		color: #ff00ff;
	}
	
	.galFys{
		font-size: 10.6vw;
	}
	.galFys:hover{
		color: #00ffff;
	}
	
	.sect4{
		width: 100%;
		height: 100vh; 
		background-color: #032222;
	}
	.info{
		padding-top: 10vh;
		width: 30%;
		margin-left: 35%;
		text-align: center;
	}
	.mail:hover{
		opacity: 0.8;
	}
	.mailButton{
		content: url("../images/Assets/Contact Enveloppe.png");
		width: 100%;
	}
	.linkedIn{
		margin-top: 25%;
		content: url("../images/Assets/LinkedIn_Logo.png");
		width: 100%;
	}
	.linkedIn:hover{
		opacity: 0.8;
	}
	.sect4 h2{
		margin-top: 5%;
		color: #ffffff;
		font-family: "VCR OSD Mono";
		font-size: 3vw;
	}
	
}

@media screen and (min-width:768px) and (max-width:1200px){ /*tablet_Landscape*/

	.homeButton{
		padding-top: 2vh;
		position: fixed;
		right: 2%;
		background-color: #032222;
	}
	.homeButton img{
		padding-left: 10%;
		padding-right: 10%;
	}
	.topButton{
		padding-bottom: 10%;
		color: white;
		font-size: 120%;
		font-family: "VCR OSD Mono";
		text-transform: uppercase;
		text-align: center;
	}
	
	.sect1{
		width: 100%;
		height: 100vh; 
		background-image: url("../images/Background/Top_BackgroundExtended.png");
		background-size: 100%;
	}
	.navDesk{
		margin-top: 40px;
		margin-right: auto;
		margin-left: 15%;
		width: 80%;
	}
	.navDesk a{
		display: inline;
		width: 25%;
	}
	
	.deskProf{
		content: url("../images/Assets/Menu/profielButton.png");
		width: 25%;
		margin-top: 5%;
		padding-left: 2%;
		padding-right: 2%;
	}
	.deskProf:hover{
		content: url("../images/Assets/Menu/profielButton_color.png");
	}
	.deskGal{
		content: url("../images/Assets/Menu/gallerijButton.png");
		width: 25%;
		margin-top: 5%;
		padding-left: 2%;
		padding-right: 2%;
	}
	.deskGal:hover{
		content: url("../images/Assets/Menu/gallerijButton_color.png");
	}
	.deskCont{
		content: url("../images/Assets/Menu/contactButton.png");
		width: 25%;
		margin-top: 5%;
		padding-left: 2%;
		padding-right: 2%;
	}
	.deskCont:hover{
		content: url("../images/Assets/Menu/contactButton_color.png");
	}
	.sect2{
		width: 100%;
		height: 100vh; 
		background-color: #032222;
	}
	.w3-button{
		position: absolute;
		margin-top: 48vh;
		opacity: 0.6;
	}
	.w3-button:hover{
		opacity: 1.0;
		cursor:url("../images/Cursor/PixelFinger.cur"), pointer;
	}
	.w3-display-left{
		left: 0;
		margin-left: 5%;
	}
	.w3-display-right{
		right:0;
		margin-right: 5%;
	}
	.sect2 h1{
		font-family: "VCR OSD Mono";
		font-size: 5vw;
		text-transform: uppercase;
	}
	.sect2 h2{
		font-family: "VCR OSD Mono";
		font-size: 4.5vw;
		color: white;
		text-transform: uppercase;
	}
	
	.aboutSlide{
		margin-left: auto;
		margin-right: auto;
	}
	.aboutSlideHallo{
		padding-top: 8%;
		width: 50%;
	}
	.aboutSlideProfiel{
		padding-left: 8%;
		padding-top:5%;
		width: 60%;
	}
	.aboutSlideProfiel h1{
		font-size: 4vw;
	}
	.h1Hallo{
		font-size: 54px;
		color: white;
	}
	.h1Blue{
		color: #047187;
		line-height: 50%;
	}
	.aboutSlideSkills{
		padding-top: 8%;
		width: 60%;
	}
	.skillMobile{
		float: left;
		width: 50%;
	}
	.skillMobile h1{
		font-size: 34px;
		margin-bottom: 5px;
	}
	.skillMobile img{
		margin-bottom: 5px;
	}
	.perks{
		float: right;
		width: 40%;
	}
	.perks h1{
		font-size: 34px;
		margin-bottom: 5px;
	}
	.perks h2{
		color: #047187;
	}
	.perks img{
		margin-right: 4%;
		display: inline;
		width: 20%;
		margin-bottom: 8%;
	}
	
	.aboutDots{
		position:absolute;
		z-index: 2;
	}
	.aboutDots h1{
		text-align: center;
		font-size: 70px;
		color:#047187;
	}
	.current{
		color: white;
	}
	
	.titleDesk{
		display: block;
		width: 90%;
		padding-top: 10%;
		margin-left: auto;
		margin-right: auto;
	}
	.topnav, .titleMob, .fullscreen-bg__video {
		display: none;
	}
	li{
		width: 50%;
		padding-top: 50%;
		display: inline-block;
		float:left;
	}
	h1{
		color: white;
	}
	
	.sect3{
		overflow-x: hidden;
		width: 100%;
		height: 100vh; 
		background-color: white;
	}
	.galNav{
		margin-bottom: auto;
		margin-left: 10%;
	}
	.galNav a{
		display: block;
		font-family: "Pixeled";
		color: #032222;
		text-transform: uppercase;
	}
	.galConcept{
		font-size: 9vw;
	}
	.galConcept:hover{
		color: 	#ff0000;
	}
	
	.galAnim{
		font-size: 11.4vw;
	}
	.galAnim:hover{
		color: #00ff00;
	}
	
	.galIll{
		font-size: 7.8vw;
	}
	.galIll:hover{
		color: #0000ff;
	}
	
	.galDesign{
		font-size: 15.1vw;
	}
	.galDesign:hover{
		color: #ff9900;
	}
	
	.galData{
		font-size: 6.8vw;
	}
	.galData:hover{
		color: #ff00ff;
	}
	
	.galFys{
		font-size: 10.6vw;
	}
	.galFys:hover{
		color: #00ffff;
	}
	
	.sect4{
		width: 100%;
		height: 100vh; 
		background-color: #032222;
	}
	.info{
		padding-top: 20vh;
		width: 40%;
		margin-left: 30%;
		text-align: center;
	}
	.info:hover{
		opacity: 0.8;
	}
	.mailButton{
		content: url("../images/Assets/Contact Enveloppe.png");
		width: 100%;
	}
	.sect4 h2{
		margin-top: 5%;
		color: #ffffff;
		font-family: "VCR OSD Mono";
		font-size: 3vw;
	}
	
}

@media screen and (min-width:1200px){ /*desktop*/
	.topnav, .titleMob{
		display: none;
	}
	
	.homeButton{
		padding-top: 2vh;
		position: fixed;
		right: 2%;
		background-color: #032222;
	}
	.homeButton img{
		padding-left: 10%;
		padding-right: 10%;
	}
	.topButton{
		padding-bottom: 10%;
		color: white;
		font-size: 120%;
		font-family: "VCR OSD Mono";
		text-transform: uppercase;
		text-align: center;
		visibility: hidden;
	}
	.homeButton img:hover{	
		cursor:url("../images/Cursor/PixelFinger.cur"), pointer;
	}
	.homeButton:hover .topButton{
		visibility: visible;
	}
	
	.sect1{
		width: 100%;
		height: 100vh; 
		/*background-image: url("../images/Background/Background_1920x1080_NoText.png");
		background-size: 100% 100vh;*/
	}
	.navDesk{
		margin-right: auto;
		margin-left: 20%;
		width: 70%;
	}
	.navDesk a{
		display: inline;
		width: 25%;
	}
	
	.deskProf{
		content: url("../images/Assets/Menu/profielButton.png");
		width: 25%;
		margin-top: 5%;
		padding-left: 2%;
		padding-right: 2%;
	}
	.deskProf:hover{
		content: url("../images/Assets/Menu/profielButton_color.png");
		cursor:url("../images/Cursor/PixelFinger.cur"), pointer;
	}
	.deskGal{
		content: url("../images/Assets/Menu/gallerijButton.png");
		width: 25%;
		margin-top: 5%;
		padding-left: 2%;
		padding-right: 2%;
	}
	.deskGal:hover{
		content: url("../images/Assets/Menu/gallerijButton_color.png");
		cursor:url("../images/Cursor/PixelFinger.cur"), pointer;
	}
	.deskCont{
		content: url("../images/Assets/Menu/contactButton.png");
		width: 25%;
		margin-top: 5%;
		padding-left: 2%;
		padding-right: 2%;
	}
	.deskCont:hover{
		content: url("../images/Assets/Menu/contactButton_color.png");
		cursor:url("../images/Cursor/PixelFinger.cur"), pointer;
	}
	
	.sect2{
		width: 100%;
		height: 100vh; 
		background-color: #032222;
	}
	
	.w3-button{
		position: absolute;
		margin-top: 48vh;
		opacity: 0.6;
	}
	.w3-button:hover{
		opacity: 1.0;
		cursor:url("../images/Cursor/PixelFinger.cur"), pointer;
	}
	.w3-button img:hover{
		cursor:url("../images/Cursor/PixelFinger.cur"), pointer;
	}
	.w3-display-left{
		left: 0;
		margin-left: 5%;
	}
	.w3-display-right{
		right:0;
		margin-right: 5%;
	}
	.sect2 h1{
		font-family: "VCR OSD Mono";
		font-size: 48px;
		text-transform: uppercase;
	}
	.sect2 h2{
		font-family: "VCR OSD Mono";
		font-size: 42px;
		color: white;
		text-transform: uppercase;
	}
	
	.aboutSlide{
		margin-left: auto;
		margin-right: auto;
	}
	.aboutSlideHallo{
		padding-top: 15%;
		width: 50%;
	}
	.aboutSlideProfiel{
		padding-top:8%;
		width: 30%;
	}
	.h1Hallo{
		font-size: 54px;
		color: white;
	}
	.h1Blue{
		color: #047187;
		line-height: 50%;
	}
	.aboutSlideSkills{
		padding-top: 8%;
		width: 60%;
	}
	.skillMobile{
		float: left;
		width: 50%;
	}
	.skillMobile h1{
		font-size: 34px;
		margin-bottom: 5px;
	}
	.skillMobile img{
		margin-bottom: 5px;
	}
	.perks{
		float: right;
		width: 40%;
	}
	.perks h1{
		font-size: 34px;
		margin-bottom: 5px;
	}
	.perks h2{
		color: #047187;
	}
	.perks img{
		margin-right: 4%;
		display: inline;
		width: 20%;
		margin-bottom: 8%;
	}
	
	.aboutDots{
		position:absolute;
		z-index: 2;
	}
	.aboutDots h1{
		text-align: center;
		font-size: 70px;
		color:#047187;
	}
	.current{
		color: white;
	}
	.gallerijSlide{
		height: 100vh;
	}
	
	
	
	.titleDesk{
		display: block;
		width: 90%;
		padding-top: 10%;
		margin-left: auto;
		margin-right: auto;
	}

	li{
		width: 33%;
		padding-top: 33%;
		display: inline-block;
		float:left;
	}
	h1{
		color: white;
	}
	
	
.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}
	.sect3{
		overflow-x: hidden;
		width: 100%;
		height: 100vh; 
		background-color: white;
	}
	.galNav{
		margin-top: 2%;
		margin-bottom: auto;
		margin-left: 10%;
	}
	.galNav a{
		display: block;
		font-family: "Pixeled";
		color: #032222;
		text-transform: uppercase;
	}
	.galConcept{
		font-size: 98px;
	}
	.galConcept:hover{
		color: 	#ff0000;
	}
	
	.galAnim{
		font-size: 124px;
	}
	.galAnim:hover{
		color: #00ff00;
	}
	
	.galIll{
		font-size: 93px;
	}
	.galIll:hover{
		color: #0000ff;
	}
	
	.galDesign{
		font-size: 165px;
	}
	.galDesign:hover{
		color: #ff9900;
	}
	
	.galData{
		font-size: 76px;
	}
	.galData:hover{
		color: #ff00ff;
	}
	
	.galFys{
		font-size: 121px;
	}
	.galFys:hover{
		color: #00ffff;
		
	}
	
	.sect4{
		width: 100%;
		height: 100vh; 
		background-color: #032222;
	}
	.info{
		padding-top: 15%;
		width: 20%;
		margin-left: 40%;
		text-align: center;
	}
	.mail:hover{
		opacity: 0.8;
	}
	.mailButton{
		content: url("../images/Assets/Contact Enveloppe.png");
		width: 100%;
	}
	.linkedIn{
		margin-top: 40%;
		content: url("../images/Assets/LinkedIn_Logo.png");
		width: 50%;
	}
	.linkedIn:hover{
		opacity: 0.8;
	}
	.sect4 h2{
		margin-top: 5%;
		color: #ffffff;
		font-family: "VCR OSD Mono";
		font-size: 1.5vw;
	}
}