<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,400;0,600;1,200&amp;display=swap');

html {
	scroll-behavior: smooth;
}

body { 
width: 100%;
height: 100%;
margin: 0;
background: #000;
font-family: 'Archivo' , sans-serif;
color: white;
overflow-x: hidden;
}

::selection {
  color: black;
  background-color: white;
}

.footer {
	width: 100%;
	height: 400px; 
	background-color: black;
	color: white; 
	margin: 0 auto;
	text-align: center;
}

.aboutpage {
	width: 100%;
	height: auto%; 
	background-color: black;
	color: white; 
	margin: 0 auto;
	text-align: center;
}

#aboutme {
    float:left;
    width:  40%;
	height: 1000px;
    background: black;
	text-align: left;
	padding-left: 20px;
	padding-top: 25px;
	padding-bottom: 30px;
}

#clients {
    display: inline-block;
    margin:0 auto;
    width:  45%;
    height: 380px;
    background: black;
	text-align: left;
	padding-top: 25px;
	padding-bottom: 30px;
	padding-left: 0;
}

#left {
    float:left;
    width:  30%;
    height: 380px;
    background: black;
	text-align: left;
	padding-left: 20px;
	padding-top: 25px;
	padding-bottom: 30px;
}



#center {
    display: inline-block;
    margin:0 auto;
    width:  30%;
    height: 380px;
    background: black;
	text-align: left;
	padding-top: 25px;
	padding-bottom: 30px;
}

#right {
    float:right;
    width:  30%;
    height: 380px;
    background: black;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 30px;
}

.navi {
	background-color: rgba(0,0,0,1);
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 10;
	transition: background-color .5s ease;
}

.mail {
	font-family: 'Archivo' , sans-serif;
	font-style: italic;
	font-weight: 200;
	font-size: 4vh;
	color: white;
	text-decoration: none;
	margin-top: 0;
	padding-top: 0;
	padding-left: 6%;
	transition: 0.5s ease;
}

.mail2 {
	font-family: 'Archivo' , sans-serif;
	font-style: italic;
	font-weight: 200;
	font-size: 4vh;
	color: white;
	text-decoration: none;
	margin-top: 0;
	padding-top: 0;
	transition: 0.5s ease;
}

.linkbread {
	font-family: 'Archivo' , sans-serif;
	font-style: italic;
	font-weight: 200;
	color: #b8b8b8;
	text-decoration: none;
	margin-top: 0;
	transition: 0.5s ease;
}

.courtesy {
	font-family: 'Archivo' , sans-serif;
	font-style: italic;
	font-weight: 200;
	color: white;
}

.linkbread2 {
	font-family: 'Archivo' , sans-serif;
	font-style: italic;
	font-weight: 200;
	color: #6e6e6e;
	text-decoration: none;
	margin-top: 0;
	transition: 0.5s ease;
}

.linkbread:hover {
	opacity: 0.5;
	transition: 0.5s ease;
	
}

.mail:hover {
	opacity: 0.5;
	transition: 0.5s ease;
	
}

.mail2:hover {
	opacity: 0.5;
	transition: 0.5s ease;
	
}

.home{
	float: left;
	padding-left: 10px;
	margin-top: 0;
}

.work{
	float: left;
	margin-left: 23%;
	margin-top: 0;
}

.about{
	float: right;
	padding-right: 10px;
	margin-top: 0;
}

h1 {
	font-family:'Archivo';
	font-weight:600;
	font-size: 10vh;
	margin-top: 5px;
	margin-bottom: 0;
	padding: 0;
}

.talktalk {
	font-family:'Archivo';
	font-weight:600;
	font-size: 6vh;
	margin-top: 20px;
	margin-bottom: 0;
	padding: 0;
}

.talkbread {
	font-family:'Archivo';
	font-weight:400;
	font-size: 3vh;
	margin-top: 30px;
	margin-bottom: 0;
	padding: 0;
}

.lists {
	font-family:'Archivo';
	font-weight:400;
	font-size: 2.5vh;
	margin-bottom: 0;
	padding: 0;
}

h2 {
	font-family:'Archivo';
	font-weight:400;
	font-size: 4vh;
	margin-top: 0;
}

.bijschrift {
	margin-bottom: 7%;
}

p {
	font-family:'Archivo';
	font-weight:400;
	font-size: 3vh;
}

.bread {
	width: 60%;
	margin-left: 4%;
	margin-bottom: 5%;
}

.breadp {
	width: 60%;
	margin-left: 2%;
	margin-bottom: 2%;
}

.bread3 {
	width: 40%;
	margin-left: 4%;
	margin-bottom: 5%;
}

.bread2 {
	width: 57%;
	margin-left: 4%;
	margin-bottom: 5%;
}

.bread4 {
	width: 60%;
	margin-left: 4%;
	margin-bottom: 2%;
}

.title {
	margin-left: 2%;
	width: 100%;
}

.navi a {
	display: block;
	padding-top: 10px;
	padding-bottom: 8px;
	font-family:'Archivo';
	font-display: auto;
	font-style:normal;
	font-weight:400;
	text-decoration: none;
	color: white;
	font-size: 4vh;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.navi a:hover {
	opacity: 0.5;
    -webkit-transition: all 3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	
}

.work:hover{
	color: white;
}

.container {
	width: 100%;
	height: 100%;
	margin-top: 3%;
}

div.gallery {
	margin: 0;
	width: 100%;
	height: auto;
}

div.gallery:hover {
  -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


div.gallery img {
  width: 100%;
  height: auto;
  -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 0;
  }
  .work { 
	float: left;
	margin-left: 2%;
  }
  
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
  .work { 
	float: left;
	margin-left: 2%;
  }
}

@media (min-aspect-ratio: 16/9) {
    .videoBG {
        width: 100%;
		height: auto;
    }
}
	
@media (max-aspect-ratio: 16/9) {
    .videoBG { 
        width: auto;
        height: 70%;
    }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.vidheader {
	width: 100%;
}

.content {
	margin-top: 0;
	width: 100%;
}

.video {
	text-align: center;	
	margin-bottom: 5%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.video3 {
	text-align: center;	
	margin-bottom: 9%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.video2 {
	text-align: center;	
	margin-bottom: 2%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.video4 {
	text-align: center;	
	margin-bottom: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.image {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6%;
}

.image2 {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2%;
}

.image3 {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4%;
}

.containiframe {
	margin: auto;
	width: 85%;
	margin-bottom: 4%;
}

.iframeresp {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.abstract169 {
	position: relative; overflow: hidden; padding-top: 56.25%;	
}
</pre></body></html>