/* CSS Document */


/*------------------Desktop-------------------*/

/*                Default Layout: 992px. 
                Gutters: 24px.
                Outer margins: 48px.
                Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

#mainContent {
	border-top: 4px solid #F7921E;
	margin-top: 80px;
	padding-bottom: 40px;
}

.projectInfo {
	text-align: left;
	margin: 40px 0 40px 0;
	padding: 20px 155px 20px 155px;
	background-color: #EAEAEA;
}

.projectInfo img {
	margin: 20px auto 20px auto;
}

.gallery {
	border-top: none;
	border-bottom: none;
	margin-top: -40px;
	margin-bottom: -40px;
}

.gallery img {
	margin-top: 20px;
	max-width: 100%;
	height: auto;
}

.gallery img {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.projectDescription p .noSpace {
	color: #000;
	padding: 20px 0 20px 0;
}

.dividerText {
	margin-top: 10px;
}

.designInfo {
	margin: -20px 0 10px 0;
}

.colorChange2 .noSpace {
	margin: 10px 0 0 0;
	font-size: 12px;
}

p {
	margin-top: 20px;
}





/*------------------Tablet-------------------*/

/*                Tablet Layout: 768px.
                Gutters: 24px.
                Outer margins: 28px.
                Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	.projectInfo {
		text-align: left;
		margin: 40px 0 40px 0;
		padding: 20px 100px 20px 100px;
		background-color: #EAEAEA;
	}
	
}




/*------------------Mobile Phone-------------------*/

/*                Mobile Layout: 320px.
                Gutters: 24px.
                Outer margins: 34px.
                Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {
	
	#mainContent {
		border-top: 4px solid #F7921E;
		margin-top: 30px;
		padding-bottom: 20px;
	}
	
	.projectInfo, .designInfo {
		text-align: center;
		margin: -20px 0 0 0;
		padding: 20px 5px 20px 5px;
		background-color: #EAEAEA;
	}
	
	.projectInfo {
		margin-bottom: 20px;
	}
	
	.projectInfo h2 {
		text-align: center;
	}
	
	.projectDescription {
		color: #000;
		padding: 0 20px 0 20px;
		text-align: left;
	}
	
	.colorChange2 {
		color: #000;
	}
	
}




/*                Wide Mobile Layout: 480px.
                Gutters: 24px.
                Outer margins: 22px.
                Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
}
