body{
	background-color: #0d1024;
	color: #efefef;
	font-family: "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 400;
    line-height: 1.7;
}
h1, h2, h3, h4 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #ffffff;
}
h1{
    font-size: clamp(2.4rem, 4.5vw, 3.4rem);
	margin-bottom: 40px;
}
h2 {
  font-size: clamp(1.7rem, 3.2vw, 2.3rem);
}
p {
  color: #d9dbe3;
}
#wrapper{
	max-width: 1200px;
	margin: 40px auto 0;
}
#wrapper h1{
	margin-top: 80px;
	color: #efefef;
}
#wrapper figure{
	margin: 20px 0;
}
#wrapper figure img.construction {
	width: 100%;
}
.side-by-side{
	display: flex;
	justify-content: space-between;
}
.image-nav{
	width: 49%;
}
.image-nav figure{
	margin: 20px 0;
}
.image-nav figure a{
	color: #efefef;
}
.image-nav figure a:visited{
	color: #efefef;
}
.image-nav figure img{
	width: 100%;
}
figcaption.h2{
	font-size: 28px;
	margin-bottom: 20px;
}
#wrapper footer{
	margin-top: 30px;
}