body {
		margin: 40px;
		background-color: #f1f2f2;
		color : #666;
		font-family : Verdana, sans-serif;
	}

	.sidebar {
		grid-area: sidebar;
	}
	.sidebar2 {
		grid-area: sidebar;
	}
	.content {
		grid-area: content;
		position: relative;
		text-align: center;
	}

	.header {
		grid-area: header;
	}

	.footer {
		grid-area: footer;
	}


	.wrapper {
		display: grid;
    grid-gap: 1em;
    grid-template-areas:
     "header"
     "content"
     "footer";
		background-color: #f1f2f2;
		color: #444;
		max-width:800px;
		margin:auto;
	}

	.box {

	}

	.header, .footer, .content {
		
		
	}
	.header {
		background-image: url('files/logo.png') !important;
		background-position: left top;
		background-repeat: no-repeat;
		min-height: 75px;
	}
	.footer {
		font-size : 0.6em;
		color : #666;
		font-family : Verdana, sans-serif;
		text-align : center;
	}
	#top-section {
	font-size : 0.8em;
	color : #666;
	font-family : Verdana, sans-serif;
	text-align : right;
	}
	a:link {
	text-decoration : none;
	color : #007793;
	}
	a:active {
	text-decoration : none;
	}
	a:visited {
	text-decoration : none;
	color : #007793;
	}
	a:hover {
	text-decoration : none;
	color : #46494d;
	text-decoration: underline;
	}
	a img {
	border : 0px;
	}
.prj{
	box-shadow:  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12)

}
.wrapper2 {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
	vertical-align: top;
  }
  .wrapper2 p, .wrapper3 p, .wrapperPrj p {
	  text-align: left;
	  padding: 0;
	  vertical-align: top;
	  font-size : 0.8em;
	  color : #666;
	  }
 .wrapper3 {
	vertical-align: top;
  }
  .wrapper3 ul {
	list-style: none;
	text-align: left;
	line-height: 1.5em;  }
	.prj{
		position: relative;
		display: inline-block;
		text-align: center;
		margin: auto;
	}
.wrapperPrj {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 200px 600px;
	vertical-align: top;
  }	
 .prjTitle{
	 text-align: left;
	 font-size: 1.25em;
	 letter-spacing:.25em
 }
.gallery1 {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(180px,1fr));
	vertical-align:middle;
	margin-top: 2em;
  }
 .video1 {
    display: grid;
    grid-gap: 10px;
	vertical-align:middle;
	margin-top: 2em;
	padding-left: 200px;
  }
  #slVideo{
	  display: none;
  }
  .pub{
	  
	  max-width: 180px;

	  display: flex;
	  justify-content: center;
	  align-items: center;
	   
  }
  .imageCaption{
	  font-size : 0.8em;
	  color : #666;
	  margin-top: 1em;
  }
 .pub img{
	 max-width: 175px;
	 max-height: 220px;
	 box-shadow:  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12)
	 
 }
#slVideo{
	 
 }
 .projectNav{
	 font-weight: bold;
	 letter-spacing:.25em
 }
 .projectNav a {
		 font-weight: normal;
	 }

 