@charset "UTF-8";
	.grid {
	  display: grid;
	  grid-gap: 20px;
	  grid-template-columns: repeat(auto-fill, minmax(320px,1fr));
	  grid-auto-rows: 0px;
	}

	.studioTitleContainer{
		position: relative;
		width: 100%;
		padding: 0px;
		margin-top: 100px;
		margin-bottom: 50px;
		float: left;
		z-index: 1001;
	}

	.studioTitle{
		position: relative;
		width: 80%;
		height: 4vw;
		padding: 0px;
		left: 10%;
		margin-top: 100px;
		margin-bottom: 50px;
		float: left;
		z-index: 1002;
	}

	.bigStudioTitle{
		position: absolute;
		text-align: right;
		line-height: 10vw;
		right:-15%;
		top:-120%;
		font-family: 'Dosis', sans-serif;
		font-size: 10vw;
		color: rgba(50,50,50,0.00);
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: darkgray;
		z-index: 1000;
	}

	.bigStudioTitle h1{
		color: rgba(150,150,150,1.00);
		-webkit-text-stroke-width: 0px;
		font-size: 40px;
		line-height: 0px;
	}
	.artMix .title{
		background-color:orange;;
	}

	.artEducation .title{
	  //background-color:rgba(221,166,16,1.00);
		background-color:darkorange;
	}

.venuePartner .title{
	background-color:rgba(218,113,17,1.00);
}



	/* The "show" class is added to the filtered elements */

	.show {
	  display: block;
	}


