body {
	margin:0;
	background: #222222;
    font-size: 16px;
	font-family: 'Roboto Slab', serif;
	color: #666666;
}
p {
	margin: 0 0 10px 0;
}
.nowrap {
	white-space:nowrap;
}
#main-content {
	width:930px;
	margin:40px auto;
	padding:0px 0px;
	background:#222222;
}
#logo {
	width:331px;
	margin:0 auto;
}
#contact {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	color:#666666;
	margin-top:15px;
}
#contact a {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	color:#666666;
	padding:2px;
}
#contact a:hover {
	color:#c09044;
}
.HeaderTop {
	width:548px;
	padding-top:10px;
	margin:20px auto 40px;
	line-height: 25px;
	font-family: 'Roboto Slab', serif;
	font-style: light;
}
.BottomHead {
	color: #c09044;
	font-family: 'Roboto Slab', serif;
	font-style: italic;
}
#header-bottom-border {
	width:100%;
	height:2px;
}
.portfolio-item-image {
	margin-bottom:20px;
	text-align:center;
}
.portfolio-item-description {
	width:288px;
	padding-top:4px;
	margin:0 0 40px 30px;
}
.portfolio-item-description.large {
	width:315px;
}
.portfolio-item-description.small {
	width:220px;
}
.Company {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #666666;
}
.business {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #c09044;
	font-weight: bold;
}
.about {
	font-size: 11px;
	color: #666666;
}


@media screen and (max-width:970px) {
#main-content {
	width:90%;
	padding:30px 3%;
}
.portfolio-item-image img {
	width:100%;
	height:auto;
}
.portfolio-item-description {
	margin:0 0 40px 0;
}
}


@media screen and (max-width:768px) {
.HeaderTop {
	width:80%;
}
}


@media screen and (max-width:585px) {
#main-content {
	margin:20px auto;
}
.HeaderTop {
	width:90%;
}
}


@media screen and (max-width:400px) {
#logo {
	width:100%;
}
#logo img {
	width:100%;
	height:auto;
}
}


@media screen and (max-width:325px) {
.portfolio-item-description.large {
	width:100%;
}
}
