#container {
	width: 100%;
	height: 100%;
}

#landing-page-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 20%;
}

#aster-logo-wrapper {
	width: 30%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#aster-logo {
	height: 70%;
}

#wysa-logo-wrapper {
	width: 35%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#wysa-logo {
	height: 40%;
}

#landing-page-content {
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
	height: 80%;
	box-sizing: border-box;
}

#lpc-col-0 {
	width: 34%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url('../images/girl_image.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
	position: relative;
}

#lpc-col-0-curve {
	position: absolute;
	right: 0;
	top: -1px;
	width: 40%;
	height: 101%;
	background: url('../images/white_curve.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#lpc-col-1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 33%;
	box-sizing: border-box;
	height: 100%;
}

/* #lpc-col-1-aster-logo {
	width: 292px;
	height: 92px;
	background: url('../images/cincinnati-childrens-hospital-medical-center-logo-vector.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 25px;
} */

#lpc-col-1-title {
	font-family: 'Titillium';
	font-weight: bold;
	font-size: 1.2em;
	margin: 20px 0;
	text-align: center;
}

.lpc-col-1-description {
	font-family: 'Titillium';
	font-weight: normal;
	font-size: 1.1em;
	margin: 15px 0;
	text-align: center;
	letter-spacing: 0.8px;
	line-height: 1.8em;
}

#lpc-col-1-download-app-btn {
	font-family: 'Roboto';
	background: #BC5817;
	text-transform: uppercase;
	color: white;
	padding: 20px 80px;
	border-radius: 30px;
	margin-top: 50px;
	cursor: pointer;
	letter-spacing: 1.5px;
	font-weight: bold;
	font-size: 14px;
}

#lpc-col-2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 33%;
	height: 100%;
}

#lpc-col-2-orcha-logo {
	width: 30%;
	margin-bottom: 50px;
}

#lpc-col-1-cchmc-qr {
	width: 25%;
	margin-top: 25px;
	margin-bottom: 10px;
}

.lpc-col-1-link {
	font-family: 'Roboto';
	font-weight: normal;
	font-size: 1em;
	text-align: center;
	letter-spacing: 0.7px;
	line-height: 1.5em;
	margin-bottom: 60px;
	color: teal;
}

#lpc-col-2-rating-image {
	width: 50%;
}

#lpc-col-2-recognition {
	display: none;
}

#lpc-col-2-collab-txt {
	display: none;
}

#lpc-col-2-aster-logo {
	display: none;
}

#mobile-floating-download-app-btn, #mobile-floating-download-app-btn-wrapper {
	display: none;;
}

@media only screen and (max-width: 767px) {
	#landing-page-header {
		display: none;
	}

	#landing-page-content {
		width: 95%;
		display: block;
		overflow: scroll;
		height: 100%;
		margin: 0 auto;
	}

	#landing-page-content:after {
		content: "";
		height: 100px;
		display: block;
	}

	#lpc-col-0 {
		display: none;
	}

	#lpc-col-1 {
		width: 90%;
		height: auto;
		margin: 0 auto;
	}

	#lpc-col-1-email-input {
		width: 100%;
	}

	#lpc-col-1-title {
		font-size: 1.1em;
		margin: 15px 0;
	}

	.lpc-col-1-description {
		font-size: 0.9em;
		margin: 15px 0;
	}

	#lpc-col-1-aster-logo {
		display: none;
	}

	#lpc-col-1-cchmc-qr {
		width: 50%;
		margin-bottom: 25px;
	}

	#lpc-col-1-download-app-btn {
		display: none;
	}

	#lpc-col-2 {
		width: 100%;
		height: auto;
		margin-top: 50px;
	}

	#lpc-col-2-recognition {
		margin: 0 auto;
		width: 80%;
		display: block;
	}

	#lpc-col-2-orcha-logo, #lpc-col-2-rating-image {
		display: none;
	}

	#lpc-col-2-aster-logo {
		display: block;
		width: 80%;
		margin: 20px auto;
	}

	#lpc-col-2-collab-txt {
		display: block;
		width: 80%;
		margin: 0 auto;
		text-align: right;
		font-family: 'Titillium';
		margin-bottom: 20px;
		font-size: 0.8em;
	}

	#mobile-floating-download-app-btn-wrapper {
		display: block;
		position: fixed;
		bottom: 0;
		width: 100%;
		background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%);
		padding: 30px 0 10px 0;
		box-sizing: border-box;
	}

	#mobile-floating-download-app-btn {
		box-sizing: border-box;
		display: block;
		font-family: 'Roboto';
		background: #BC5817;
		text-transform: uppercase;
		color: white;
		padding: 20px 80px;
		border-radius: 30px;
		cursor: pointer;
		letter-spacing: 1.5px;
		font-weight: bold;
		font-size: 14px;
		text-align: center;
		width: 90%;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#landing-page-header {
		display: none;
	}

	#landing-page-content {
		width: 95%;
		display: block;
		overflow: scroll;
		height: 100%;
		margin: 0 auto;
	}

	#landing-page-content:after {
		content: "";
		height: 100px;
		display: block;
	}

	#lpc-col-0 {
		display: none;
	}

	#lpc-col-1 {
		width: 90%;
		height: auto;
		margin: 0 auto;
	}

	#lpc-col-1-email-input {
		width: 100%;
	}

	#lpc-col-1-title {
		font-size: 1.6em;
		margin: 15px 0;
	}

	.lpc-col-1-description {
		font-size: 1.2em;
		margin: 15px 0;
	}

	#lpc-col-1-aster-logo {
		display: none;
	}

	#lpc-col-1-download-app-btn {
		display: none;
	}

	#lpc-col-2 {
		width: 100%;
		height: auto;
		margin-top: 50px;
	}

	#lpc-col-2-recognition {
		margin: 0 auto;
		width: 60%;
		display: block;
	}

	#lpc-col-2-orcha-logo, #lpc-col-2-rating-image {
		display: none;
	}

	#lpc-col-2-aster-logo {
		display: block;
		width: 70%;
		margin: 0 auto;
	}

	#lpc-col-2-collab-txt {
		display: block;
		width: 70%;
		margin: 0 auto;
		text-align: right;
		font-family: 'Titillium';
		margin-bottom: 20px;
		font-size: 1.1em;
	}

	#mobile-floating-download-app-btn-wrapper {
		display: block;
		position: fixed;
		bottom: 0;
		width: 100%;
		background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%);
		padding: 30px 0 10px 0;
		box-sizing: border-box;
	}

	#mobile-floating-download-app-btn {
		box-sizing: border-box;
		display: block;
		font-family: 'Roboto';
		background: #BC5817;
		text-transform: uppercase;
		color: white;
		padding: 20px 80px;
		border-radius: 30px;
		cursor: pointer;
		letter-spacing: 1.5px;
		font-weight: bold;
		font-size: 14px;
		text-align: center;
		width: 90%;
		margin: 0 auto;
	}
}