@charset "utf-8";
/* CSS Document */
/* FOOTER FOR OPEN TRUCK LIST */

body {
	/*height: 100vh;*/
	display: none;
	/*background-color: #008DAE;*/
}

.body-Container-LandingPage {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-justify-content: center;
	-moz-box-justify-content: center;
	-ms-flex-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
    width: 100%;
    max-width: 600px;
    min-width: 320px;
    height: auto;
    min-height: 98vh;
    padding: 0 0 100px 0;
    /*margin: 0 auto;*/
}

/* FOOTER HACKS */
.footer-SearchContainer {
	background-color: transparent;
}

button.footer-button-FilterMenu {
	background-color: transparent;
	box-shadow: 0px 0px 0px #101216;
	opacity: 0;
	pointer-events: none;
	cursor: default;
}

button.footer-button-FilterMenu > h1 {
	display: none;
	opacity: 0;
	pointer-events: none;
	cursor: default;
}

.footer-SearchContainer input{
	display: none;
	opacity: 0;
	pointer-events: none;
	cursor: default;
}

img {
	content: "";
}

body {
	display: block;
}