body {
	font: 400 15px Lato, sans-serif;
	line-height: 1.8;
	color: #818181;
	overflow-x: hidden;
	margin: 0px;
	font-family: sans-serif;
	font-weight: 1;
	display: flex;
	flex-direction: column;
}

#project-section {
	padding: 40px;
}

#project-section h1 {
	color: rgb(40, 170, 225);
}

.header-img-frame {
	height: 500px;
	overflow: hidden;
	position: relative;
}

.header-img {
	width: 100%;
	position: absolute;
	/* top: -30px; */
	bottom: 0;
}

.page-title {
	padding: 30px;
	background-color: rgb(39, 170, 225);
	color: white;
	font-size: 31px;
	font-weight: bold;
}

h2 {
	font-size: 24px;
}

p {
	font-size: 17px;
}

li {
	font-size: 17px;
}

h4 {
	font-size: 20px;
}
.feature-img-frame {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.feature-img {
	/* width: auto; */
	/* height: 500px; */
}
