@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200&display=swap');

* {
	font-family: Roboto;
}

body {
	position: relative;
}

#header {
	position: relative;
	background-color: transparent !important;
	/*border: none !important;*/
}

.landing-top {
	background-image: url(../../img/landing/main.png);
	/*background-image: url(../../img/landing/holiday.png);*/
	background-position: center bottom;
	background-size: auto 120%;
	background-repeat: no-repeat;
}

@media all and (max-width: 768px) {
	.landing-top {
		background-image: url(../../img/landing/main_phone.png);
		background-position: left 24% !important;
		background-size: 100% auto !important;
	}

	.landing-well-wrapper {
		padding-top: 265px;
	}

	#landing-section-top {
		padding-bottom: 25px !important;
	}
}

@media all and (min-width: 900px) and (max-width: 1400px) {
	.landing-top {
		background-position: 20% bottom;
		background-size: auto 120%;
	}
}

@media all and (min-width: 1400px) {
	.landing-top {
		background-position: 0 -150px;
		background-size: auto 135%;
	}	
}

@media all and (max-width: 1024px) {
	.landing-top {
		background-size: auto 150%;
	}
}

@media all and (max-width: 1100px) {

	.landing-top {
		background-position: 24% 76%;
	}
	
	.landing-well {
		background-color: rgba(0, 0, 0, 0.5) !important;
	}

}


.navbar {
	border-bottom: 2px solid #007bff;
}

#header-quicksearch .input-group {
	border-radius: 6px !important;
	-moz-border-radius: 6px !important;
	-webkit-border-radius: 6px !important;
}

#header-quicksearch .form-control-sm {
	height: auto !important;
}

#header-quicksearch input[type="text"] {
	padding: 7px 7px 7px 30px !important;
	font-size: 15px !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

#header-quicksearch .btn {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 41px;
}

.quicksearch-icon {
	font-size: 15px !important;
	top: 11px;
	left: 10px;
	display: inline-block !important;
}

@media all and (max-width: 420px) {
	.quicksearch-icon {
		display: none !important;
	}
	
	#header-quicksearch input[type="text"] {
		padding: 7px !important;
	}
}

.quicksearch-pagination, .quicksearch-results, .quicksearch-filters {
	margin-top: 10px;
}

@media all and (min-width: 768px) and (max-width: 877px) {
	#header-quicksearch {
		min-width: 320px;
	}
}

@media all and (min-width: 991px) and (max-width: 1072px) {
	#header-quicksearch {
		min-width: 320px;
	}
}

.lp-list li {
	margin-top: 40px;
}

.lp-list .lp-images.float-left {
	margin: 5px 20px 5px 0;
}

.lp-list .lp-images.float-right {
	margin: 5px 0 5px 20px;
}

.lp-list img {
	width: 15%;
	height: auto;
}

.lp-icons {
	border-width: 4px !important;
}

.lp-icon {
	font-size: 60px;
	padding-right: 20px;
}

.lp-cta-section {
	border-width: 4px !important;
}

.lp-cta-section .btn:hover {
	display: inline-block;
	-webkit-box-shadow: 0 0 9px 6px #007bff;
	box-shadow: 0 0 9px 6px #007bff;
}

.lp-cta {
	font-size: 25px;
	font-weight: bold;
	border-width: 4px !important;
}

.lp-intake {
	background-color: #ACC330;
}

.lp-intake-heading {
	background-color: #ACC330;
	text-align: center;
}

.lp-intake-heading h1 {
	font-weight: bold;
	font-size: 50px;
}

.lp-intake-content, .lp-expense-content {
	font-size: 18px;
}

.lp-expense {
	background-color: #6AA6E6;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../../img/landing/lp-expense-img.png);
	background-size: 100% auto;
	position: relative;
	min-height: 500px;
}

.lp-stats {
	background-color: rgba(0, 0, 0, 0.3);
	white-space: nowrap;
}

@media all and (max-width: 600px) {

	.lp-expense {
		background-size: auto 150% !important;
		background-position: left 25%;
	}

	.lp-stats .h1 {
		font-size: 22px;
	}
}


@media all and (max-width: 1200px) {
	.lp-expense {
		background-image: url(../../img/landing/lp-expense-img-narrow.png);
	}
}

@media all and (min-width: 1500px) {
	.lp-expense {
		background-image: url(../../img/landing/lp-expense-img-wide.png);
	}
}

.lp-expense-stats {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 15%;
}


.lp-panel-white h2 {
	font-weight: bold;
}

.lp-panel-white {
	font-size: 18px;
}

.lp-recipes {
	position: relative;
	background-image: url(../../img/landing/recipes-bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 100%;
	min-height: 500px;
}

@media all and (min-width: 1100px) {
	.lp-recipes {
		background-size: 100% auto;
	}
}

@media all and (min-width: 500) {
	.lp-recipes-image {
		width: 36%;
		min-width: 500px;
	}
}

.lp-recipes-content h1 {
	font-weight: bold;
}

.lp-recipes-content {
	font-size: 16px;
	font-weight: 400;
	background-color: rgba(0, 0, 0, 0.3);
	max-width: 100%;
}

@media all and (max-width: 991px) {
	.lp-social-heading {
		font-size: 22px;
	}
}

.lp-feature-explanations {
	font-size: 15px !important;
}

.lp-feature-heading {
	font-weight: 400 !important;
}

@media all and (min-width: 991px) {
	.lp-feature-explanations .tab-content {
		min-height: 170px;
	}
}

.lp-social-icons {
	min-width: 200px;
}

.lp-social-icon {
	display: inline-block;
	text-align: center;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 20px;
	color: white;
	border: 2px solid white;
	padding-top: 7px;
	margin-left: 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.lp-social-icon:hover {
	color: #007bff;
	border-color: #007bff;
}


@media all and (min-width: 1200px) {
	.lp-list {
		padding: 0 50px;
	}
}

@media all and (max-width: 1100px) {
	#landing-section-top .text-huge {
		font-size: 50px !important;
	}
}

@media all and (max-width: 768px) {
	#landing-section-top {
		padding-top: 30px !important;
	}
	
	.lp-list .lp-images {
		width: 100%;
		height: auto;
	}
}

/*
@media all and (min-width: 768px) {
	.landing-well {
		position: relative;
		right: -19px;
	}
}
*/

@media all and (max-width: 500px) {
	#landing-android {
		font-size: 30px;
	}
}

#landing-section-top {
	padding-top: 15vh;
	padding-bottom: 90px;
	background-color: transparent;
}

#landing-section-top label {
	display: block;
}

.landing-well {
	margin-top: 8vh;
	/*border: 3px solid #007bff;*/
	min-height: 130px;
}

.landing-well * {
	font-family: assistant;
	font-weight: 200 !important;
}

#lp-quicksearch {
	background-color: transparent;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: white;	
}

#lp-quicksearch:focus {
	border-color: #007bff;
}

.landing-quicksearch-wrapper h3 {
	font-size: 20px;
}

.landing-quicksearch-wrapper h3 {
	margin-bottom: 0;
}

.bg-crop-wrap {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.bg-crop {
	position: relative;
	overflow: hidden;
	height: 100%;
}

#footer-landing {
	margin-top: 0 !important;
	border-top: 3px solid #007bff;
}
