body {
	margin: 0px;
	background: rgba(106, 106, 106, 0.21);
	font-family: Lato, sans-serif;
}
/* Lato Font */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	src: local('Lato Light'), local('Lato-Light'), url(./fonts/Lato-Light.ttf) format('truetype');
}
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: local('Lato Regular'), local('Lato-Regular'), url(./fonts/Lato-Regular.ttf) format('truetype');
}
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	src: local('Lato Bold'), local('Lato-Bold'), url(./fonts/Lato-Bold.ttf) format('truetype');
}
.content {
	background: white;
	display: block;
/* 	font-family: Lato; */
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}
/* Two logos on top */
.topimages {
	height: 100%;
	height: 120px;
	margin-top: -5px;
}

.right {
	float: right;
	padding-right: 100px;
	padding-top: 25px;
}
.left {
	float: left;
	padding-left: 100px;
}
/* THANK YOU POP UP */
#thankyou {
	visibility: hidden;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 200;
	background-color: black;
	opacity: 0.9;
}
#thankyou .sectiontitle {
	background-color: white;
	color: black;
	display: block;
	font: 12px;
	left: 50%;
	margin: 300px auto auto auto;
	padding: 40px;
	text-align: center;
	top: 50%;
	width: 500px;
	height: 270px;
}
#thankyou .sectiontitle a {
	text-decoration: none;
	color: rgb(152,152,152);
	float: right;
	font-weight: 700;
	margin-top: -240px;
	margin-right: -20px;
}
.nav {
	color: #FFFFFF;
    background-color: rgb(67,71,79);
	font-weight: 300;
	font-size: 22.34px;
	line-height: 2.2em;
	text-align: center;
}
.sectiontitle {
	color: #42474F;
	font-weight: 300;
	font-size: 35px;
	line-height: 1.50em;
}
.text {
	color: #42474F;
	font-size: 19px;
	font-weight: 300;
	line-height: 1.58em;
	padding-top: 15px;
}

.colwrapper {
	padding: 30px 100px 30px 30px;
}
.signupbox {
	background: rgb(241,241,241);
	border: 1px solid rgb(184,184,185);
	height: 405px;
	margin-top: 15px;
	padding: 10px;
	text-align: center;
}
.signupbody {
	text-align: center;
	padding: 0px;
}
/* Form */
.formcontrol {
	font-size: 14px;
	height: 30px;
	margin-bottom: 10px; 
	width: 80%;
}
/* Words in sign up form */
input#firstname,input#lastname,input#phone,
input#email,input#businessname,.formcontrol {
	color: #42474F;	
	padding-left: 10px;
}
/* Words in form */
::-webkit-input-placeholder { 
	color: rgb(157,157,157);
	padding-left: 1px; 
	vertical-align: middle;
}
::-moz-placeholder {
    color: rgb(157,157,157); 
    padding-left: 1px; 
	vertical-align: middle;
} /* Firefox 19+ */
:-ms-input-placeholder { 
    color: rgb(157,157,157);
	padding-left: 1px; 
	vertical-align: middle;
} /* Because IE still exists. */
input:-moz-placeholder { 
	color: rgb(157,157,157);
	padding-left: 1px; 
	vertical-align: middle;
}
.arrow {
	margin-top: 20px;
	margin-left: -60px;
	position: absolute;
}
/* Red SIGN UP NOW button */
.signupbutton {
	background-color: rgb(152,27,20);
	border: none;
	border-radius: 5px;
	color: white;
	font-weight: 600;
	font-family: Lato;
	height: 45px;
	margin-top: 15px; 
	margin-bottom: 10px;
	width: 150px;
	-webkit-appearance: none; /* Render button in Mobile Safari correctly */
}
.checkboxtext {
	color: #42474F;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.25em;
	padding-bottom: 20px;
	padding-top: 25px;
	margin-top: -20px;
}
.femaleowner { /* on the right column */ 
	padding-top: 40px;
	padding-bottom: 40px;
	height: 339px;
	width: 368px;
}
/* Icons wrapper */
.icons {
	float: left; 
	padding: 10px;
}
.calendartext, .cashtext, .churchtext {
	color: #42474F;
	display: inline;
	font-size: 19px;
	font-weight: 300;
	float: right;
	line-height: 1.58em;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 70px;
	margin-top: -63px;
}
/* Wrapper for male owner and credit cards */
.lightgrey {
    background-color: rgb(241,241,241);
	bottom: 0px;
	clear: both;
	height: 250px;
	position: relative;
}
.maleowner { /* on the left */ 
	bottom: -1px;
	padding-left: 30px;
	position: absolute;
}
.credittext {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin-left: 490px;
	margin-right: 80px;
	padding-top: 30px;
}
.creditcards {
	bottom: 35px;
	margin-left: 100px;
	margin-right: 100px;
	position: absolute;
}
.creditcards img {
	padding-left: 50px;
}
.footer {
	background: white;
	color: #42474F;
	text-align: center;
}
/* White GET STARTED NOW button in footer */
.footerbutton {
	background-color: white;
	border: none;
	border-radius: 5px;
	color: #42474F;
	font-weight: 700;
	font-family: Lato;
	height: 35px;
	margin-left: 30px;
	width: 150px;
}
/* Last paragraph bottom of the page */
.footertext {
	color: rgb(157,157,157);
	font-weight: 400;
	font-size: 12px;
	line-height: 1.25em;
	padding-bottom: 20px;
	padding-top: 25px;
	margin-left: 80px;
	margin-right: 80px;
	text-align: justify;
}

