/**
 * 
 * 
 * ABOVE THE FOLD STYLES
 * 
 */

body.home main section:first-of-type {
	padding-top:0;
}
section:not(:first-of-type) {
  padding-top: 56px;
  padding-bottom: 32px;
}
.heroWrap {
	width: 100%;
	height: auto;
	aspect-ratio: 2/3;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.heroImgWrap {
	position: fixed;
	left: 0;
	width: 100%;
	height: auto;
	aspect-ratio: 2/3;
	z-index: -10;
	overflow: hidden;
	align-items: center;
	background-color: var(--navyBlue);
}
.heroImgWrap img {
	width: 100%;
	height: auto;
	position: relative;
	opacity: 0;
	will-change: opacity;
	transition: opacity 2s ease-in-out;
}
.heroImgWrap img.opaque {
	opacity: 1;
}
.heroContent {
	display: flex;
	flex-direction: column;
	width: 90%;
	padding: 1rem;
	text-align: center;
	align-items: center;
	justify-content: center;
	position: relative;
	border-top: 1px solid rgba(234, 180, 97, 0.5);
	border-bottom: 1px solid rgba(234, 180, 97, 0.5);
	border-radius: 16px;
	background: radial-gradient(at top right, transparent, transparent);
	backdrop-filter: blur( 4px ) contrast(80%) brightness(85%);
	-webkit-backdrop-filter: blur( 4px ) contrast(80%) brightness(85%);
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.25 );
	will-change: background;
	transition: background 5s ease-out;
}
.heroContent.heroGradient {
	background: radial-gradient(at top right, #7dbef74d, #21212e70);
}
.contentLeft-md .heroContent.heroGradient {
	background: radial-gradient(at top right, #7dbef778, #21212e);
}
.heroContent h1 {
	font-size: 72px;
	font-family: dispSerifReg;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75), 0px -1px 1px rgba(255, 255, 255, 0.75);
}
.heroContent p {
	font-size: 17px;
	font-family: sansBold;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 400;
	display: inline;
	width: auto;
	margin-bottom: 8px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75), 0px -1px 1px rgba(255, 255, 255, 0.75);
}
.heroContent .dispSerifReg {
	font-family: dispSerifReg;
}
.heroWrapWave {
	top: -15px;
	width: 100%;
	height: auto;
	aspect-ratio: 8.07/1;
	position: relative;
	overflow: hidden;
	background-image: url("https://assets.jonathanscottinteriors.com/images/wave-shape-top-1200pxW.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.waveLowerBG {
	position: absolute;
	height: 100%;
	bottom: 0;
	z-index: -2;
}
h2, .h2, h3, .h3 {
	font-family: dispSerifReg;
	color: var(--blue);
}
body p {
	font-family: sansReg;
	line-height: 1.25;
}
.headingSmall {
	font-family: sansBold;
}
.introSection .imgWrap {
	margin-bottom: 1rem;
}
.framedFeatureTitle {
	display: inline-block;
	width: auto;
	margin: 0 auto;
	font-size: 24px;
	line-height: 16px;
	background-color: var(--darkGrey);
	padding: 12px 18px 6px;
	outline: 1px solid var(--darkGrey);
	outline-offset: 3px;
	position: relative;
	top: -16px;
	z-index: 5;
}
.featuredTitle {
	font-size: 24px;
	line-height: 16px;
}
.titleArea {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.titleArea h2, .titleArea h3 {
	margin-bottom: 0;
}
.titleArea h2 {
	font-size: 48px;
}
.titleArea h3 {
	font-size: 32px;
}
.goldRule {
    display: inline-block;
    height: 1px;
    border-top: 1px solid var(--gold);
    margin-right: .5rem;
    flex-grow: 1;
}
.titleArea .goldRule {
	min-width: 32px;
}
img.letterpress {
	box-shadow: 0px 2px 3px #fff, -1px -2px 3px rgba(0,0,0,0.4)
}
main {
	padding-top: 60px;
}
body.home main {
	padding-top: 0;
}
.row.introDescRow {
	margin: 0 ;
}
.introDescWrap {
	padding: 0;
}
.introDescWrap .row {
	padding: 0 8px;
}
.introDesc {
	padding: 1.25rem;
}
.introCTA {
	border: 1px solid gray;
	margin: -1.5rem 1rem 0 1rem;
	width: calc(100% - 32px);
	position: relative;
	padding-top: 2rem;
	padding-bottom: 1rem;
}
.introCTA p {
	padding-left: 1rem;
	border-left: 1px solid var(--gold);
}
.introCTA .btn {
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	width: auto;
	white-space: nowrap;
}
.container:has(.featureDescRow) {
	position: relative;
	top: -18px;
}
.singleColFeature .featureDesc {
	padding: 1.875rem;
}

.featureDesc .btn {
	text-align: center;
}




@media (min-width: 768px) {
	.heroWrap {
		align-items: center;
		aspect-ratio: 1/1;
	}
	.heroWrap.contentLeft-md {
		flex-direction: row;
		justify-content: start;
	}
	.heroImgWrap {
		aspect-ratio: 1/1;
	}
	.contentLeft-md .heroContent {
		width: 40%;
		height: 100%;
		margin-bottom: 0;
	}
	.heroContent p {
		font-size: 17px;
	}
	.heroWrapWave {
	  top: -45px;
	}
}





@media (min-width: 992px) {
	.heroWrap {
		aspect-ratio: 16/8;
	}
	.heroImgWrap {
		aspect-ratio: 16/8;
	}
	.heroContent {
		width: 50%;
		height: auto;
		aspect-ratio: 16/7;
		margin-bottom: 16px;
	}
	.heroWrapWave {
	  background-image: url("https://assets.jonathanscottinteriors.com/images/wave-shape-top-1920pxW.svg");
	}
	.titleArea {
		height: 50px;
	}
	.introCTA {
		margin-top: 0;
		margin-left: -2rem;
		padding-top: 1rem;
		padding-left: 3rem;
		width: 50%;
	}
	.framedFeatureTitle {
		font-size: 32px;
	}
}




@media (min-width: 1200px) {
	main {
		padding-top: 60px;
	}
	.heroWrap {
		aspect-ratio: 16/8.5;
		margin-bottom: -110px;
	}
	.heroImgWrap {
		aspect-ratio: 16/8.5;
	}
	.heroContent {
		width: 39%;
		margin-bottom: 120px;
	}
	.heroContent h1 {
		font-size: 90px;
	}
	.heroContent p {
		font-size: 19px;
	}
	.aftContainer-fluid:has(.heroWrapWave) {
		top: 30px;
	}
	.heroWrapWave {
		top: 0;
	}
	.waveLowerBG {
		height: 45%;
	}
	body.home main section:first-of-type {
		padding-top: 56px;
	}
}



@media (min-width: 1440px) {
	.aftContainer-fluid:has(.heroWrapWave) {
		top: 0;
	}
	.contentLeft-md .heroContent {
    width: 32%;
  }
}



@media (min-width: 1920px) {
	.heroWrapWave {
		background-image: url("https://assets.jonathanscottinteriors.com/images/wave-shape-top-3200pxW.svg");
	}
}



@media (min-width: 2300px) {
	.heroContent h1 {
		font-size: 96px;
	}
}




/*
*
*
*
*END ABOVE THE FOLD
*
*
*
*/

.twoColFeature .featureDesc {
	padding-top: 0;
	padding-bottom: 0;
}
.twoColFeature .featureDesc .featureTitle {
	font-size: 23px;
}
.twoColFeature .imgWrap {
	text-align: center;
}
.twoColFeature .imgWrap img {
	outline: 1px solid var(--cremaAgria);
	outline-offset: -1rem;
}

.twoColFeature .imgWrap a.btn {
	position: relative;
	top: -20px;
}

/*
main section:last-of-type {
	background-image: url("https://assets.jonathanscottinteriors.com/images/wave-shape-PageBottom-1200pxW.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom left;
}




@media (min-width: 992px) {
	main section:last-of-type {
		background-image: url("https://assets.jonathanscottinteriors.com/images/wave-shape-PageBottom-1920pxW.svg");
	}
}





@media (min-width: 1920px) {
	main section:last-of-type {
		background-image: url("https://assets.jonathanscottinteriors.com/images/wave-shape-PageBottom-3200pxW.svg");
	}
}
*/