body{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	line-height:1.5;
	background-color: rgba(25,25,25,1);
	height:100.1%;
	margin: 0;
	padding: 0;
}
a:link {
	text-decoration:none;
	color:white;
}
a:visited {
	text-decoration:none;
	color:white;
}
a:hover {
	text-decoration:none;
	color: #6c6c6c;
}
a:active {
	text-decoration:none;
	color:white;
}
#header{
	background-color:rgba(245,245,245,1);
	color: rgba(25,25,25,1);
	font-size:4em;
	line-height: 1.1em;
	padding: 1px 0 1px 60px;
	}
#header p{
	margin: 10px 0;
}



#content{
	position: relative;
	background-color: rgba(25,25,25,1);
	padding-left: 60px;
	padding-right: 60px;
	color:rgba(240,240,240,1);
	padding-bottom: 60px;
	max-width: 760px;
}
#content:after{
	clear: both;
}

#nav-bar{
	overflow: hidden;
	font-size:30px;
	margin-bottom: 7px;
}
#nav-bar ul{
	padding: 0px;
	margin: 10px 0;
}
#nav-bar li{
	display: inline-block;
	width: 110px;
	margin-right: 160px;
}
#nav-bar li:nth-of-type(3n){
	margin-right: 0;
}

h2{
	font-size:20px;
	font-weight: 100;
}


.selected{
	color: blue;
}

#main:after{
	clear: both;
}

.itil{
	font-style: italic;
}

/* about section */

#about{
	opacity: 1;
}



/* portfolio section */
#detail-container{
	display: none;
}

#portfolio-thumbs::after {
  content: "";
  display: block;
  clear: both;
}

.portfolio-thumb{
	width: 200px;
	height: 200px;
	position: relative;
	float: left;
	display: inline-block;
	/* margin-right: calc((115px - 200px) + 19.0%); */
	margin-right: 80px;

}

.portfolio-thumb-image{
	border: 1px solid gray;
	width: 100%;
	height: 120px;
/* 	height: 160px; */
}

.design-art{
	width: 100%;
	margin-bottom: 60px;
}


/*
.portfolio-thumb:nth-child(3n){
	margin-right: 0px;
}
*/
@media only screen and (min-width : 821px) {
	.portfolio-thumb:nth-child(3n){
		margin-right: 0px;
	}
}


@media only screen and (max-width : 879px) {
	/* .portfolio-thumb:nth-child(2n){
		margin-right: 0px;
	} */
	.portfolio-thumb:nth-child(n){
		margin-right: 80px;
	}
}

@media only screen and (max-width : 879px) {
	#nav-bar li{
		display: list-item;
	}
	.portfolio-thumb{
		margin-right: 23px;
		width: 220px;
	}
	.portfolio-thumb-image{
		border: 1px solid gray;
		width: 100%;
		height: 140px;
	/* 	height: 160px; */
	}
}

@media only screen and (max-width : 719px) {
	.portfolio-thumb:nth-child(2n){
		margin-right: 0px;
	}
}

@media only screen and (max-device-width: 480px) {
	#content{
		padding-left: 20px;
		padding-right: 20px;
	}
	#header{
		padding-left: 20px;
	}

}


.full-image-preview{
	border: 1px solid gray;
	width: 100%;
	display: block;
/* 	margin-bottom: 30px; */
}

/* contact section */

#contact{
	opacity: 0;
	display: none;
}

.contact-info{
	font-size: 1.4em;
}
