


#pageContent {
  max-width: 1322px;
  margin: 0 auto;
}



/* collaboration cells */
#collabPageContainer {
	max-width: 1320px;
  	margin: 0  auto;
}
#collabCellRow {
	margin-bottom: 3%;
}
#collaborationCell {
	width: 32%;
	height: auto;
	display: inline-block;
}
.cCellLeft {
	float: left;
	left: 0;
	margin-right: 2%;
}
.cCellRight {
	float: right;
	right: 0;
	top: 0;
	margin-left: 2%;
}

/* inside the cells */
#collaborationCell img {
	width: 100%;
	height: auto;
}
#collabInfoCell {
	text-align: center;
	height: 12%;
}
#collabInfoX {
	padding-top: 5px;
	width: 100%;
	font-family: "Freight Big Pro Light"; 
	font-size: 15px;
}
#collabInfoTitle {
	padding-top: 1px;
	width: 100%;
	font-family: "freight-big-pro",'Freight Big Pro Light'; 
	font-size: 28px;
	
}
#collabInfoCatagory {
	padding-top: 1px;
	width: 100%;
	font-family: "Maison Neue Mono"; 
	font-size: 10px;
}

/* INDEX SPLASH */
html, body {
    margin: 0;
    height: 100%;
}
#splashImage {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
}
#indexLinks {
  color: #333333;
  top: 93px;
  left: 38px;
  z-index: 10;
  height: 70px;
  position: absolute;
  
  font-family: "futura-pt",'Futura-Boo';
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 500;
}
#indexLinks a:hover {
  opacity: 0.7;
}

/* MOBILE */
@media all and (max-width: 768px) {
  #collaborationCell {
    width: 100%;
  }
  #collabInfoCell {
    margin-bottom: 30px;
  }
}