footer {
	height: auto;
	width: 100%;
	background-color: white;
	padding: 20px;
	min-width: 250px;

	max-width: 2000px;
	margin-left: auto;
	margin-right: auto;
}

#Inside-Footer-Wrapper {
	background-color: #f3f3f3;
	height: 100%;
	width: 100%;

	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	flex-wrap: nowrap;
	padding: 5px;
}
#Inside-Footer-Wrapper h2 {
	color: black;
	font-size: 21px;
	letter-spacing: 2px;
	text-align: left;
	margin: 10px;
}
#Inside-Footer-Wrapper p {
	color: black;
	font-size: 14px;
	letter-spacing: 1px;
}
#Footer-Content-Holder {
	background-color: inherit;
	height: auto;
	min-height: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;

	width: 100%;
	margin-left: auto;
	margin-right: auto;

	padding: 10px;
}


#Footer-Content-List-Holder {
	width: auto;

	display: flex;
	justify-content: left;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;

	height: auto;
	width: 100%;

	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
}
#Footer-Content-List-Holder ul {
	margin: 40px;
}
#Footer-Content-List-Holder p {
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 1px;
}
#Footer-Content-List-Holder ul, a {
	color: black;
	text-decoration: none;
	font-size: 15px;
}
#Footer-Content-List-Holder a:hover {
	text-decoration: underline;

}
#Footer-Content-List-Holder h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
#Footer-Content-List-Holder ul li {
	line-height: 30px;
	letter-spacing: 1px;
	list-style: inside;
}




















#Quick-Select-Buttons {
	width: 18%;
	height: auto;


	background-color: inherit;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;

	border-left: 2px solid black;
}
#Quick-Select-Buttons li {
	border: 2px solid black;
	border-radius: 5px;
	
	width: 150px;
	height: 45px;

	margin: 5px;

	text-align: center;

	margin-left: auto;
	transition: .5s;
}
#Quick-Select-Buttons li:hover {
	background-color: white;
	border: 2px solid #757272;
}
#Quick-Select-Buttons li:hover a {
	color: #757272;
}
#Quick-Select-Buttons li a {
	color: black;

	height: 100%;
	width: 100%;

	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
}






@media only screen and (max-width: 1210px) { 
	#Footer-Content-List-Holder ul {
		margin: 20px;
	}
	#Quick-Select-Buttons {
		width: 25%;
	}
}
@media only screen and (max-width: 1100px) { 
	#Footer-Content-List-Holder {
		flex-direction: column;
	}
}
@media only screen and (max-width: 900px) { 
	#Quick-Select-Buttons {
		width: 35%;
	}
}
@media only screen and (max-width: 760px) { 
	#Quick-Select-Buttons {
		width: 40%;
	}
}
@media only screen and (max-width: 660px) { 
	#Quick-Select-Buttons {
		width: 55%;
	}

}
@media only screen and (max-width: 600px) { 
	#Quick-Select-Buttons {
		display: none;
	}
	#Inside-Footer-Wrapper h2 {
		text-align: center;
	}
	#Footer-Content-List-Holder ul {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	#Inside-Footer-Wrapper p {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 440px) { 
	#Footer-Content-List-Holder ul {
		margin: 5px;
	}
	footer {
		padding: 10px;
	}
	#Footer-Content-Holder {
		padding: 0px;
	}
	#Footer-Content-List-Holder ul, a {
		font-size: 14px;
	}
	#Inside-Footer-Wrapper h2 {
		font-size: 17px;
	}
}
@media only screen and (max-width: 340px) { 
	footer {
		padding: 5px;
	}
	#Inside-Footer-Wrapper {
		padding: 2px;
	}
}
@media only screen and (max-width: 315px) { 
	footer {
		padding: 5px;
	}
	#Inside-Footer-Wrapper {
		padding: 2px;
	}
	#Footer-Content-List-Holder ul li {
		list-style: outside;
		margin-left: 10px;
	}
}