header {
	text-align: center;
	margin: 0px;
}

h1 {
	margin: 10px;
}

body {
	margin-left:  0px;
	margin-right: 0px;
	background-color: whitesmoke;
}


footer {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	text-align: center;
	margin-top: 50px;
	height: 75px;
}

h2 {
	margin: 0px;
}

p {
	text-align: justify;
}

#footer-text {
	padding: 15px;
}

.red-line {
	border: none;
	border-top: 2px solid firebrick;
	margin: 0;
	margin-left:  75px;
	margin-right: 75px;
}

.project2 {
	display: flex;
	margin-top: 35px;
	margin-left:  75px;
	margin-right: 75px;
}

.project-text2 {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.project {
	margin-bottom: -30px;
}

.project-body {
	display: flex;
	align-items: flex-start; /* Align image and text tops */
	margin-top: 0px;
	font-size: 18;
}

.project-image {
	width: 250px;
	height: auto;
	margin-left: 50px;
	object-fit: cover;
	border: 1px solid lightgrey;
}

.project-text {
	flex: 1;
	font-size: 17;
	margin-top: 15px;
}

.separator {
	margin: 10 10px;
	color: black;
}

.date {
	margin: 10px;
	font-style: italic;
}

a:link {
	color: midnightblue;
}

a:visited {
	color: midnightblue;
}

a:hover {
	color: cornflowerblue;
}

/* .site-footer {
	width: 100%;
	background-color: lightblue;
} */
