h3{
	font-size: 1.2rem;
	margin-block-end: 1em;
	font-family: 'Haas-Medium', sans-serif;
	color: rgba(var(--grey), 1);
}

body {
	margin: 0;
	font-family: sans-serif;
  }

  h4{
	font-size: 1rem;
	margin-block-end: 1em;
  }

  .pod-feature-image{
    width: 320px;
    height: 415px;
  }

  .entry-header{
	justify-content: start;
    align-items: start;
	padding: 10em 2em 2em 2em;
  }

  .entry-header h1{
	font-size: 12vw;
	padding: .2em 0em 0em 0em;
	height: auto;
	width: auto;
  }

  .intro h2 {
    padding: 0;
    font-size: 1.875rem;
    line-height: 1.2em;
    padding-top: 2em;
}

h4{
	font-size: 1.1rem;
	color: rgba(var(--grey), 1);
	max-width: 550px;
}

p {
	font-size: 1.1rem;
	max-width: 550px;
}

.credits-wrapper{
position: absolute;
right: 1em;
top: 10em;
}

.first-section{
	padding: 12rem 2rem 2rem 2rem;
}

.gallery-slider {
    position: relative;
    overflow: hidden;
    height: 100%;
	transform: translate(176px, 0px);
}

.gallery-two-slider {
    position: relative;
    overflow: hidden;
    height: 100%;
	transform: translate(176px, 0px);
}

.gallery-wrapper{
	width: 500px;
	height: 500px;
	overflow: hidden;
}

.sticky-image {
    width: 50%;
	height: 430px;
	transform: translate(5%);
}

.slick-slide img{
	padding-right: 1em;
}

.slick-slide, .slick-slide-one {
    width: 300px !important;
}
.big-image-wrapper{
	display: flex;
	flex-direction: column;
}
.section.big-image.two {
	height: 90vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.section.big-image.three {
	height: 90vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
}


.section.big-image {
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.big-image img{
	width: 1000px;

}

.caption, .caption p  {
	font-size: .8rem;
	font-family: 'Haas-Medium', sans-serif;
    text-indent: 0px;
	line-height: 1.1em;
	padding-top: 1rem;
	max-width: 420px;	
	color: #a4a4a4;
}

.post-feature-image{
	height: 90vh;
    overflow: hidden;
    opacity: 1;
    width: 100%;
}

.image-container.full {
    padding-top: 20%;
    height: 100%;
}

.grid3 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 20px;
}

.span4 {
    grid-column: span 4;
}

.span6{
	grid-column: span 6;
}
  .test-section {
	padding: 4rem 2rem;
  }

  .sticky-layout {
	display: flex;
	gap: 2rem;
	margin: 0 auto;
	min-height: 100vh; /* ensures scroll space */
  }
  .sticky-image-wrapper{
	display: flex;
	flex-direction: column;
	gap: 2rem;
	width: 50%;
  }
  .sticky-image {
	flex: 1;
	overflow: hidden;
	width: 100%;
	height: 600px
  }
  .custom-nav, .custom-nav-two {
	font-family: 'Haas-Medium', sans-serif;
    transform: translate(170px, 0px);
  }
.custom-nav button{
    color: #a7a7a7 !important;
    font-size: .6rem !important;
    padding: .4em;
	width: auto !important;	
}
.custom-nav-two button{
    color: #a7a7a7 !important;
    font-size: .6rem !important;
    padding: .4em;
	width: auto !important;
}


  .sticky-copy {
	flex: 1;
  }

  .sticky-box {
	position: sticky;
	top: 2rem;
  }

  .next-section {
	padding: 10rem 2rem;
	background: #d0ebff;
	text-align: center;
  }

  .sticky-copy{
		width: 50%
  }

.copy-inner{
	max-width: 850px;
}
  
p{
	margin-block-end: 1em;
}
  .image {
	flex: 2;
  }
  
  .copy {
	flex: 1;
  }
  
  .sticky {
	position: sticky;
	top: 2rem;
	background: #f8f8f8;
	padding: 1rem;
	border: 1px solid #ddd;
  }
  
  .image {
	flex: 2;
  }
  
  .copy {
	flex: 1;
  }
  
  .sticky {
	position: sticky;
	top: 2rem;
	background: #f8f8f8;
	padding: 1rem;
	border: 1px solid #ddd;
  }


.span4 .image-container.portrait{
	margin-bottom: 1em;
}
.caption p{
    font-size: .8rem;
    text-indent: 0px;
}

.section {
    padding-top: 6em;
}

.image-container.landscape {
    margin-bottom: 1em;
}

.image-container.portrait {
    margin-bottom: 1em;
}

@media screen and (max-width: 1024px) {
	.custom-nav, .custom-nav-two{
		transform: translate(25px, 0px);
	}	
	.gallery-slider, .gallery-two-slider{
		transform: translate(25px, 0px);
	}
}


@media screen and (max-width: 760px) {
	.image{
		height: auto;
	}
	.test-section {
		padding: 2rem 2rem;
	}
	.section {
		padding-top: 2em;
		padding-bottom: 2em;
	}
	.entry-header {
		justify-content: start;
		align-items: start;
		padding: 5em 2em 2em 2em;
	}
	.pod-feature-image {
		width: 100%;
		height: auto;
	}
	.credits-wrapper {
		position: relative;
		right: 1em;
		top: 2em;
	}
	.top-section {
	    margin-top: 1em;
	}
	.first-section {
		padding: 5rem 2rem 2rem 2rem;
	}
	.sticky-image {
		width: 100%;
		height: auto;
		transform: none;
	}
	.gallery-slider, .gallery-two-slider{
		transform: none;
	}
	.section.big-image, .section.big-image.two, .section.big-image.three{
		height: auto;
	}
	.sticky-layout {
		flex-direction: column;
	  }
	  .sticky-box, .sticky-image, .sticky-copy {
		position: relative;
		top: 0rem;
	  }
	  .sticky-copy{
		width: 100%
 	 }
	  .entry-header{
		top: 2em;
	  }
	  .span12 {
        grid-column: span 12;
    }
	.entry-header h1{
		font-size: 3.4rem !important;
	}
	.custom-nav, .custom-nav-two{
		transform: translate(0px, 0px);
	}
}