
.entry-content {
  margin-top: 0 !important;
}

#lptophero {
	margin: 15vh auto 0 auto;
	width: 95%;
	max-width: 1000px;
	min-height:60vh;
}

.herocontent {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1rem;
	height: 80vh;
}

.hmidlft {
	height: 60vh;	
}

.hmidrt {
	height: 60vh;	
}

.landingctabutt {
    color: white;
    font-weight: 600;
    text-align: center;
    font-size: 135%;
	text-transform: uppercase;
    padding: .5rem;
    max-width: 200px;
	border-radius: 5px;
}

.landingctabutt.stepsgreen {
	background-color: #85AF4B;
	border: 2px solid white;
	margin: 2rem auto;
}

.landingctabutt.stepsorange {
	background-color: #ED9E27;
	border: 2px solid white;
	margin-top: 2rem;
}

.landingctabutt.stepsgreen:hover {
	background-color: #A6C77A;
}

.landingctabutt.stepsorange:hover {
	background-color: #F1B354;
}

.landtxt {
	text-align: center;
	color: black;
	font-weight: 600;
}

.lttitle {
	font-weight: 700;	
}

.lefty {
	text-align: left;	
}

.landtxt.ltlg {
	font-size: 400%;
}

.landtxt.ltmd {
	font-size: 325%;
}

.landtxt.ltmdsm {
	font-size: 220%;
}

.landtxt.ltsm {
	font-size: 130%;
}

.lsmtitle {
	text-align: left;
	font-weight:700;
	font-size:200%;
	color:black;
}

#handicont {
	margin: 10rem 1.5rem 1.5rem 1.5rem;
	color: white;
}

@media screen and (max-width: 1020px) {
	#lptophero {
		margin: 5vh auto 0 auto;
	}
}

@media screen and (max-width: 768px) {
	#handicont {
		margin: 1.5rem 1.5rem 1.5rem 1.5rem;
	}
}

@media screen and (max-width: 440px) {
	
	.landtxt.ltlg {
		font-size: 300%;
	}	

	.landtxt.ltmd {
		font-size: 275%;
	}

	.landtxt.ltmdsm {
		font-size: 180%;
	}

	.landtxt.ltsm {
		font-size: 125%;
	}

	.hmidlft {
		height: 60vh;	
	}	

	.hmidrt {
		height: 60vh;	
	}	
	
	.landpad {
		height: 1rem;
		min-height: 1rem;
	}
}