body
{
	background-color: #CDF;
	margin: 0;
	overflow-x: hidden;
}
b
{
	font-size: 22px;
}
.nav 
{
	width: 100%;
	background-color: #333;
	height: 48px;
	position: fixed;
	z-index: 2;
}
.links
{
	font-family: arial;
	font-size: 20px;
	display: inline-block;
	padding-top: 11px;
	padding-bottom: 11px;
	margin-left: 24px;
	margin-right: 24px;
	color: #FFF;
	text-decoration: none;
}
.links:hover
{
	color: AAF;
	opacity: 2;
}
.content
{
	width: 90%;
	overflow: auto;
	font-family: arial;
	margin: auto;
	display: block;
	border: none;
	overflow-x: hidden;
}
.contact
{
	min-width: 400px;
	width: 50%;
	overflow: auto;
	font-family: arial;
	margin: auto;
	display: block;
	border: none;
}
.container
{
	overflow-y: auto;
	padding-bottom: 8px;
}
.heading
{
	font-size: 42px;
	text-align: center;
}
.info-heading
{
	text-align: center;
}
.sub-heading
{
	font-family: arial;
	font-size: 32px;
	padding-left: 8px;
	font-weight: bold;
}
.social-links
{
	height: 36px;
	width: 300px;
	margin-left: 12px;
	font-size: 18px;
}
.social-link-options
{
	text-decoration: none;
	color: #000;
}
.social-link-options:hover
{
	text-decoration: underline;
}
.side-img
{
	width: 40%;
	float: right;
	display: inline-block;
	margin-right: 8px;
	margin-top: 24px;
	border: 2px ridge #555;
	border-radius: 5px;
}
.sub-text
{
	width: 40%;
	display: inline-block;
	padding-left: 8px;
	font-size: 20px;
	line-height: 1.4;
}
.ban-input
{
	width: 400px;
	overflow: auto;
	border: 4px ridge #555;
	margin: auto;
	display: block;
	border-radius: 5px;
	text-align: center;
}
.center
{
	text-align: center;
}
.sub-container
{
	margin: auto;
	width: 31%;
	vertical-align: top;
	position: relative;
	display: inline-block;
	overflow: auto;
	margin-left: .5%;
	margin-right: .5%;
}
.list
{
	font-size: 18px;
	line-height: 1.4;
}
.project-container
{
	width: 95%;
	min-height: 48px;
	overflow: hidden;
	position: relative;
	border: 3px ridge #555;
	border-radius: 4px;
	margin: auto;
	display: block;
	margin-bottom: 24px;
}
.project-name
{
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	margin-right: 24px;
	color: #000;
	text-decoration: none;
	font-family: arial;
	font-size: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.project-info
{
	position: absolute;
	display: block;
	text-align: left;
	margin-left: 320px;
	margin-top: -38px;
	font-family: arial;
	font-size: 16px;
	width: 40%;
}
.project-date
{
	display: inline-block;
	float: right;
	margin-right: 8px;
	font-family: arial;
	font-size: 16px;
	margin-top: 15px;
}
.project-click
{
	width: 85.5%;
	height: 48px;
	border: none;
	background-color: transparent;
	position: absolute;
	margin-top: -75px;
	margin-left: 35px;
	z-index: 2;
	display: block;
}
.contact-name
{
	width: 300px;
	height: 28px;
	font-size: 16px;
	border: 2px ridge #ccc;
	border-radius: 5px;
	padding-left: 4px;
	margin-bottom: 12px;
}
.contact-subject
{
	font-size: 16px;
	border-radius: 4px;
	padding-right: 8px;
	padding-left: 4px;
	margin-bottom: 8px;
}
.contact-message
{
	min-width: 300px;
	width: 80%;
	resize: none;
	height: 250px;
	padding: 6px;
	font-family: arial;
	font-size: 16px;
	border: 2px solid #ccc;
	border-radius: 6px;
}
.contact-submit
{
	font-family: arial;
	font-size: 20px;
	width: 200px;
	height: 32px;
	background-color: #ccc;
	border: none;
	border-radius: 4px;
	margin-top: 8px;
}
.contact-submit:hover
{
	background-color: #89E;
}
.project-information
{
	line-height: 1.4;
	font-size: 22px;
	font-family: arial;
	width: 50%;
	margin: auto;
}
.project-image1
{
	width: 60%;
	min-width: 300px;
	text-align: center;
	margin: auto;
	display: block;
	margin-top: 16px;
	border-radius: 10px;
	border: 2px solid #ccc;
}
.project-text-left
{
	float: left;
	width: 45%;
	margin-left: 3%;
	line-height: 1.4;
	font-size: 20px;
	font-family: arial;
}
.project-img-right
{
	float: right;
	width: 45%;
	min-width: 200px;
	margin-right: 3%;
	margin-bottom: 36px;
	border-radius: 10px;
	border: 2px solid #ccc;
}
.project-details
{
	margin: auto;
	display: block;
	width: 50%;
	text-align: left;
	font-family: arial;
	font-size: 14px;
	color: #444;
	opacity: 90%;
	line-height: 1.6;
}
.p-link
{
	color: #c22;
	text-decoration: none;
}
.p-link:hover
{
	text-decoration: underline;
}
.error
{
	color: #F22;
	font-family: arial;
	font-size: 24px;
	text-align: center;
}
.footer
{
	width: 100%;
	overflow: auto;
	font-family: arial;
	font-size: 18px;
	text-align: center;
	background-color: #78A;
	min-height: 50px;
}
.footer-links
{
	color: #000;
	text-decoration: none;
}
.footer-links:hover
{
	text-decoration: underline;
}
@media (max-width:1100px) 
{
	.project-date
	{
		display: none;
	}
	.project-info
	{
		width: 50%;
	}
}
@media (max-width:760px) 
{
	.project-info
	{
		display: none;
	}
	.links
	{
		font-size: 16px;
		padding-top: 14px;
		margin-left: 18px;
		margin-right: 18px;
	}
}
@media only screen and (orientation: portrait) {
	.links
	{
		margin-left: 8px;
		margin-right: 8px;
		font-size: 16px;
	}
	.side-img
	{
		display: none;
	}
	.sub-container
	{
		overflow: hidden;
		width: 90%;
		display: block;
	}
	.sub-text
	{
		width: 90%;
	}
	.project-information
	{
		width: 90%;
		display: block;
	}
	.project-text-left
	{
		text-align: center;
		display: block;
		width: 90%;
	}
	.project-img-right
	{
		width: 100%;
		margin: auto;
		display: block;
		position: relative;
	}
	.footer-links
	{
		margin-left: 8px;
		margin-right: 8px;
	}
}