/* Mobile responsiveness  */
@media (min-width: 1024px) {
	.leftcol {
		float: left;
		padding-left: 50px;
		width: 370px;
	}
	.rightcol {
		float: right;
		width: 370px;
	}
}

@media (max-width: 1023px) {
	.arrow {
		display: none;
	}
	.cashtext {
	    padding-left: 10px;
	    margin-top: 0px;
    }
    .calendartext {
	    padding-left: 17px;
	    margin-top: 0px;
    }
	.colwrapper {
		padding-right: 40px;
	}
	.creditcards {
		bottom: 60px;
	}
	.credittext {
		margin-left: 80px;
		margin-right: 80px;
		font-size: 14px;
	}
	#dinners {
		display: none;
	}
	.footertext {	
		margin-left: 10px;
		margin-right: 10px;
	}
	#headertext {
		font-size: 17px; 
	}
	.left {
		display: block;
		margin-left: auto;
		margin-right: auto;
		float: none;
		padding-left: 0px;
	}
	.line {
		float: left;
	}
	.maleowner {
		display: none;
	}	
	.right {
		display: none;
	}
	#savemoney {
		padding-top: 20px;
	}
}

@media (max-width: 840px) {
    .credicards {
	    margin-left: 0px;
    }
    .creditcards img {
		padding-left: 30px;
    }
}

@media (max-width: 760px) {
	.creditcards img {
		padding-left: 10px;
    }
}

@media (max-width: 680px) {
	.creditcards img {
		padding-left: 0px;
    }
}

@media (max-width: 688px) {
	body .cashtext {
		padding-left: 70px;
		margin-top: -63px;
	}
}

@media (max-width: 650px) {
	body .calendartext {
		padding-left: 70px;
		margin-top: -60px;
	}
	body .creditcards {
		margin-left: 30px;
		bottom: 50px;
    }
	.femaleowner {
		width: 100%;
		height: 100%;
	}
}

@media (max-width: 570px) {
	.creditcards {
		display: none;
	}
	body .credittext {
		margin-left: 20px;
		margin-right: 20px;
	}
	.lightgrey {
		height: 130px;
	}
}

@media (max-width: 480px) {
	body .creditcards {
		margin-left: 20px;	
    }
}

@media (max-width: 450px) {
	#headertext {
		font-size: 12px; 
	}
}

@media (max-width: 418px) {
	.footerbutton {
		display: none;
	}
	.lightgrey {
		height: 170px;
	}
}