#mobile_nav {
	display: block;
}

h2 {
	font-size: 2.5rem;
}

p {
	font-size: 1.2rem;
}

nav {
	display: none;
}

header a#downloads {
	display: none;
}

header {
	display: block;
	text-align: center;
	top: 2vh;
	height: 20vh;
	margin-top: 0;

}

#hero_image {
	height: 70vh;
}

#hero_image img {
	height: 100%;
	width: initial;
}

#hero_text {
	position: absolute;
	width: 100%;
	top: 16rem;
	left: 0;
	font-size: 1.3rem;
	text-align: center;
	backdrop-filter: blur(2px) brightness(85%);
	padding: 2% 0
}

#hero_text a {
	display: none;
}

#hero_text_alt {
	width: 100%;
	top: 19rem;
	left: 0;
	text-align: center
}

section#mainContent {
	width: 100%;
	padding: 5vh 10vw;
}

#cardsHolder {
	white-space: wrap;
	text-align: center;
	padding: 0 5vw;
}

.cards {
	width: 40%;
	margin: 1.25rem;
}

i#card_slide_left, i#card_slide_right {
	display: none;
}

section#collaborators {
	padding: 4rem;
}

section#collaborators #logos img {
  padding: 3rem;
}

section#collaborators #logos {
	flex-wrap: wrap;
	margin: 1rem 0;
}

section#constructionMilestones {
	text-align: left;
	padding: 4rem;
}

#cardsHolderConstruction {
	white-space: wrap;
	padding: 0;
}

.constructionCards {
	width: 40%;
	margin: 1.25rem;
}

#firstCardConstruction {
	margin: 1.25rem;
}

section#mainContentAlt {
	width: 80%;
	margin-left: 10%;
	padding: 2rem 0;
}

section#rebuild_footer {
	padding: 4rem;
}

section#rebuild_footer p {
	width: 100%;
}

section#rebuild_footer img {
	height: 100%;
	width: initial;
}

form#contact {
	width: 85%;
	margin: 2rem auto 0 auto;
}

form#contact input[type="submit"] {
	width: 40%;
}

#success_msg, #failure_msg {
	font-size: 1.1rem;
}

.modal-content {
	margin: 5% auto;
	padding: 5%;
	width: 80%;
}

.file-list p {
	font-size: 1rem;
}