@charset "UTF-8";
/* CSS Document */


/* TEMP LAYOUT COLORS - START */
.add-color-blue {
	background-color: #37DFE1;
}

.add-color-red {
	background-color: #E33437;
}

.add-color-orange {
	background-color: #E98F2A;
}

.add-color-green {
	background-color: #2AAB1B;
}

/* TEMP LAYOUT COLORS - END */


/* PORTFOLIO LAYOUT - START */
.responsibilities {
	margin-top: -10px;
	font-size: 1.05em;
}

.h2-spacing {
	padding-top: 20px;
	margin-bottom: 0px
}

.p-spacing {
	line-height: 1.2em;
	margin-bottom: 0.5em;
}

.work-nav-titles {
	font-size: 12px;
	padding-top: 10px;
}

.work-box-nav {
	height: auto;
	margin-bottom: 40px;
	mix-blend-mode: multiply;
}

.work-box-border {
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: hidden;
	border-bottom: hidden;
	border-color: rgba(0,0,0,0);
	transition-duration: 0.70s;
}

.work-box-border:hover {
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: hidden;
	border-bottom: hidden;
	border-color: rgba(0,0,0,1);
}

.work-box-nav-test {
	height: 100%;
	/* background: #3A37D8;*/
	opacity: 1;
}

.center-row-9 {
  margin: 0 -12.5%;
}

.work-image-hero {
	margin-bottom: 50px;
}

.work-image-thumb {
	margin-bottom: 30px;
}

.work-image-thumb-think-app {
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	transform: scale(.99);
	/*border: 1px #bbb solid;*/
}

/* PORTFOLIO LAYOUT - END */


/* THINKIFIED APP SPECIFIC - START */

.thinkified-app-hero {
	margin-top: 20px;
	transform: scale(1.2);
}

/* THINKIFIED APP SPECIFIC - END */

/* NERDY REPAIR SPECIFIC - START */

.nerdy-repair-thumb {
	margin-top: 5px;
}

/* NERDY REPAIR SPECIFIC - END */

/* MONITOR SPECIFIC - START */

.store-monitor {
	display: block;
	}

/* MONITOR SPECIFIC - END */

/* CONNECTED POWER SPECIFIC - START */

.cp-multiply {
	mix-blend-mode: multiply;
}

.cp-hero-logo {
	margin-bottom: 30px;
}

.cp-thumbs {
	margin-bottom: 10px;
}

.cp-hero-shadow {
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}

/* CONNECTED POWER SPECIFIC - END */

/* GLOBAL ROBOTICS SPECIFIC - START */

.gri-thumb {
	margin-top: 5px;
}

.grow-gri {
	transform: scale(1);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: height .4s width .4s ease-in-out;
}

.grow-gri:hover {
	transform: scale(1.05);
}

/* GLOBAL ROBOTICS SPECIFIC - END */

/* RUTH'S CHRIS NASDAQ SPECIFIC - START */

.grow-nasdaq {
	transform: scale(1);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: height .4s width .4s ease-in-out;
}

.grow-nasdaq:hover {
	transform: scale(1.05);
}

/* RUTH'S CHRIS NASDAQ SPECIFIC - END */

.center-row-9-other {
  margin: 0 12.5%;
}


@media (max-width: 992px) {
	.center-row-9 {
 		 margin: 0 0;
	}
	
	.center-row-9-other {
  		margin: 0 0;
	}
	
	.thinkidied-app-hero {
	margin-top: 0px;
	transform: scale(1);
	}
	.store-monitor {
	display: none;
	}
}