﻿.home-title h1 {
	margin: 0;
	padding-left: 164px;
	padding-right: 164px;
	padding-bottom: 1.5em;
	font-weight: normal;
}

.phone-hero {
	position: relative;
	height: 648px;
}

	.phone-hero img {
		margin: auto;
	}

.left {
	position: relative;
	display: flex;
	flex-flow: row;
	justify-content: flex-end;
	width: 50%;
	text-align: right;
}

.right {
	width: calc(50% - 48px);
	margin-left: 48px;
}

img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block; /* remove extra space below image */
}

.old-couple-top {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: 1s;
}

.free-block {
	text-align: center;
	background-color: #FFDF4F;
	color: #E54056;
	padding: 6px 0;
}

.free-block h2 {
	margin: 0;
	font-size: 32px;
}

.free-block p {
	margin: 0;
}

.chevron-container {
	position: relative;
	display: flex;
	flex-flow: row;
	justify-content: flex-end;
	flex: 1;
	margin-right: 24px;
	margin-top: 24px;
}

.chevron {
	margin-left: 24px;
	height: 48px;
	right: unset;
	left: 0;
}

.chevrons-and-album {
	margin: 0 0 48px 12px; 
	display: flex;
	flex-direction: row;
}

.chevrons-and-album .chevrons {
	margin: 24px 0 0 0;
	display: flex;
	flex-direction: row;
}

.chevrons-and-album .chevron {
	flex-grow: 1;
}

.chevrons-and-album .album {
	flex-grow: 3;
	margin-left: 64px;
}

.chevrons-and-album .album img {
	max-width: 100%;
}

.gif {
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.25);
	border-radius: 13%/7%;
}

.image-scroller-container {
	position: absolute;
	top: 3%;
	right: 9%;
	padding-top: 168%;
	width: calc(100% - 18%);
	z-index: -100;
}

.slider-cover {
	position: absolute;
	left: calc(100% - 9%);
	height: 100%;
	width: 100vw;
	background-color: #ffffff;
	z-index: -90;
}

.image-scroller {
	position: absolute;
	top: 0;
	letter-spacing: 0;
	display: flex;
	flex-flow: row;
	width: calc((100% + 9%) * 5);
	height: 100%;
	margin-left: -4.5%;
	transition: 0.5s;
}

	.image-scroller .item {
		position: relative;
		margin: 1%;
		height: 100%;
		width: 100%;
	}

		.image-scroller .item img {
			position: absolute;
			max-width: 100%;
			max-height: 100%;
			display: block; /* remove extra space below image */
			top: 50%;
			transform: translate(0%, -50%);
			border-radius: 8px;
			box-shadow: 4px 8px 16px rgba(0, 0, 0, 0.2);
		}

.cloud-img {
	position: absolute;
	right: unset;
	left: 0px;
	transform: translate(0%, -50%);
	width: 75%;
	opacity: 0.2;
	filter: grayscale(100%);
}

.cloud-img-img {
	height: 128px;
	margin-right: 24px;
}


.love-phone {
	right: 4% !important;
	transform: translate(0%, 75%);
	height: 50%;
}


.map-background {
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url('/img/vector-dots-world-map.png');
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.25;
	background-position: center;
	pointer-events: none;
}

.content {
	padding: 32px 0px;
}

.half-hero-image {
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
	background-position: center;
}

.download-button {
	height: 48px;
	padding-left: 182px;
}

.download-container {
	flex: 1;
	display: flex;
	align-items: center;
}

#h1-c {
	pointer-events: none;
}

.mobile-heading {
	text-align: center;
	display: none;
}

@media all and (max-width: 600px) {
	.left {
		flex-flow: column;
		justify-content: center;
	}
	
	.phone-hero {
		height: 496px;
	}

	#phone-hero-small-height {
		height: 300px;
	}

	.old-couple-top {
		top: 0;
		transform: translate(-50%, 0);
	}

	.home-title h1 {
		margin: 0;
		padding-left: 48px;
		padding-right: 48px;
	}

	.chevron-container {
		justify-content: center;
	}

	.chevron-container > h1,
	#app-heading {
		display: none;
	}

	.chevron {
		transform: rotateZ(90deg);
		margin-bottom: 24px;
	}

	.image-scroller-container {
		position: absolute;
		top: 3%;
		padding-top: 146%;
		width: calc(100% - 18%);
	}

	.slider-cover {
		display: none;
	}

	.cloud-img {
		right: unset !important;
		left: 50%;
		top: 0;
		transform: translate(-50%, -50%) !important;
	}
	
	.download-container {
		flex-direction: column;
	}
	
	.download-button {
		padding-left: 0;
	}
	
	.mobile-heading {
		display: block;
		padding: 10px;
	}
	
	.mobile-heading h1 {
		padding-bottom: 0;
		margin-bottom: 0;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 28px;
	}
	
	.content-hero h1 {
		display: none;
	}
}
