<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/**THEME COLORS**/


body{
	font-family: Roboto;
	
}

h1,h2,h3,h4,h5,h6{
	font-family: Open Sans;
	
}

h1 .subtitle{
	font-family: Open Sans;
	
}
a{
	color: #333333;
}


#portfolio .tile a.biglink h1 {
	text-align:center;
}

#portfolio .tile a.biglink h1 .subtitle{
	text-align:center;
}

.tile,
.grid-sizer{
    width: 33.333333333333%;
}
.tile{
   padding:5px;
    height:280px;
}

.grid-pagination button,
.grid-pagination a
{
	color:#333333;
	border-color:#333333;
}
.tile.cols1{
	width: 33.333333333333%;
}
.tile.rows1{
	height: 280px;
}

.tile.cols2{
	width: 66.666666666667%;
}
.tile.rows2{
	height: 560px;
}

.tile.cols3{
	width: 100%;
}
.tile.rows3{
	height: 840px;
}


@media screen and (max-width: 767px) {
	.tile{
	   padding-left:0px;
	   padding-right:0px;
	}
}
</pre></body></html>