body {
  background: url(IMG_9682.jpg)no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;  

}

#container {
	width: 100%;
	height: 100%;

}

#navbar{
	height: 65px;
	width: 100%;
	background-color: grey;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.menuitems {
	float: right;
	margin: 0 auto;
	padding: 20px;
	color: white; 
	font-size: 20px;

}

a {
	text-decoration: none;
	color: inherit;

}

#menutitle {
 	float: left;
}

#portfoliogrid {
	/*display: table;*/
	margin-top: 30px;
	position: relative;
	vertical-align:sub;

}
.griditems img{
	height: 210px;
	width: 320px;
	margin: 0 auto;
	display:table-cell;
	border: 5px solid;
	border-color: white;
}

.griditems {
	position: static;
	display: inline-block;
	padding:3px;

}

#aboutme {
	width: 700px;
	height: 500px;
	background-color: white;
	margin-top: 30px;
	margin-right: auto;
	margin-left:auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	font-size: 15pt;
	padding: 3px;

}

.aboutmeheader {
	width: 100%;
	height: 70px;
	background-color: grey;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 35pt;
	color: white;

}















body {
color: #333333;
font-family: ‘Lucida Console’, Monaco, monospace;
}



/*FONT CSS GOES LAST  */