.header {
		background-color: #f2efed;
}

.header h1 {
		font-size: 2.5rem;
}

.header h4 {
		margin-bottom: 8px;
		font-size: 1.2rem;
}

.header p {
		margin: 0;
}

.intro-blurb {
		margin: 0 auto;
		max-width: 617px;
		text-align: center;
}

.intro-blurb h2 {
		font-family: acumin-pro, sans-serif;
		font-size: 2rem;
		font-weight: 700;
		text-transform: none;
}

.hr {
		margin: 40px;
		border-top: 1px solid #d5d0ca;
}

.questions {
		margin: 0 auto;
		max-width: 800px;
		text-align: center;
}

.questions h3 {
		margin-bottom: 0;
		font-size: 2rem;
		color: #1e384b;
}

.questions p {
		margin: 0;
		line-height: 1.5;
}

.architectural-style-links {
		display: flex;
		column-gap: 30px;
		row-gap: 30px;
		flex-wrap: wrap;
		margin-top: 60px;
		margin-left: 100px;
		padding-bottom: 80px
}

.architectural-style-links a {
		border: 1px solid #707070;
		padding: 10px;
		text-align: center;
}

.architectural-style-links img {
		width: 298px;
		height: 200px;
}

.architectural-style-links a:link, .architectural-style-links a:visited {
		color: #1e384b;
		text-decoration: none;
}

.architectural-style-links a:hover {
		box-shadow: 0 0 12px rgba(0, 0, 0, .4);
}

.architectural-style-links h4 {
		margin-top: 6px;
		margin-bottom: 4px;
		font-weight: normal;
}