@charset "UTF-8";
main {
	margin-left: 0px;
	margin-right: 0px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	position: absolute;
	margin-top: 0px;
	margin-bottom: 0px;
	top: 0;
	left: 0;
	width: 100%;
	/* [disabled]min-height:660px; */
}
.button-wrapper {
	margin-top: 60px;
}
.button-wrapper a:nth-last-of-type(1) { /* hide massage button */
	display: none;
}
.home-button {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	max-width: 450px;
	padding: 16px 0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #DDDDDD;
	background: rgb(229,229,229);
	background: -moz-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 50%, rgba(240,240,240,1) 100%);
	background: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 50%, rgba(240,240,240,1) 100%);
	background: linear-gradient(to bottom, rgba(240,240,240,1) 0%, rgba(255,255,25http://www.mccarthycook.com/5,1) 50%, rgba(240,240,240,1) 100%);
	ilter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5', GradientType=0 );
	box-sizing: border-box;
	text-align: center;
	margin-top: 18px;
	margin-bottom: 8px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.53);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.53);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.53);
	display: block;
	width: 80%;
	opacity: .92;
}
.home-button img {
	max-width: 320px;
	width: 80%
}
.home-button:hover {
	background: white;
	opacity:1;
}
.home-button:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: 0none;
	box-shadow: none;
}
.terms {
	text-align: center;
	font-size: 13px;
	color: #fff;
	margin-bottom: 30px;
}
.terms p span {
	margin-right: 8px;
	margin-left: 8px;
}
.terms a {
	color: #fff
}
.footerlogo {
	display: block;
	margin: auto;
	width: 40%;
	position: relative;
	max-width: 180px;
	padding-bottom: 30px
}
body {
	/* [disabled]background-image: url(../img/home/bg-1.jpg); */
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]background-position: center; */
	/* [disabled]background-size: cover; */
}
.background {
	display: block;
	height: 100%;
	width: 100%;
	padding-top: 0px;
	padding-left: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:0
}
html {
	height: 100%
}
.button-wrapper a:nth-of-type(5) { /* hide Massage button */
	display:none;}
.button-wrapper a:nth-of-type(2) { /* hide Rideshare button */
	display:none;}
/* .button-wrapper a:nth-of-type(1) { temporarily hide HID button 
	display:none;}*/