/*	SimpleGrid - a fork of CSSGrid by Crowd Favorite (https://github.com/crowdfavorite/css-grid)
 *	http://simplegrid.info
 *	by Conor Muirhead (http://conor.cc) of Early LLC (http://earlymade.com)	
 *  License: http://creativecommons.org/licenses/MIT/	*/

/* Containers */
body { font-size: 100%; }

.artistimageright{
	margin-left: 50px;
	max-width: 500px;
}

.artistquote{
	margin-left: 50px;
	max-width: 500px;
}
.artistsign {
	margin-left: 60px;
	margin-top:	120px;
	
}

.artistoffset {
	margin-right: -0px;
	margin-left: 60px;
}


#cssmenu > ul > li > a {
	color: #ff0099;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 15px;
	z-index: 2;
	position: relative;
	padding-top: 9px;
	padding-right: 17px;
	padding-bottom: 9px;
	padding-left: 12px;
}

#contactpink{
	margin-top: 20%;
	height: 190px;
}

.bannerimg {
	width: 160px;
	display: block;
	padding-left: 20%;	}
	
#fullmenu {
	margin-top:80px;
	margin-right: 3%;
	
}

#logo {
	margin-top:80px;
	margin-left: 4%;
	
}
#iconhome{
	display: block;
	float: right;
	padding-right: 10px;
	padding-top: 4px;
}


.mainbodytitle {font-size: 100%;}
.mainbodyblack { font-size: 100%;}

.grid{ width:1206px; }
	
}

#nav li a {
	font-size: 100%;
}	
.instagram-placeholder {
	
	width: 20%;
	height: 260px;
	
	}	

/* 6-Col Grid Sizes */
.slot-0,.slot-1,.slot-2,.slot-3,.slot-4,.slot-5{ width:176px; } /* Sixths */
.slot-0-1,.slot-1-2,.slot-2-3,.slot-3-4,.slot-4-5{ width:382px; } /* Thirds */
.slot-0-1-2-3,.slot-1-2-3-4,.slot-2-3-4-5{ width:794px; } /* Two-Thirds */
.slot-0-1-2-3-4,.slot-1-2-3-4-5{ width:1000px; } /* Five-Sixths */

/* 4-Col Grid Sizes */
.slot-6,.slot-7,.slot-8,.slot-9{ width:279px; } /* Quarters */
.slot-6-7-8,.slot-7-8-9{ width:897px; } /* Three-Quarters */

/* 6-Col/4-Col Shared Grid Sizes */
.slot-0-1-2,.slot-1-2-3,.slot-2-3-4,.slot-3-4-5, .slot-6-7,.slot-7-8,.slot-8-9{ width:573px; } /* Halves */

  