
/**THEME COLORS**/

/*2358*//* COLS: 4*//* GUTTER: 5*//* ROWSIZE: 350*/
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: 25%;
}
.tile{
   padding:2.5px;
    height:350px;
}

.grid-pagination button,
.grid-pagination a
{
	color:#333333;
	border-color:#333333;
}
.tile.cols1{
	width: 25%;
}
.tile.rows1{
	height: 350px;
}

.tile.cols2{
	width: 50%;
}
.tile.rows2{
	height: 700px;
}

.tile.cols3{
	width: 75%;
}
.tile.rows3{
	height: 1050px;
}

.tile.cols4{
	width: 100%;
}
.tile.rows4{
	height: 1400px;
}


@media screen and (max-width: 767px) {
	.tile{
	   padding-left:0px;
	   padding-right:0px;
	}
}
