footer {
	background-color: var(--quaternary);
	min-height: 250px;
	display: flex;
	justify-content: space-between;
	color: var(--quaternary-text);
	font-size: 28px;
	padding-inline: min(2vw, 40px);
	flex-wrap: wrap;
}
#email {
	padding: 10px;
	text-align: center;
}
.emailbtn {
	border: 3px solid var(--quaternary-text);
	border-radius: 2px;
	color: white;
	text-decoration: none;
	padding: 6px; 
	font-size: 22px;
	margin: 10px;
	display: block;
}
.emailbtn:hover {
	background-color: #FFF2;
}
#social {
	padding: 10px;
	text-align: center;
}
#socialcontainer {
	text-align: center;
}
.socialbtn {
	width: 60px;
	margin: 10px;
	display: inline-block;
}
.socialbtn img {
	width: 100%;
}
#locations .location {
	display: flex;
}
#locations svg {
	height: 40px;
	width: 40px;
}
#locations .location {
	margin: 10px;
}
#locations .location .parentheses {
	font-size: 20px;
	font-family: Lato;
}
#logoleft .times {
	text-align: center;
	font-size: 18px;
	font-family: Lato;
}
.footersection {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media (max-width: 900px) {
	footer .footersection {
		flex: 0 0 40%;
	}
}
