/*
	CSS can be removed or adjusted: 
*/




.grid-item { width: 306px; }
.grid-item-double { width: 612px; }
.grid-item-TRIPLE { width: 918px; }
.grid {
	width:96vw;
    max-width: 1224px;
    margin: auto;
	border-top:solid 3px rgba(255, 255, 255, 0.15);
	border-bottom:solid 3px rgba(255, 255, 255, 0.15);
}
.grid-item {
	height:auto;
    min-height: 60px;
    text-align: center;
    background-color: #444;
    font-size: 22px;
    color: #aaa;
    font-weight: bold;
}
/*
.grid-item:hover {
	box-shadow: inset 0px -40px 64px rgba(68, 207, 135,0.15);
}
*/
.igi-d {
	width: 612px;
	height: auto;
	margin-bottom: -5px;
	
}
.igi {
	width: 306px;
	height: auto;
	margin-bottom: -5px;
	
}

/*
.grid-item:nth-child(1)	{	background: #AEC6CF;	height: 200px;	}
.grid-item:nth-child(2)	{	background: #EFDECD;	height: 150px;	}
.grid-item:nth-child(3)	{	background: #78F7B0;	height: 110px;	}
.grid-item:nth-child(4)	{	background: #FDB5FF;	height: 320px;	}
.grid-item:nth-child(5)	{	background: #FFFFB5;	height: 160px;	}
.grid-item:nth-child(6)	{	background: #FF978A;	height: 250px;	}
.grid-item:nth-child(7)	{	background: #B08690;	height: 200px;	}
.grid-item:nth-child(8)	{	background: #D5B6DE;	height: 160px;	}
.grid-item:nth-child(9)	{	background: #B6C1DE;	height: 320px;	}
.grid-item:nth-child(10)	{	background: #B6DEDE;	height: 130px;	}
.grid-item:nth-child(11)	{	background: #D7DEB6;	height: 230px;	}
.grid-item:nth-child(12)	{	background: #DEC6B6;	height: 170px;	}
.grid-item:nth-child(13)	{	background: #A8A2DE;	height: 120px;	}
.grid-item:nth-child(14)	{	background: #A2DECC;	height: 220px;	}
.grid-item:nth-child(15)	{	background: #C5D2DE;	height: 260px;	}
.grid-item:nth-child(16)	{	background: #DEB6B6;	height: 140px;	}
.grid-item:nth-child(17)	{	background: #FFFFB5;	height: 180px;	}
.grid-item:nth-child(18)	{	background: #D5B6DE;	height: 220px;	}
.grid-item:nth-child(19)	{	background: #EFDECD;	height: 150px;	}
.grid-item:nth-child(20)	{	background: #BFAE2C;	height: 110px;	}
*/





