/* Local Overrides */

/*Hero*/
.section-hero
	.section-content
	.hero-slide-wrapper
	.upper-content
	.copy-wrapper
	.hero-headline {
	max-width: 678px;
}
@media only screen and (max-width: 320px) {
	.section-hero
		.section-content
		.hero-slide-wrapper
		.upper-content
		.copy-wrapper {
		bottom: calc(-196px - var(--hero-copy-block-y-adjuster));
	}
}

.section-hero .hero-headline {
	max-width: 15ch;
}

@media only screen and (max-width: 734px) and (min-width: 432px) {
	.section-content .hero-headline {
		max-width: 600px;
	}
}

/* avail message */

.section-manifesto p.typography-label.copy-avail {
	font-size: 16px;
}

/* App Find - More Info */

@media only screen and (max-width: 734px) {
	#main
		> section.section.section-more-features.section-background.river-features
		> div
		> div
		> div.column.column-copy-ios.column-ios.large-5.large-order-2.medium-offset-1.medium-5.small-12.small-order-2.small-offset-0
		> div
		> p:nth-child(2) {
		min-width: 330px;
	}
}

@media only screen and (min-width: 1068px) {
	#main
		> section.section.section-more-features.section-background.river-features
		> div
		> div
		> div.column.column-copy-ios.column-ios.large-5.large-order-2.medium-offset-1.medium-5.small-12.small-order-2.small-offset-0
		> div
		> p:nth-child(2) {
		min-width: 405px;
	}
}

.section-tiles .column:last-child .tile-copy {
	max-width: 32ch;
}

@media only screen and (min-width: 735px) {
	.row-logical.row-privacy
		.column.column-copy-privacy.column-copy-center
		.copy-wrapper {
		width: 360px;
	}
}

/* AR Section */

@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.section-ar .logo-ar {
		margin-top: 93px;
	}
}
