.projectpreview {
	border-top: 1px solid;
	border-color:#b6b5b5;
}
body {
	font-family: "Urbanist", serif;
	background-color: #f2f2f2;
}
header {
	text-align: center;
	margin-top: 100px;
	margin-bottom: 100px;
	line-height: 40px;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 20px;
	font-weight: 600;
}
.detailsparagraph {
	font-size: 17px;
}
.titleanddetails {
	line-height: 32px;
}
section {
	padding-bottom: 40px; 
}
.location {
	color: rgb(130, 130, 130);
}
em {
	font-weight: 600;
	color: rgb(66, 66, 66);
}
footer {
	border-top: 1px solid;
	border-color:#CBCBCB;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items:center;
}
.topnav a {
	float: right;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
	margin-right: 20px;
  }
  .active {
	color: rgb(118, 118, 118);
  }
  .topsection {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items:center;
	padding-left: 20px;
	padding-top: 20px;
	background-color: rgb(252, 252, 252);
  }
  #footerheader {
	font-weight: normal;
	font-size: 20px;
  }

