.mainContent
{
	width: 780px;
	margin: 0 auto;
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	/*background-color: red;*/
}

#nwdwdText
{
	margin: 15px 0 120px 0;
	font-size: 18px;
}
.mainHeader
{
	background-image: url(images/home/header.jpg);
	background-repeat: no-repeat;
	padding: 115px 330px 0 40px;
	width: 410px;
	font-size: 14px;
	font-family: Arial;
	color: black;
}

.header
{
	background-color: #232834;
	height: 50px;
	margin: 0 auto 75px auto;
	padding: 0;
}

.hSpacer
{
	height: 1px;
	background-color: #d5d5d5;
	margin: 80px 0;
}

.footer
{
	background-color: #ffffff;
	height: 50px;
	margin: 150px auto 0 auto;
	clear: both;
}

.sectionHeader
{
	font-size: 24px;
	color: black;
	font-style: normal;
	margin: 50px 0 25px 0;
}

.latest-project
{
	padding: 70px 34px 0 411px;
	width: 335px;
	height: 144px;
	color: white;
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
	margin: 0 0 80px 0;
}

.latest-project a:link, .latest-project a:active, .latest-project a:hover, .latest-project a:visited
{
	color: #ffff00;
}

.featured-articles
{
	width: 100%;
	background-image: url(images/home/news-lines.jpg);
	background-repeat: no-repeat;
	height: 150px;
	/*background-color: red;*/
}

.article a:link, .article a:active, .article a:visited
{
	font-size: 16px;
	color: #ee6a4d;
	font-style: normal;
	font-weight: 100;
	text-decoration: none;
}

.article
{
	width: 29%;
	padding: 0 40px 0 0;
	float: left;
	/*background-color: blue;*/
	height: 150px;
}

.article a:link, .article a:active, .article a:visited
{
	font-size: 24px;
	color: #ee6a4d;
	font-style: normal;
	font-weight: 100;
	text-decoration: none;
}

.article a:hover
{
	text-decoration: underline;
}

.article h3
{
	font-size: 14px;
	color: #9a9a9a;
	font-style: normal;
	font-weight: 100;
}

.last-article
{
	padding: 0;
}

a:link{color: #ee6a4d; text-decoration: none; font-weight: normal;}
a:active{color:#ee6a4d; text-decoration: none; font-weight: normal;}
a:visited{color: #ee6a4d; text-decoration: none; font-weight: normal;}
a:hover{color: #ee6a4d; text-decoration: underline; font-weight: normal;}


/* HOMEPAGE GALLERY BEYOND THIS POINT */
/* Uncomment everything commented to CSS for the hide/show */

.gallery {
    margin: 80px 0;
}

.gallery-item {
    height: auto;
    /*width: 48.618784527%;*/
    float: left;
   	margin: 0 46px 46px 0;
    position: relative;
}

.last-gallery-item
{
	margin: 0 0 46px 0;
}

.gallery-item a
{
	border: none;
}

.gallery-item img {
    width: 160px;
    height: 160px;
}

.gallery-item:hover .img-title {
    opacity: .8;
}

.gallery-detail
{
	color: #e68d79;
	font-size: 12px;
}

.img-title {
    position: absolute;
    top: 100px;
    margin: 0;
    height: 60px;
    width: 160px;
    text-align: center;
    /*opacity: 0;*/
    display: none; /* comment this out for CSS hover */
    background-color: #000;
    /*transition: all 0.5s ease;*/

      -webkit-user-select: none;  /* Chrome all / Safari all */
	  -moz-user-select: none;     /* Firefox all */
	  -ms-user-select: none;      /* IE 10+ */
	  -o-user-select: none;
	  user-select: none; 
}

.img-title h5 {
    position: absolute;
    color: #fff;
    top: -10px;
    width: 100%;
    text-align: left;
    padding: 10px;
}