<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body{
	width:100%;	
}
body{
	padding:2em 0;
}
.wrapper{
	width: 90%;
	margin: 0 5%;
	background-color: #fff;
	position: relative;

}
.logo{
	background: url('../images/logo.png');
	background-position: center -7px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-size: contain;
}
.headline{
	display: block;
	width: 80%;	
	font-family: 'Rokkitt', serif;
	font-size: 2.5em;
	margin-bottom: .5rem;
}
.headline.home{
	padding:0 10%;
	font-size: 3.2em;
	margin: 0 0 1em 0;
}

/* navigation */

.navigation ul li{
	width: 25%;
	float: left;
	text-align: center;
}
.navigation ul li a{
	width: 100%;
	display: block;
	height: 4em;
	line-height: 4em;
	font-family: 'Roboto', sans;
	font-size: 1.4em;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	color:#fff;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
.navigation ul li a:hover{
	background-color: gold;
}
.navigation ul li a.logo:hover{
	background-color: #29ABE2;
}
.navigation ul li a.current{
	background-color: #fff;
	color:#555;
}
.navigation ul li a.current:hover{
	background-color: #fff;
	color:#555;
}
.navigation ul li a i{
	position: relative;
	top: 3px;
	margin-right: 4%;
}

/* content and panels */

.content{
	padding: 2.5em 5%;
	width: 90%;
	color:#555;
	padding-bottom: 0;
	font-family: 'Roboto', sans;
	font-size: 1em;
	font-weight: 300;
}
.content a{
	color:#007ac2;
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.content a.button{
	background-color: #007ac2;
	color: #fff;
	padding: .5em;
	border-radius: 9px;
	font-weight: 500;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
.content a.button:hover{
	background-color: orange;
	color:#fff;
}
.content a:hover{
	color:gold;
}
.content h3{
	font-weight: 500;
	font-size: 1.1em;
	margin: .7em 0;
}
.content h3 i{
	display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 4px;
}
.content p{
	margin: .5em 0;
}
.content .address-line{
	text-align: center;
	margin-top: 3em;
	font-family: Roboto;
	/* color: #777; */
	font-weight: 300;
	background: #eee;
	padding: .8em;
}
.content .address-line a{
	text-decoration: none;
	color:#007ac2;
}
.content .address-line a i{
	top:6px;
	font-size: 1.4em;
}

/* 3 col */
.content .three-column .panel{
	width:30%;
	float: left;
}
.content .three-column .panel.first{
	margin-right:5%;
}
.content .three-column .panel.last{
	margin-left:5%;
}
.content .three-column.modified-height{
	height: 360px;
	overflow: hidden;
}

/* 2 col */

.content .two-column{
	clear: both;
}
.content .two-column .panel{
	float:left;
}
.content .two-column .panel.first{
	width:30%;
}

.content.privacy .two-column .panel.first{
	width:10%;
}

.content .two-column .panel.last{
	width:65%;
	margin-left: 5%;
}

.content.privacy .two-column .panel.last{
	width:85%;
	margin-left: 8%;
}

.content.portfolio .two-column .panel.first{
	width:48% !important;
	float:left !important;
}
.content.portfolio .two-column .panel.last{
	width:48% !important;
	margin-left: 2% !important;
	float:right !important;
}

.content.portfolio .three-column,
.content.lab .two-column{
	margin-bottom: 2rem;
	border-top: 1px dotted #ddd;
	position: relative;
}

.content.portfolio .three-column .panel img,
.content .two-column .panel img{
	width:100%;
	border: 1px solid #ddd;
}

.content.portfolio .three-column.no-borders img{
	border-width:0 !important;
}
.content.portfolio .three-column h2,
.content.lab .two-column h2,
.content.privacy .two-column h2{
	margin: 1em 0;
}
.content.portfolio .three-column h2 .title{
	font-weight: 500;
	font-size: 1.5em;
	display: inline-block;
	margin-right: 1%;
	font-family: Rokkitt;
}
.content.portfolio .three-column h2 .role{
	display: inline-block;
}
.content.portfolio .three-column .about{
	display:none;
	background-color: floralwhite;
    padding: 2%;
}
.content.portfolio .three-column .about p{
	line-height:1.4em;
}
.content.portfolio .three-column .about ul{
	margin:.5em 0;
}
.content.portfolio .three-column .about li{
	list-style-type:circle;
	list-style-position: inside;
	line-height:1.4em;
}
.content.portfolio .openClose{
	font-size: 1.2em;
	right: 0;
	position: absolute;
	cursor: pointer;
	color: #007ac2;
	top: 20px;
}
.content.portfolio .openClose:hover{
	color:gold;
}

/* portfolio full-width mode*/

.content.portfolio .three-column.full-width .about{
	display:block;
	margin-bottom:1em;
}

.content.portfolio .three-column.full-width{
	width:80%;
	margin:0 10%;
	clear: both;
	padding-bottom: 0;
}
.content.portfolio .three-column.modified-height.full-width{
	height: auto;
	overflow: revert;
}
.content.portfolio .three-column.modified-height.full-width .portfolio-images{
	display: flex;
	flex-direction: row;
	gap: 2rem;
}
.content.portfolio .three-column.modified-height.full-width .portfolio-images .panel{
	flex-grow: 1;
}
.content.portfolio .three-column.full-width .panel.first,
.content.portfolio .three-column.full-width .panel.last{
	margin:0;
}

.content.portfolio .three-column.full-width .panel{
	width:100%;
	margin-bottom:1em !important;
	float: none;
}
.content.portfolio .three-column.modified-height.full-width .panel{
	width:33%;
	margin-bottom:1em !important;
}
.content.portfolio.full-width .three-column{
	width:80%;
	margin:0 10%;
	clear: both;
	padding-bottom: 0;
}
.content.portfolio.full-width .three-column .panel.first,
.content.portfolio.full-width .three-column .panel.last{
	margin:0;
}
.content .three-column .panel.last{
	margin-left:5%;
}
.content.portfolio.full-width .three-column .panel{
	width:100%;
	float: none;
}

/* resume related */

.content.resume h2,
.content.lab h2,
.content.privacy h2{
	font-family: Rokkitt;
	font-size: 1.5em;
	margin: .7em 0;
	display: flex;
	align-items: center;
	gap: 1rem;
}
.content.resume ul{
	margin: .7em 0;
}
.content.resume .contact-info{
	line-height: 1.5em;
}
.content.resume .contact-info i,
.content .address-line i{
	position: relative;
	top:2px;
}
.content.resume ul li{
	margin: 1.2em 4%;
	list-style-type: disc;
}
.content.resume p {
	line-height: 1.5em;
}
.content.resume .role {
	border-bottom: 1px solid #eee;
	padding: .3rem 0;
}
.content.resume .roles .role:first-of-type {
	padding: 0;
}

.content.resume .role h4 {
	font-weight: 500;
	padding-left: .5rem;
	border-left: 2px solid;
	margin-left: .5rem;
}
.content.resume .role p {
	line-height: 1.4em;
}
.content.resume .role ul li {
	margin: 0;
	padding-left: .5rem;
	list-style-position: inside;
	line-height: 1.4em;
	list-style-type: circle;
}

/* home related */

.content.home h2{	
	text-align: center;
}
.content.home h2 span{
	font-size: 2em;
	font-family: 'Roboto', sans;
	font-weight: 300;
	display: block;
}
.content.home h2 .circle{
	background: #808080;
	width: 80px;
	height: 80px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 40px;
	text-align: center;
	line-height: 2.5em;
	font-size: 2.5em;
	color: #fff;
}
.content.home h2 .circle.two-icons{
	font-size: 1.7em;
	line-height: 3.5em;
}
.content.home h2 i{
	font-size: 3em;
}
.content.home h2 i.double-icon{
	font-size: 2em;
	float: left;
}
.content ul.main-list{
	text-align: center;
	font-family: Roboto;
	font-weight: 300;
	line-height: 2em;
	border-top: 1px solid #ccc;
	margin-top: 1em;
	padding-top: .5em;
}

/* lab related */

#reload-page{
	cursor:pointer;
	text-align:center;
	font-size:2em;
	width:10%;
	margin-left: 45%;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
#reload-page:hover{
	color:gold;
}
.content.lab .headline.home{
	margin-bottom:.3em;
}

/* utility */

.centered{
	text-align: center;
}
.clearer{
	clear:both;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.no-margin{
	margin:0 !important;
}
em{
	font-style: italic;
}
.off{
	display: none;
}
.on{
	display: block;
}

/* colors */

.bg-magenta{
	background-color: #ED1E79;
}
.bg-green{
	background-color: #006837;
}
.bg-orange{
	background-color: #F15A24;
}
.bg-blue{
	background-color: #29ABE2;
}
.white{
	color:#fff;
}

/* other */
span.emoji {
	font-size: 2em;
}

/* fonts */

@font-face {
  font-family: "defiantgoat";
  src:url("../fonts/defiantgoat.eot");
  src:url("../fonts/defiantgoat.eot?#iefix") format("embedded-opentype"),
    url("../fonts/defiantgoat.woff") format("woff"),
    url("../fonts/defiantgoat.ttf") format("truetype"),
    url("../fonts/defiantgoat.svg#defiantgoat") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "defiantgoat" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="dg-icon-"]:before,
[class*=" dg-icon-"]:before {
  font-family: "defiantgoat" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dg-icon-device-mobile:before {
  content: "a";
}
.dg-icon-code:before {
  content: "c";
}
.dg-icon-briefcase-case-two:before {
  content: "e";
}
.dg-icon-monitor-screen-1:before {
  content: "g";
}
.dg-icon-mortar-board:before {
  content: "b";
}
.dg-icon-science-laboratory:before {
  content: "d";
}
.dg-icon-code-1:before {
  content: "f";
}
.dg-icon-wrench:before {
  content: "h";
}
.dg-icon-android:before {
  content: "i";
}
.dg-icon-apple:before {
  content: "j";
}
.dg-icon-blink-smiley:before {
  content: "k";
}
.dg-icon-map:before {
  content: "l";
}
.dg-icon-desktop-mobile:before {
  content: "m";
}
.dg-icon-torso-business:before {
  content: "n";
}
.dg-icon-social-linkedin:before {
  content: "o";
}
.dg-icon-repeat-redo:before {
  content: "p";
}
.dg-icon-email-envelope:before {
  content: "q";
}
.dg-icon-arrows-in:before {
  content: "s";
}
.dg-icon-arrows-out:before {
  content: "t";
}
.dg-icon-info:before {
  content: "u";
}
.dg-icon-cancel-circled:before {
  content: "v";
}
.dg-icon-color-palette:before {
  content: "w";
}
.dg-icon-share:before {
  content: "x";
}
.dg-icon-github:before {
  content: "y";
}

/* media queries */

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
	.wrapper{
		width: 96%;
		margin: 0 2%;
	}
	.content .two-column .panel.first,
	.content .two-column .panel.last{
		width:100%;
		float: none;
		margin: 0;
	}
	.content.portfolio .openClose{
		display: none;
	}
	.navigation ul li:first-child a {
		height:2em;
	}
	.navigation ul li a .text{
		display: none;
	}
	.navigation ul {
		position: relative;
	}
	.navigation ul li:first-child{
		position: static;
		top: 0;
		width: 100%;
	}
	.navigation ul li{
		width: 33%;
		float: left;
		text-align: center;
	}
	.navigation ul li:last-child{
		width:34%;
	}
	.headline{
		display: block !important;
		font-size: 2em;
	}
	.content .three-column{
		width:100%;
		margin:0;
		clear: both;
		padding-bottom: 0;
	}
	.content.portfolio .three-column .panel.first,
	.content.portfolio .three-column .panel.last{
		margin:0;
	}
	.content .three-column .panel{
		width:100%;
		margin-bottom:1em !important;
		float: none;
	}
	.content .address-line span{
		display: block;
	}
	.content .address-line span.bullet{
		display: none;
	}
	.name-contact{
		margin-top:2em;
	}
}
 
/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
	.wrapper{
		width: 1200px;
		margin: 0 auto;
	}
	.content .two-column .panel.first{
		width:40%;
	}
	.content .two-column .panel.last{
		width:58%;
		margin-left: 2%;
	}

	.content.content.privacy .two-column .panel.first{
		width:10%;
	}
	.content.privacy .two-column .panel.last{
		width:86%;
		margin-left: 4%;
	}
}
 
/* iPhone 5 (portrait &amp;amp; landscape)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (-webkit-min-device-pixel-ratio : 2){
	.content.portfolio .openClose{
		display: none;
	}
	.content.portfolio .three-column{
		width:100%;
		margin:0;
		clear: both;
		padding-bottom: 0;
	}
	.content.portfolio .three-column.modified-height{
		height: 100%;
	}
	.content.portfolio .three-column .panel.first,
	.content.portfolio .three-column .panel.last{
		margin:0;
	}
	.content.portfolio .three-column .panel{
		width:100%;
		margin-bottom:1em !important;
		float: none;
	}
	.content .address-line span{
		display: block;
	}
	.content .address-line span.bullet{
		display: none;
	}
}
 
/* iPhone 5 (landscape)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio : 2){
	.navigation ul li a .text{
			font-size:.6em;
	}
}
 
/* iPhone 5 (portrait)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio : 2) {
	.wrapper{
		width: 96%;
		margin: 0 2%;
	}
	.content .two-column .panel.first,
	.content .two-column .panel.last{
		width:100%;
		float: none;
		margin: 0;
	}
	.navigation ul li a .text{
		display: none;
	}
	.navigation ul {
		position: relative;
	}
	.navigation ul li:first-child{
		position: static;
		top: 0;
		width: 100%;
	}
	.navigation ul li{
		width: 33%;
		float: left;
		text-align: center;
	}
	.navigation ul li:last-child{
		width:34%;
	}
	.headline{
		display: block !important;
	}
	.headline.home{
		font-size:2em;
	}
	.content.home ul.main-list {
		margin-bottom: 4em;	
		padding-top:2em;
	}
	.content.home .three-column{
		width:100%;
		margin:0;
		clear: both;
		padding-bottom: 0;
	}
	.content.home .three-column .panel.first,
	.content.home .three-column .panel.last{
		margin:0;
	}
	.content.home .three-column .panel{
		width:100%;
		margin-bottom:1em !important;
		float: none;
	}
	.name-contact{
		margin-top:2em;
	}
}

/* iPhone 6 (portrait)----------- */
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio : 2){
	.navigation ul li:first-child a {
		height:2em;
	}
	.navigation ul li a .text{
		display: none;
	}
	.navigation ul {
		position: relative;
	}
	.navigation ul li:first-child{
		position: static;
		top: 0;
		width: 100%;
	}
	.navigation ul li{
		width: 33%;
		float: left;
		text-align: center;
	}
	.headline{
		display: block !important;
	}
}

/* iPhone 6 plus (portrait &amp;amp; landscape)----------- */
@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px)
and (-webkit-min-device-pixel-ratio : 3){
	navigation ul li a .text{
		font-size:.6em;
		display: inline-block !important;
	}
}
 
/* iPhone 6 plus (portrait)----------- */
@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio : 3){
	.navigation ul li:first-child a {
		height:4em;
	}
	navigation ul li a .text{
			font-size:.6em;
			display: inline-block !important;
	}
	.navigation ul {
		position: relative;
	}
	.navigation ul li:first-child{
		position: static;
		top: 0;
		width: 100%;
	}
	.navigation ul li{
		width: 33%;
		float: left;
		text-align: center;
	}
	.navigation ul li:last-child{
		width:34%;
	}
	.headline{
		display: block !important;
	}
}</pre></body></html>