
.container-lg {
	max-width:1500px;
	margin:0 auto;
}

.container-grid {
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
}

/* ------ */

.hero-content {
	z-index:2;
  	align-items: center;
  	padding-top: 6.6vmax;
    padding-bottom: 6.6vmax;
    justify-content: center;
    max-width: 100%;
    display: flex;
    width: 100%;
    box-sizing: content-box;
    position: absolute;
  	top: 40%;
  	transform: translateY(-40%);
  	flex-direction: column;
  	text-align:center;
}

.hero-content h2 {
  color: #eeeeee;
  text-transform: uppercase;
  margin-bottom:0px;
}
.hero-content h4 {
  color: #eeeeee;
  margin-top:0px;
}

.hero-content p {
  color: #eeeeee;
  text-align:center;
}

.hero-container {
	position: fixed;
    height: 100vh;
    width: 100vw;
    z-index:-1;
}

.hero-background {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.hero-background img {
    position: relative;
    display: block;
    object-position: 50% 50%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.hero-background-overlay {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color:#333333;
}

.wide-gutters [class*=col-], .wide-gutters [class*=col_], .wide-gutters [class~=col] {
    padding: 0 16px 16px;
}

/* ------ */

.hero-background, 
.hero-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fade-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 2s ease-in-out; 
}

.fade-image.is-loaded {
    opacity: 1;
}

.fade-start, .fade-start-60 {
    opacity: 0;
    transition: opacity 2s ease-in-out;
    will-change: opacity; 
}

/* The class our JS will add */
.fade-start.is-visible {
    opacity: 1;
}

.fade-start-60.is-visible {
    opacity: 0.6;
}

.half-background {
  width: 100%;
  /* Syntax: linear-gradient(direction, color stop1, color stop2) */
  background: linear-gradient(to bottom, transparent 50%, #EAE8E6 50%);
}





.port-section {
	background-color: #EAE8E6;
	overflow:hidden;
}
.port-content {
	margin:0 auto;
}
.port-content a {
	cursor: zoom-in;
}

.port-section [class*=col-], .port-section [class*=col_], .port-section [class~=col] {
    padding: 0 4px 8px;
}


@media (max-width: 768px) {
	.f-button {
		display:none;
	}
}

.fancybox__backdrop {
	background: rgb(247 246 240 / 90%);
}

.f-button {
	background-color: rgba(145, 184, 215, 0.90);
}

.f-button:hover {
	background-color: rgba(145, 184, 215, 1.0) !important;
}

.fancybox__container {
  --f-transition-duration: 1s; /* Default is usually around 0.25s */
  --f-transition-easing: cubic-bezier(0.16, 1, 0.3, 1);
}




.masonry-gallery {
  	column-count: 3;
  	column-gap: 18px;
  	margin: 0 auto;
}

.masonry-item {
  	display: block;
  	margin-bottom: 18px;
  	break-inside: avoid;
  	overflow: hidden;
}

.masonry-item img {
  	width: 100%;
  	height: auto;
  	display: block;
  	transition: transform 0.4s ease;
}

.masonry-item:hover img {
  	transform: scale(1.03);
}

@media screen and (max-width: 768px) {
  	.masonry-gallery {
    	column-count: 1;
  	}
}

.project-credits {
	background-color: #EAE8E6;
	overflow-x: hidden;
}

.project-credits p {
	padding-top:30px;
	padding-bottom: 7px;
}

.next-project {
	text-align:center;
	padding-bottom:30px;
}

.next-project-link {
  display: inline-flex;
  align-items: center;  
  gap: 10px;
  text-decoration: none;
  color: #8f8e8b;
  letter-spacing: 0.18em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.next-project-link-text {
	padding-top: 4px;
}

.next-project-link-arrow {
  width: 40px;
  height: 24px;
  color: #8f8e8b;
  display: block;
  transition: transform 0.2s ease-in-out;
}

.next-project-link:hover .next-project-link-arrow {
  transform: translateX(4px);
}
