h2 {
	font-size: 2.5rem;
}

p {
	font-size: 1.3rem;
}

section#mainContent {
	width: 85%;
}

.cards {
	width: 30%;
}

.constructionCards {
	width: 23%;
	margin: 0.5rem;
}

.constructionCardContent {
	height: 60%;
}

.constructionCardContent p {
	font-size: 1rem;
	height: 100%;
}

#hero_text {
	width: 60%;
}

#hero_text_alt {
	width: 50%;
	top: 17rem;
	left: 25%;
}

#hero_text_alt2 {
  top: 35vh;
  left: 25%;
  font-size: 1.3rem;
}

section#collaborators #logos img {
  padding: 4rem;
}


section#collaborators #logos {
	flex-wrap: wrap;
	margin: 1rem 0;
}

section#constructionMilestones {
	padding: 4rem;
}

section#rebuild_footer {
	padding: 4rem;
}

section#rebuild_footer p {
	width: 100%;
}

section#rebuild_footer img {
	height: 100%;
}

form#contact {
  margin: 2rem auto 0 auto;
  width: 85%;
}

#success_msg, #failure_msg {
	font-size: 1.2rem;
}


footer p {
	font-size: 1rem;
}

.modal-content {
	margin: 5% auto;
	padding: 5%;
	width: 80%;
}

.file-list p {
	font-size: 1rem;
}
