@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900");
@import url("fontawesome-all.min.css");

/*
	Big Picture by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}


/* Call button styling */
.call-button {
background: #070707;
color: #fff;
padding: 0.6em 1.2em;
border-radius: 6px;
text-decoration: none;
font-weight: bold;
transition: background 0.3s ease;
}
    
	
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	html {
		height: 100%;
	}

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background: #ffffff;
		height: 100%;
		min-width: 320px;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

/* Spinner */

	@-moz-keyframes spinner-rotate {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		100% {
			-moz-transform: scale(1) rotate(360deg);
			-webkit-transform: scale(1) rotate(360deg);
			-ms-transform: scale(1) rotate(360deg);
			transform: scale(1) rotate(360deg);
		}
	}

	@-webkit-keyframes spinner-rotate {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		100% {
			-moz-transform: scale(1) rotate(360deg);
			-webkit-transform: scale(1) rotate(360deg);
			-ms-transform: scale(1) rotate(360deg);
			transform: scale(1) rotate(360deg);
		}
	}

	@-ms-keyframes spinner-rotate {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		100% {
			-moz-transform: scale(1) rotate(360deg);
			-webkit-transform: scale(1) rotate(360deg);
			-ms-transform: scale(1) rotate(360deg);
			transform: scale(1) rotate(360deg);
		}
	}

	@keyframes spinner-rotate {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		100% {
			-moz-transform: scale(1) rotate(360deg);
			-webkit-transform: scale(1) rotate(360deg);
			-ms-transform: scale(1) rotate(360deg);
			transform: scale(1) rotate(360deg);
		}
	}

/* Loader */

	@-moz-keyframes spinner-show {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-webkit-keyframes spinner-show {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-ms-keyframes spinner-show {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@keyframes spinner-show {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-moz-keyframes spinner-hide {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		99% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		100% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: -1;
		}
	}

	@-webkit-keyframes spinner-hide {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		99% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		100% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: -1;
		}
	}

	@-ms-keyframes spinner-hide {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		99% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		100% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: -1;
		}
	}

	@keyframes spinner-hide {
		0% {
			-moz-transform: scale(1) rotate(0deg);
			-webkit-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		99% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: 100001;
		}

		100% {
			-moz-transform: scale(0.5) rotate(360deg);
			-webkit-transform: scale(0.5) rotate(360deg);
			-ms-transform: scale(0.5) rotate(360deg);
			transform: scale(0.5) rotate(360deg);
			color: #e5e6e7;
			z-index: -1;
		}
	}

	@-moz-keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	@-webkit-keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	@-ms-keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	@keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	body {
		text-decoration: none;
	}

		body:before {
			-moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
			-moz-transform-origin: 50% 50%;
			-webkit-transform-origin: 50% 50%;
			-ms-transform-origin: 50% 50%;
			transform-origin: 50% 50%;
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
			color: #e5e6e7;
			content: '\f1ce';
			cursor: default;
			display: none;
			font-size: 2em;
			height: 2em;
			left: 50%;
			line-height: 2em;
			margin: -1em 0 0 -1em;
			opacity: 0;
			position: fixed;
			text-align: center;
			top: 50%;
			width: 2em;
			z-index: -1;
		}

		body:after {
			-moz-animation: overlay-hide 1.5s ease-in forwards !important;
			-webkit-animation: overlay-hide 1.5s ease-in forwards !important;
			-ms-animation: overlay-hide 1.5s ease-in forwards !important;
			animation: overlay-hide 1.5s ease-in forwards !important;
			background: #ffffff;
			content: '';
			display: block;
			height: 100%;
			left: 0;
			opacity: 0;
			position: fixed;
			top: 0;
			width: 100%;
			z-index: -1;
		}

		body.is-preload:before {
			-moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			-webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			-ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
			z-index: 100001;
		}

		body.is-preload:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			opacity: 1;
			z-index: 100000;
		}

	@media (-webkit-min-device-pixel-ratio: 2) {

		body:before {
			line-height: 2.025em;
		}

	}

/* Type */

	body, input, textarea, select {
		font-family: "Source Sans Pro", "sans-serif";
		font-weight: 300;
		font-size: 20pt;
		line-height: 1.75em;
		color: #39454b;
		letter-spacing: 0.025em;
	}

		@media screen and (max-width: 1920px) {

			body, input, textarea, select {
				font-size: 20pt;
			}

		}

		@media screen and (max-width: 1680px) {

			body, input, textarea, select {
				font-size: 15pt;
			}

		}

		@media screen and (max-width: 1280px) {

			body, input, textarea, select {
				font-size: 13pt;
			}

		}

		@media screen and (max-width: 1000px) {

			body, input, textarea, select {
				font-size: 13pt;
			}

		}

		@media screen and (max-width: 736px) {

			body, input, textarea, select {
				font-size: 12pt;
				line-height: 1.5em;
			}

		}

	h1, h3, h4, h5, h6 {
		font-weight: 900;
		color: inherit;
		letter-spacing: -0.0325em;
	}
	h2{
		font-weight: 900;
		color: #000000;
		letter-spacing: -0.0325em;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h2 {
		font-size: 2.25em;
		line-height: 1.25em;
		letter-spacing: -0.05em;
	}
	  
	@media screen and (max-width: 736px) {

		h2 {
			font-size: 1.5em;
		}

	}

	strong, b {
		font-weight: 900;
		color: inherit;
	}

	em, i {
		font-style: italic;
	}

	a {
		-moz-transition: color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out;
		color: #98c593;
	}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr {
		border: 0;
		border-top: solid 1px #e5e6e7;
	}

	blockquote {
		border-left: solid 0.5em #e5e6e7;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	p, ul, ol, dl, table {
		margin-bottom: 1em;
	}

/* Box */

	.box { 
		max-width: 900px; /* Keeps box from getting too wide */
		width: 90%;       /* Box takes up 90% of parent container */
		margin: 0 auto;   /* Center the box */
		background: #ffffff;
		color: #39454b;
		padding: 2em;
	}

		.box > :last-child {
			margin-bottom: 0;
		}

		.box.style2 {
			padding: 3.5em 2.5em 3.5em 2.5em;
			flex-direction: column;
			align-items: flex-start;
		}

		@media screen and (max-width: 736px) {

			.box {
				padding: 1em;
			}

				.box.style2 {
					padding: 1.5em 1.25em 1.5em 1.25em;
					background-color: rgba(255, 255, 255, 0.9);
				}

		}
	
		#contact .box header p {
			max-width: 100%;  /* fill the box */
			text-align: center;
		}

		
		
		/* Contact */

	#contact {
		overflow: hidden;
		padding-bottom: 0;
	}

		#contact .box {
			-moz-transition: -moz-transform 1s ease;
			-webkit-transition: -webkit-transform 1s ease;
			-ms-transition: -ms-transform 1s ease;
			transition: transform 1s ease;
			-moz-transform: translateY(0);
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
			position: relative;
		}

		#contact.inactive .box {
			-moz-transform: translateY(100%);
			-webkit-transform: translateY(100%);
			-ms-transform: translateY(100%);
			transform: translateY(100%);
		}

		@media screen and (max-width: 736px) {

			#contact .box {
				padding: 1.5em 1.5em 2em 1.5em;
			}

		}

		@media screen and (max-width: 480px) {
			#contact .box {
				width: 95%;
				padding: 1em 1em 2em 1em;
			}
			#contact .box header p {
				max-width: 100%;
			}

		}

	
	
/*banner strip*/

.banner-strip {
	width: 100%;                  /* full width across screen */
	background: #000000;          /* banner background color */
	color: #fff;                  /* text color */
	padding: 2em 1em;             /* top/bottom spacing */
	text-align: center;           /* center the text */
	box-sizing: border-box;
	}
	
.banner-strip .content {
max-width: 1100px;            /* limit content width */
margin: 0 auto;               /* center content */
}
		  
/* Banner strip styling */

.banner-strip h2 {
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 0.5em;  
  }

#banner.banner-strip {
padding: 3.5em; /* shorthand for all sides */
}

/* Tablet / medium screens */
@media (max-width: 1000px) {
#banner.banner-strip {
	padding: 2.5em; /* reduce padding on medium screens */
}
}

/* Mobile / small screens */
@media (max-width: 600px) {
#banner.banner-strip {
	padding: 1.5em; /* further reduce padding on small screens */
}
}
  

/* Grey version of banner strip */
.banner-strip.grey {
	background: #f4f4f4; /* light grey background */
	color: #222;   
	margin-bottom: 0.5em;      /* dark text for contrast */
  }
  
  /* Make the header inside this grey banner smaller */
  .banner-strip.grey h2 {
	font-size: 2rem;  /* smaller than default */
	color: #222;        /* match dark text */
  }

  /* Medium screens (tablet) */
@media (max-width: 1000px) {
	.banner-strip.grey h2 {
	  font-size: 1.7rem;
	}
  }
  
  /* Small screens (phones) */
  @media (max-width: 730px) {
	.banner-strip.grey h2 {
	  font-size: 1.4rem;
	}
}

/* Section header container */
.section-header {
	text-align: center;       
	margin-bottom: 40px;
	padding-top: 70px;   /* large padding for desktop */
  }
  
  /* Section header text */
  .section-header h2 {
	font-size: 2.5rem;   /* default for desktop */
	color: #222;
	font-weight: 600;
	margin-bottom: 20px;
	padding-top: 20px;
  }
  
  /* Medium screens (tablet) */
  @media (max-width: 1000px) {
	.section-header {
	  padding-top: 60px;   /* reduce top padding */
	  margin-bottom: 15px;
	}
	.section-header h2 {
	  font-size: 2rem;
	  margin-bottom: 15px;
	}
  }
  
  /* Small screens (phones) */
  @media (max-width: 736px) {
	.section-header {
	  padding-top: 40px;   /* lighter padding for phones */
	  margin-bottom: 20px;
	}
	.section-header h2 {
	  font-size: 1.6rem;
	  margin-bottom: 10ppx;
	}
  }
  
  /* Section header subtitle text */
.section-header p {
	max-width: 900px;     /* keeps text narrower */
	margin: 0 auto;       /* centers it */
	font-size: 20px;
	color: #555;
	line-height: 1.6;
  }
  
  /* Medium screens (tablet) */
  @media (max-width: 1000px) {
	.section-header p {
	  max-width: 500px;
	  font-size: 18px;
	}
  }
  
  /* Small screens (phones) */
  @media (max-width: 736px) {
	.section-header p {
	  max-width: 90%;       /* almost full width with some margin */
	  font-size: 15px;  
	}
  }  
  


 /* Container for columns */
.service-columns {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin: 20px auto 0;
	max-width: 900px;
	text-align: left;
  }
  
  /* Each list */
  .service-columns .service-list {
	flex: 1;
	list-style: none;
	padding-left: 0;
  }
  /* Arrow */
  .service-columns .service-list li::before {
	content: "›";
	color: #000;
	margin-right: 8px;
  }
  
  /* List item spacing */
  .service-columns .service-list li {
	margin: 0.3em 0;
	font-size: 1.1em;
	line-height: 1.6;
  }
  
  /* Link styling */
  .service-list a {
	padding: 0.45em 0.8em;
	color: #222;
	text-decoration: none;
	border-radius: 6px;
	transition: background-color 0.25s ease, color 0.25s ease;
	white-space: normal;           /* allow text wrap */
	max-width: 100%;               /* fit inside column */
  }
  
    
  /* Hover effect */
  .service-list a:hover {
	background: #000;
	color: #fff;
  }
  
  /* Header */
  .box.style2.additional h3 {
	padding-top: 30px;
	font-size: 1.8em;
	text-align: center;
  }
  
  /* Mobile: 2-column grid centered */
  /* @media (max-width: 768px) {
	.service-columns {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1.5em;
		max-width: 420px;
		margin: 0 auto;
		padding: 0 1rem;    
	}
  
	.service-list {
	  padding: 0;
	  margin-bottom: 0;
	  margin-top: 0;
	}
} */

@media (max-width: 768px) {
	.service-columns {
	  display: grid;
	  grid-template-columns: repeat(2, 1fr);
	  gap: 0.1rem 1rem;
	  margin: 0 auto;
	padding: 0 1.2rem;
	}
  
	.service-list {
	  display: contents;    /* removes UL as layout block */
	}
  }
  
  
/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	.button,
	button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
		background-color: #000000;
		border: 0;
		border-radius: 3.5em;
		color: #ffffff;
		cursor: pointer;
		display: inline-block;
		height: 3.5em;
		line-height: 3.5em;
		outline: 0;
		padding: 0 2em 0 2em;
		position: relative;
		text-align: center;
		text-decoration: none;
	}

		input[type="button"].down,
		input[type="submit"].down,
		input[type="reset"].down,
		.button.down,
		button.down {
			width: 5em;
			height: 5em;
			line-height: 4.5em;
			padding: 0;
			background-image: url("images/dark-arrow.svg");
			background-position: center center;
			background-repeat: no-repeat;
			text-indent: -10em;
			overflow: hidden;
		}

			input[type="button"].down.anchored,
			input[type="submit"].down.anchored,
			input[type="reset"].down.anchored,
			.button.down.anchored,
			button.down.anchored {
				bottom: 0;
				border-bottom: 0;
				border-radius: 3em 3em 0 0;
				height: 4.5em;
				margin-left: -2.5em;
			}

		input[type="button"].anchored,
		input[type="submit"].anchored,
		input[type="reset"].anchored,
		.button.anchored,
		button.anchored {
			position: absolute;
			left: 50%;
		}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		.button:hover,
		button:hover {
			background-color: #a8cea4;
		}

		input[type="button"]:active,
		input[type="submit"]:active,
		input[type="reset"]:active,
		.button:active,
		button:active {
			background-color: #88bc82;
		}

		input[type="button"].style2,
		input[type="submit"].style2,
		input[type="reset"].style2,
		.button.style2,
		button.style2 {
			background-color: transparent;
			border: solid 2px #e5e6e7;
			color: inherit;
		}

			input[type="button"].style2:hover,
			input[type="submit"].style2:hover,
			input[type="reset"].style2:hover,
			.button.style2:hover,
			button.style2:hover {
				background-color: rgba(229, 230, 231, 0.25);
			}

			input[type="button"].style2:active,
			input[type="submit"].style2:active,
			input[type="reset"].style2:active,
			.button.style2:active,
			button.style2:active {
				background-color: rgba(229, 230, 231, 0.375);
			}

			input[type="button"].style2.down,
			input[type="submit"].style2.down,
			input[type="reset"].style2.down,
			.button.style2.down,
			button.style2.down {
				background-image: url("images/arrow.svg");
			}

/* Form */

	form {
		margin: 0 0 2em 0;
	}

		form > :last-child {
			margin-bottom: 0;
		}

		form > .fields {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			width: calc(100% + 3em);
			margin: -1.5em 0 2em -1.5em;
		}

			form > .fields > .field {
				-moz-flex-grow: 0;
				-webkit-flex-grow: 0;
				-ms-flex-grow: 0;
				flex-grow: 0;
				-moz-flex-shrink: 0;
				-webkit-flex-shrink: 0;
				-ms-flex-shrink: 0;
				flex-shrink: 0;
				padding: 1.5em 0 0 1.5em;
				width: calc(100% - 1.5em);
			}

				form > .fields > .field.half {
					width: calc(50% - 0.75em);
				}

				form > .fields > .field.third {
					width: calc(100%/3 - 0.5em);
				}

				form > .fields > .field.quarter {
					width: calc(25% - 0.375em);
				}

		@media screen and (max-width: 480px) {

			form > .fields {
				width: calc(100% + 2em);
				margin: -1em 0 2em -1em;
			}

				form > .fields > .field {
					padding: 1em 0 0 1em;
					width: calc(100% - 1em);
				}

					form > .fields > .field.half {
						width: calc(100% - 1em);
					}

					form > .fields > .field.third {
						width: calc(100% - 1em);
					}

					form > .fields > .field.quarter {
						width: calc(100% - 1em);
					}

		}

	label {
		display: block;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		color: #39454b;
		display: block;
		width: 100%;
		padding: 0.65em 0.75em;
		background: none;
		border: solid 2px #e5e6e7;
		color: inherit;
		border-radius: 0.5em;
		outline: none;
	}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		input[type="search"]:focus,
		input[type="url"]:focus,
		select:focus,
		textarea:focus {
			border-color: #9ac8e9;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select {
		line-height: 1.35em;
	}

	textarea {
		min-height: 8em;
	}

	::-moz-focus-inner {
		border: 0;
	}

	::-webkit-input-placeholder {
		opacity: 0.375;
	}

	:-moz-placeholder {
		opacity: 0.375;
	}

	::-moz-placeholder {
		opacity: 0.375;
	}

	:-ms-input-placeholder {
		opacity: 0.375;
	}

/* Icon */

	.icon {
		text-decoration: none;
		position: relative;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon:before {
			line-height: inherit;
		}

		.icon > .label {
			display: none;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

/* Image */

	.image {
		position: relative;
		display: inline-block;
	}

		.image:before {
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background: url("images/overlay.png");
		}

		.image img {
			display: block;
			width: 100%;
		}

		.image.featured {
			display: block;
			width: 100%;
			margin: 0 0 2em 0;
		}

		.image.fit {
			display: block;
			width: 100%;
		}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
		}

		.image.centered {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}

/* List */

	ul.default {
		list-style: disc;
		padding-left: 1em;
	}

		ul.default li {
			padding-left: 0.5em;
		}

	ul.menu {
		cursor: default;
	}

		ul.menu li {
			display: inline-block;
			line-height: 1em;
			border-left: solid 1px #e5e6e7;
			padding: 0 0 0 0.5em;
			margin: 0 0 0 0.5em;
		}

			ul.menu li:first-child {
				border-left: 0;
				padding-left: 0;
				margin-left: 0;
			}

	ol.default {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol.default li {
			padding-left: 0.25em;
		}

/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1em;
		padding-left: 0;
	}

		ul.actions li {
			padding: 0 0 0 1em;
			vertical-align: middle;
		}

		ul.actions.special {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.actions.special li:first-child {
				padding-left: 0;
			}

		ul.actions.stacked {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.actions.stacked li {
				padding: 1.3em 0 0 0;
			}

				ul.actions.stacked li:first-child {
					padding-top: 0;
				}

		ul.actions.fit {
			width: calc(100% + 1em);
		}

			ul.actions.fit li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}

				ul.actions.fit li > * {
					width: 100%;
				}

			ul.actions.fit.stacked {
				width: 100%;
			}

		@media screen and (max-width: 480px) {

			ul.actions:not(.fixed) {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}

				ul.actions:not(.fixed) li {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					padding: 1em 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.actions:not(.fixed) li > * {
						width: 100%;
					}

					ul.actions:not(.fixed) li:first-child {
						padding-top: 0;
					}

					ul.actions:not(.fixed) li input[type="submit"],
					ul.actions:not(.fixed) li input[type="reset"],
					ul.actions:not(.fixed) li input[type="button"],
					ul.actions:not(.fixed) li button,
					ul.actions:not(.fixed) li .button {
						width: 100%;
					}

						ul.actions:not(.fixed) li input[type="submit"].icon:before,
						ul.actions:not(.fixed) li input[type="reset"].icon:before,
						ul.actions:not(.fixed) li input[type="button"].icon:before,
						ul.actions:not(.fixed) li button.icon:before,
						ul.actions:not(.fixed) li .button.icon:before {
							margin-left: -0.5rem;
						}

		}

/* Icons */

	ul.icons {
		cursor: default;
	}

		ul.icons li {
			display: inline-block;
		}

		ul.icons a {
			display: inline-block;
			width: 2em;
			height: 2em;
			line-height: 2em;
			text-align: center;
			border: 0;
		}

/* Sections/Article */

	header {
		margin-bottom: 1em;
	}

		header p {
			display: block;
			margin: 1em 0 0 0;
			padding: 0 0 0.5em 0;
		}

	footer {
		margin-top: 2em;
	}

/* Table */

	table {
		width: 100%;
	}

		table.default {
			width: 100%;
		}

			table.default tbody tr:nth-child(2n+2) {
				background: rgba(229, 230, 231, 0.5);
			}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				text-align: left;
				font-weight: 900;
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default thead {
				background: #39454b;
				color: #ffffff;
			}

			table.default tfoot {
				background: #e5e6e7;
			}

/* Poptrox */

	.poptrox-popup {
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		-ms-box-sizing: content-box;
		box-sizing: content-box;
		background: #fff;
		padding-bottom: 3em;
		box-shadow: 0 0.1em 0.15em 0 rgba(0, 0, 0, 0.15);
	}

		.poptrox-popup .loader {
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -1em 0 0 -1em;
			width: 2em;
			height: 2em;
			display: block;
			font-size: 2em;
		}

			.poptrox-popup .loader:before {
				-moz-animation: spinner-rotate 0.75s infinite linear !important;
				-webkit-animation: spinner-rotate 0.75s infinite linear !important;
				-ms-animation: spinner-rotate 0.75s infinite linear !important;
				animation: spinner-rotate 0.75s infinite linear !important;
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
				color: #e5e6e7;
				content: '\f1ce';
				cursor: default;
				display: block;
				height: 2em;
				left: 0;
				line-height: 2em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 2em;
			}

		.poptrox-popup .caption {
			position: absolute;
			bottom: 0;
			left: 0;
			background: #ffffff;
			width: 100%;
			height: 3em;
			line-height: 2.8em;
			text-align: center;
			cursor: default;
			z-index: 1;
			font-size: 0.9em;
		}

		.poptrox-popup .nav-next,
		.poptrox-popup .nav-previous {
			-moz-transition: opacity 0.2s ease-in-out;
			-webkit-transition: opacity 0.2s ease-in-out;
			-ms-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
			position: absolute;
			top: 0;
			width: 50%;
			height: 100%;
			opacity: 0;
			cursor: pointer;
			background: rgba(0, 0, 0, 0.01);
			-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
		}

		.poptrox-popup .nav-next:before,
		.poptrox-popup .nav-previous:before {
			content: '';
			position: absolute;
			width: 96px;
			height: 64px;
			background: url("images/poptrox-nav.svg");
			top: calc(50% - 1.5em);
			margin: -32px 0 0 0;
		}

		.poptrox-popup:hover .nav-next,
		.poptrox-popup:hover .nav-previous {
			opacity: 0.5;
		}

		.poptrox-popup:hover .nav-next:hover,
		.poptrox-popup:hover .nav-previous:hover {
			opacity: 1.0;
		}

		.poptrox-popup .nav-previous:before {
			-moz-transform: scaleX(-1);
			-webkit-transform: scaleX(-1);
			-ms-transform: scaleX(-1);
			transform: scaleX(-1);
			-ms-filter: "FlipH";
			filter: FlipH;
		}

		.poptrox-popup .nav-next {
			right: 0;
		}

			.poptrox-popup .nav-next:before {
				right: 0;
			}

		.poptrox-popup .nav-previous {
			left: 0;
		}

			.poptrox-popup .nav-previous:before {
				left: 0;
			}

		.poptrox-popup .closer {
			-moz-transition: opacity 0.2s ease-in-out;
			-webkit-transition: opacity 0.2s ease-in-out;
			-ms-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
			position: absolute;
			top: 0;
			right: 0;
			width: 64px;
			height: 64px;
			text-indent: -9999px;
			z-index: 2;
			opacity: 0;
			-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
		}

			.poptrox-popup .closer:before {
				content: '';
				display: block;
				position: absolute;
				right: 16px;
				top: 16px;
				width: 40px;
				height: 40px;
				border-radius: 100%;
				box-shadow: inset 0 0 0 2px #fff;
				background: url("images/poptrox-closer.svg") center center;
				color: #ffffff !important;
			}

		.poptrox-popup:hover .closer {
			opacity: 0.5;
		}

			.poptrox-popup:hover .closer:hover {
				opacity: 1.0;
			}

		body.is-touch .poptrox-popup .nav-next,
		body.is-touch .poptrox-popup .nav-previous,
		body.is-touch .poptrox-popup .closer {
			opacity: 1.0 !important;
		}

		@media screen and (max-width: 736px) {

			.poptrox-popup .nav-next:before,
			.poptrox-popup .nav-previous:before {
				width: 48px;
				height: 32px;
				background-size: contain;
				margin: -16px 0 0 0;
			}

			.poptrox-popup .closer:before {
				right: 12px;
				top: 12px;
				width: 20px;
				height: 20px;
				box-shadow: inset 0 0 0 1px #fff;
				background-size: contain;
				opacity: 0.65;
			}

		}

/* Gallery */

	.gallery {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 45em;
		max-width: 100%;
		margin: 0 auto 2em auto;
	}

		.gallery article {
			-moz-transition: -moz-transform 1s ease, opacity 1s ease;
			-webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
			-ms-transition: -ms-transform 1s ease, opacity 1s ease;
			transition: transform 1s ease, opacity 1s ease;
			-moz-transform: translateX(0);
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
			width: 50%;
			position: relative;
			opacity: 1.0;
			/*ADDED code*/
			position: relative;
			width: 50%;           /* two per row by default */
			aspect-ratio: 1 / 1;  /* force a square shape */
			overflow: hidden;    

		}

			.gallery article .image {
				margin: 0;
				display: block;

				}


			.gallery article:nth-last-child(1n) {
				-moz-transition-delay: 0.05s;
				-webkit-transition-delay: 0.05s;
				-ms-transition-delay: 0.05s;
				transition-delay: 0.05s;
			}

			.gallery article:nth-last-child(2n) {
				-moz-transition-delay: 0.05s;
				-webkit-transition-delay: 0.05s;
				-ms-transition-delay: 0.05s;
				transition-delay: 0.05s;
			}

			.gallery article:nth-last-child(2n) {
				-moz-transition-delay: 0.1s;
				-webkit-transition-delay: 0.1s;
				-ms-transition-delay: 0.1s;
				transition-delay: 0.1s;
			}

			.gallery article:nth-last-child(3n) {
				-moz-transition-delay: 0.1s;
				-webkit-transition-delay: 0.1s;
				-ms-transition-delay: 0.1s;
				transition-delay: 0.1s;
			}

			.gallery article:nth-last-child(3n) {
				-moz-transition-delay: 0.15s;
				-webkit-transition-delay: 0.15s;
				-ms-transition-delay: 0.15s;
				transition-delay: 0.15s;
			}

			.gallery article:nth-last-child(4n) {
				-moz-transition-delay: 0.15s;
				-webkit-transition-delay: 0.15s;
				-ms-transition-delay: 0.15s;
				transition-delay: 0.15s;
			}

			.gallery article:nth-last-child(4n) {
				-moz-transition-delay: 0.2s;
				-webkit-transition-delay: 0.2s;
				-ms-transition-delay: 0.2s;
				transition-delay: 0.2s;
			}

			.gallery article:nth-last-child(5n) {
				-moz-transition-delay: 0.2s;
				-webkit-transition-delay: 0.2s;
				-ms-transition-delay: 0.2s;
				transition-delay: 0.2s;
			}

			.gallery article:nth-last-child(5n) {
				-moz-transition-delay: 0.25s;
				-webkit-transition-delay: 0.25s;
				-ms-transition-delay: 0.25s;
				transition-delay: 0.25s;
			}

			.gallery article:nth-last-child(6n) {
				-moz-transition-delay: 0.25s;
				-webkit-transition-delay: 0.25s;
				-ms-transition-delay: 0.25s;
				transition-delay: 0.25s;
			}

			.gallery article:nth-last-child(6n) {
				-moz-transition-delay: 0.3s;
				-webkit-transition-delay: 0.3s;
				-ms-transition-delay: 0.3s;
				transition-delay: 0.3s;
			}

			.gallery article:nth-last-child(7n) {
				-moz-transition-delay: 0.3s;
				-webkit-transition-delay: 0.3s;
				-ms-transition-delay: 0.3s;
				transition-delay: 0.3s;
			}

			.gallery article:nth-last-child(7n) {
				-moz-transition-delay: 0.35s;
				-webkit-transition-delay: 0.35s;
				-ms-transition-delay: 0.35s;
				transition-delay: 0.35s;
			}

			.gallery article:nth-last-child(8n) {
				-moz-transition-delay: 0.35s;
				-webkit-transition-delay: 0.35s;
				-ms-transition-delay: 0.35s;
				transition-delay: 0.35s;
			}

			.gallery article:nth-last-child(8n) {
				-moz-transition-delay: 0.4s;
				-webkit-transition-delay: 0.4s;
				-ms-transition-delay: 0.4s;
				transition-delay: 0.4s;
			}

			.gallery article:nth-last-child(9n) {
				-moz-transition-delay: 0.4s;
				-webkit-transition-delay: 0.4s;
				-ms-transition-delay: 0.4s;
				transition-delay: 0.4s;
			}

			.gallery article:nth-last-child(9n) {
				-moz-transition-delay: 0.45s;
				-webkit-transition-delay: 0.45s;
				-ms-transition-delay: 0.45s;
				transition-delay: 0.45s;
			}

			.gallery article:nth-last-child(10n) {
				-moz-transition-delay: 0.45s;
				-webkit-transition-delay: 0.45s;
				-ms-transition-delay: 0.45s;
				transition-delay: 0.45s;
			}

			.gallery article:nth-last-child(10n) {
				-moz-transition-delay: 0.5s;
				-webkit-transition-delay: 0.5s;
				-ms-transition-delay: 0.5s;
				transition-delay: 0.5s;
			}

			.gallery article:nth-last-child(11n) {
				-moz-transition-delay: 0.5s;
				-webkit-transition-delay: 0.5s;
				-ms-transition-delay: 0.5s;
				transition-delay: 0.5s;
			}

			.gallery article:nth-last-child(11n) {
				-moz-transition-delay: 0.55s;
				-webkit-transition-delay: 0.55s;
				-ms-transition-delay: 0.55s;
				transition-delay: 0.55s;
			}

			.gallery article:nth-last-child(12n) {
				-moz-transition-delay: 0.55s;
				-webkit-transition-delay: 0.55s;
				-ms-transition-delay: 0.55s;
				transition-delay: 0.55s;
			}

			.gallery article:nth-last-child(12n) {
				-moz-transition-delay: 0.6s;
				-webkit-transition-delay: 0.6s;
				-ms-transition-delay: 0.6s;
				transition-delay: 0.6s;
			}

			.gallery article:nth-last-child(13n) {
				-moz-transition-delay: 0.6s;
				-webkit-transition-delay: 0.6s;
				-ms-transition-delay: 0.6s;
				transition-delay: 0.6s;
			}

			.gallery article:nth-last-child(13n) {
				-moz-transition-delay: 0.65s;
				-webkit-transition-delay: 0.65s;
				-ms-transition-delay: 0.65s;
				transition-delay: 0.65s;
			}

			.gallery article:nth-last-child(14n) {
				-moz-transition-delay: 0.65s;
				-webkit-transition-delay: 0.65s;
				-ms-transition-delay: 0.65s;
				transition-delay: 0.65s;
			}

			.gallery article:nth-last-child(14n) {
				-moz-transition-delay: 0.7s;
				-webkit-transition-delay: 0.7s;
				-ms-transition-delay: 0.7s;
				transition-delay: 0.7s;
			}

			.gallery article:nth-last-child(15n) {
				-moz-transition-delay: 0.7s;
				-webkit-transition-delay: 0.7s;
				-ms-transition-delay: 0.7s;
				transition-delay: 0.7s;
			}

			.gallery article:nth-last-child(15n) {
				-moz-transition-delay: 0.75s;
				-webkit-transition-delay: 0.75s;
				-ms-transition-delay: 0.75s;
				transition-delay: 0.75s;
			}

			.gallery article:nth-last-child(16n) {
				-moz-transition-delay: 0.75s;
				-webkit-transition-delay: 0.75s;
				-ms-transition-delay: 0.75s;
				transition-delay: 0.75s;
			}

			.gallery article:nth-last-child(16n) {
				-moz-transition-delay: 0.8s;
				-webkit-transition-delay: 0.8s;
				-ms-transition-delay: 0.8s;
				transition-delay: 0.8s;
			}

			.gallery article:nth-last-child(17n) {
				-moz-transition-delay: 0.8s;
				-webkit-transition-delay: 0.8s;
				-ms-transition-delay: 0.8s;
				transition-delay: 0.8s;
			}

			.gallery article:nth-last-child(17n) {
				-moz-transition-delay: 0.85s;
				-webkit-transition-delay: 0.85s;
				-ms-transition-delay: 0.85s;
				transition-delay: 0.85s;
			}

			.gallery article:nth-last-child(18n) {
				-moz-transition-delay: 0.85s;
				-webkit-transition-delay: 0.85s;
				-ms-transition-delay: 0.85s;
				transition-delay: 0.85s;
			}

			.gallery article:nth-last-child(18n) {
				-moz-transition-delay: 0.9s;
				-webkit-transition-delay: 0.9s;
				-ms-transition-delay: 0.9s;
				transition-delay: 0.9s;
			}

			.gallery article:nth-last-child(19n) {
				-moz-transition-delay: 0.9s;
				-webkit-transition-delay: 0.9s;
				-ms-transition-delay: 0.9s;
				transition-delay: 0.9s;
			}

			.gallery article:nth-last-child(19n) {
				-moz-transition-delay: 0.95s;
				-webkit-transition-delay: 0.95s;
				-ms-transition-delay: 0.95s;
				transition-delay: 0.95s;
			}

			.gallery article:nth-last-child(20n) {
				-moz-transition-delay: 0.95s;
				-webkit-transition-delay: 0.95s;
				-ms-transition-delay: 0.95s;
				transition-delay: 0.95s;
			}

			.gallery article:nth-last-child(20n) {
				-moz-transition-delay: 1s;
				-webkit-transition-delay: 1s;
				-ms-transition-delay: 1s;
				transition-delay: 1s;
			}

			.gallery article:nth-last-child(21n) {
				-moz-transition-delay: 1s;
				-webkit-transition-delay: 1s;
				-ms-transition-delay: 1s;
				transition-delay: 1s;
			}

			.gallery article:nth-last-child(21n) {
				-moz-transition-delay: 1.05s;
				-webkit-transition-delay: 1.05s;
				-ms-transition-delay: 1.05s;
				transition-delay: 1.05s;
			}

			.gallery article:nth-last-child(22n) {
				-moz-transition-delay: 1.05s;
				-webkit-transition-delay: 1.05s;
				-ms-transition-delay: 1.05s;
				transition-delay: 1.05s;
			}

			.gallery article:nth-last-child(22n) {
				-moz-transition-delay: 1.1s;
				-webkit-transition-delay: 1.1s;
				-ms-transition-delay: 1.1s;
				transition-delay: 1.1s;
			}

			.gallery article:nth-last-child(23n) {
				-moz-transition-delay: 1.1s;
				-webkit-transition-delay: 1.1s;
				-ms-transition-delay: 1.1s;
				transition-delay: 1.1s;
			}

			.gallery article:nth-last-child(23n) {
				-moz-transition-delay: 1.15s;
				-webkit-transition-delay: 1.15s;
				-ms-transition-delay: 1.15s;
				transition-delay: 1.15s;
			}

			.gallery article:nth-last-child(24n) {
				-moz-transition-delay: 1.15s;
				-webkit-transition-delay: 1.15s;
				-ms-transition-delay: 1.15s;
				transition-delay: 1.15s;
			}

		.gallery.inactive article {
			opacity: 0;
		}

			.gallery.inactive article.from-left {
				-moz-transform: translateX(-14em);
				-webkit-transform: translateX(-14em);
				-ms-transform: translateX(-14em);
				transform: translateX(-14em);
			}

			.gallery.inactive article.from-right {
				-moz-transform: translateX(14em);
				-webkit-transform: translateX(14em);
				-ms-transform: translateX(14em);
				transform: translateX(14em);
			}

			.gallery.inactive article.from-top {
				-moz-transform: translateY(-7em);
				-webkit-transform: translateY(-7em);
				-ms-transform: translateY(-7em);
				transform: translateY(-7em);
			}

			.gallery.inactive article.from-bottom {
				-moz-transform: translateY(7em);
				-webkit-transform: translateY(7em);
				-ms-transform: translateY(7em);
				transform: translateY(7em);
			}

			.gallery article:hover img {
				box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3); /* soft shadow */
				/* transform: translateY(-5px);               lift effect */
				cursor: pointer;
			  }

		@media screen and (max-width: 480px) {

			.gallery {
				-moz-flex-wrap: nowrap;
				-webkit-flex-wrap: nowrap;
				-ms-flex-wrap: nowrap;
				flex-wrap: nowrap;
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
			}

				.gallery article {
					width: 100%;
				}

		}


		.gallery article .image,
		.gallery article img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;    /* fills square, crops edges if needed */
		display: block;
		}

		/* .gallery article .image::before {
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background: url("images/overlay.png") center/cover no-repeat;
			z-index: 1;
		  }
		  .gallery article:hover .image::before {
			opacity: 0;
		  } */
	
	/* Tablet and phone: always hide overlay */
@media screen and (max-width: 992px) { /* tablet */
	.gallery article .image::before {
	  opacity: 0 !important; /* always hidden */
	}
  }
  
  @media screen and (max-width: 480px) { /* phone */
	.gallery article .image::before {
	  opacity: 0 !important; /* always hidden */
	}
}

/* Header */
	:root {
		--header-height: 4em;  /* desktop header height */
	}

	@media (max-width: 768px) {
		:root {
		--header-height: 3.5em;   /* mobile header height */
		}
	}

@-ms-viewport {
	width: device-width;
}

	#header {
		position: fixed;
		z-index: 1000;
		left: 0;
		top: 0;
		width: 100%;
		/* background: rgba(255, 255, 255, 0.0); */
		height: calc(var(--header-height) - 0.2em); /* optional adjustment */
	  	line-height: calc(var(--header-height) - 0.2em);
		box-shadow: 0 0 0.15em 0 rgba(0, 0, 0, 0);
		background: transparent;
		transition: background 0.3s ease;
		padding-top: env(safe-area-inset-top); 
	}

	#header.scrolled {
		background: rgba(255, 255, 255, 0.9); /* change to your preferred color */
	}

		#header h1 {
			position: absolute;
			left: 1em;
			top: 0;
			height: 3em;
			line-height: 3em;
			cursor: default;
		}

			#header h1 a {
				font-size: 1.25em;
			}

		#header nav {
			position: absolute;
			right: 0.5em;
			top: 0;
			height: 3em;
			line-height: 3em;
		}

			#header nav ul {
				margin: 0;
			}

				#header nav ul li {
					display: inline-block;
					margin-left: 0.5em;
					font-size: 1.25em;
				}

					#header nav ul li a {
						display: block;
						color: inherit;
						text-decoration: none;
						height: 3em;
						line-height: 3em;
						padding: 0 0.5em 0 0.5em;
						outline: 0;
					}

		@media screen and (max-width: 736px) {
			:root { --header-height: 3em; }
			#header {
				height: var(--header-height);
				line-height: var(--header-height);
			}

				#header h1 {
					text-align: center;
					position: relative;
					left: 0;
					top: 0;
					height:100%;
  					line-height: 100%;
				}

					#header h1 a {
						font-size: 1em;
					}

				/*#header nav {
					display: none;
				}*/

		}

	/* body {
		padding-top: 0em;
	} */
	


  
/* Main */

	.main {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		position: relative;
		margin: 0;
		overflow-x: hidden;
	}

		.main > .content {
			width: 45em;
			max-width: calc(100% - 4em);
			margin: 0 auto;
		}

			.main > .content > :last-child {
				margin-bottom: 0;
			}

		.main.fullscreen {
			min-height: 100%;
		}

		.main.style1 {
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			text-align: center;
			padding: 3em 0 3em 0;
		}

			.main.style1 h2 {
				font-size: 4em;
				line-height: 1em;
			}

			.main.style1 > .content {
				-moz-transition: opacity 1s ease;
				-webkit-transition: opacity 1s ease;
				-ms-transition: opacity 1s ease;
				transition: opacity 1s ease;
				-moz-transform: translateZ(0);
				-webkit-transform: translateZ(0);
				-ms-transform: translateZ(0);
				transform: translateZ(0);
				opacity: 1.0;
				margin: 0;
			}

			.main.style1.inactive > .content {
				opacity: 0;
			}

		.main.style2 {
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			padding: 3em 0 3em 0;
			overflow: hidden;
		}

			.main.style2 > .content {
				-moz-transition: -moz-transform 1s ease;
				-webkit-transition: -webkit-transform 1s ease;
				-ms-transition: -ms-transform 1s ease;
				transition: transform 1s ease;
				-moz-transform: translateZ(0);
				-webkit-transform: translateZ(0);
				-ms-transform: translateZ(0);
				transform: translateZ(0);
				position: relative;
				width: 35%;
				margin: 0;
			}

			.main.style2.left {
				-moz-justify-content: -moz-flex-start;
				-webkit-justify-content: -webkit-flex-start;
				-ms-justify-content: -ms-flex-start;
				justify-content: flex-start;
			}

			.main.style2.right {
				-moz-justify-content: -moz-flex-end;
				-webkit-justify-content: -webkit-flex-end;
				-ms-justify-content: -ms-flex-end;
				justify-content: flex-end;
			}

			.main.style2.center {
				display: flex;              /* enable flexbox */
				flex-direction: column;     /* stack children vertically */
				align-items: center;        /* center children horizontally */
				width: 100%;
				box-sizing: border-box;
				padding: 40px 20px;         /* optional padding */
				gap: 40px;    
			}

			.main.style2.inactive.left > .content {
				-moz-transform: translateX(-100%);
				-webkit-transform: translateX(-100%);
				-ms-transform: translateX(-100%);
				transform: translateX(-100%);
			}

			.main.style2.inactive.right > .content {
				-moz-transform: translateX(100%);
				-webkit-transform: translateX(100%);
				-ms-transform: translateX(100%);
				transform: translateX(100%);
			}

		.main.style3 {
			text-align: center;
			padding: 6em 0 6em 0;
		}

			.main.style3 .content > header {
				margin-bottom: 2em;
			}

			.main.style3.primary {
				background: #ffffff;
			}

			.main.style3.secondary {
				background: #f5f6f7;
			}

		.main.dark {
			color: #ffffff;
		}

			.main.dark a {
				color: inherit;
			}

			.main.dark .button.style2 {
				border-color: #ffffff;
			}

				.main.dark .button.style2:hover {
					background-color: rgba(255, 255, 255, 0.125);
				}

				.main.dark .button.style2:active {
					background-color: rgba(255, 255, 255, 0.25);
				}

				.main.dark .button.style2.down {
					background-image: url("images/dark-arrow.svg");
				}

		body.is-touch .main {
			background-attachment: scroll !important;
		}

		@media screen and (max-width: 1920px) {

			.main.style2 .content {
				width: 40%;
			}

		}

		@media screen and (max-width: 1280px) {

			.main.style2 .content {
				width: 50%;
			}

		}

		@media screen and (max-width: 1000px) {

			.main.style2 .content {
				width: 60%;
			}

		}

		@media screen and (max-width: 736px) {

			.main > .content br {
				display: none;
			}

			.main.fullscreen {
				height: auto !important;
			}

			.main.style1 {
				padding: 4em 15px 4em 15px;
			}

				.main.style1 h2 {
					font-size: 3em;
				}

			.main.style2 {
				padding: 6em 15px 6em 15px;
			}

				.main.style2:before, .main.style2:after {
					display: none !important;
				}

				.main.style2 .button.anchored {
					display: none;
				}

				.main.style2 .content {
					width: 100%;
					max-width: 100%;
					text-align: center;
					-moz-transform: none;
					-webkit-transform: none;
					-ms-transform: none;
					transform: none;
				}

			.main.style3 {
				text-align: center;
				padding: 3em 10px 3em 10px;
			}

		}

		@media screen and (max-width: 480px) {

			.main > .content {
				max-width: calc(100% - 1.5em);
			}

		}

/* Footer */

	#footer {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		position: relative;
		margin: 0;
		line-height: 1em;
		padding: 1.5em;
		background: #39454b;
		color: rgba(185, 186, 187, 0.5);
		overflow: hidden;
	}

		#footer > * {
			margin-bottom: 0;
		}

		#footer a {
			color: inherit;
		}

			#footer a:hover {
				color: #b9babb;
			}

		#footer ul.menu {
			margin: 0;
		}

			#footer ul.menu li {
				border-left-color: rgba(185, 186, 187, 0.2);
				font-size: 0.9em;
			}

		@media screen and (max-width: 1000px) {

			#footer {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				-moz-justify-content: center;
				-webkit-justify-content: center;
				-ms-justify-content: center;
				justify-content: center;
				line-height: 1.5em;
				text-align: center;
				padding: 2em 1em 2em 1em;
			}

				#footer > * {
					margin: 0 0 1em 0;
				}

		}

		@media screen and (max-width: 736px) {

			#footer ul.menu li {
				border-left: none;
				display: block;
				line-height: inherit;
				margin: 0.25em 0 0 0;
				padding: 0.25em 0 0 0;
			}

				#footer ul.menu li:first-child {
					margin-top: 0;
					padding-top: 0;
				}

		}

/* Intro */

	#intro {
		margin-top: 0;
		padding-top: 0;
		background: url("images/overlay.png"), url("../../images/intro.JPG");
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, bottom center;
		background-repeat: repeat, no-repeat;
	}

/* One */

	#one {
		background: url("images/overlay.png"), url("../../images/one.JPG");
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}

/* Two */

	#two {
		/*background: url("images/overlay.png"), url("../../images/two.JPG");*/
		/* background-color: #d4d4d4; */
		background-color: #ffffff;
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}

/* Contact */

	#contact {
		overflow: hidden;
		padding-bottom: 0;
	}

		#contact .box {
			-moz-transition: -moz-transform 1s ease;
			-webkit-transition: -webkit-transform 1s ease;
			-ms-transition: -ms-transform 1s ease;
			transition: transform 1s ease;
			-moz-transform: translateY(0);
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
			position: relative;
		}

		#contact.inactive .box {
			-moz-transform: translateY(100%);
			-webkit-transform: translateY(100%);
			-ms-transform: translateY(100%);
			transform: translateY(100%);
		}

		@media screen and (max-width: 736px) {

			#contact .box {
				padding: 1.5em 1.5em 2em 1.5em;
			}

		}

		@media screen and (max-width: 480px) {

			#contact .box {
				padding: 1em 1em 2em 1em;
			}

		}
	

  /* Two-column layout */
  .contact-columns {
	display: flex;
	justify-content: center;   /* center horizontally */
	gap: 4em;                  /* space between phone & email columns */
	align-items: center;       /* vertical alignment */
	flex-wrap: wrap;           /* stack on small screens */
	text-align: left;
  }
  
  /* Contact item (icon + text) */
  .contact-item {
	display: flex;
	align-items: center;
	font-size: 1.7rem;   /* larger text than normal */
	font-weight: 300;
  }
  
  /* Icon spacing */
  .contact-item .icon {
	margin-right: 0.5em;
	font-size: 1.6rem;   /* make icon slightly larger */
  }
  
  /* Ensure text stays white */
  .contact-item .text {
	color: #fff;
  }

  @media screen and (max-width: 736px) {
	.contact-columns {
	  gap: 1em;  /* reduce vertical and horizontal gap on small screens */
	  flex-direction: column; /* force single column */
	  align-items: center;
	}
  
	.contact-item {
	  font-size: 1rem;   /* smaller text for mobile */
	}
	.contact-item .icon {
	  font-size: 1rem;
	  margin-right: 0.4em;
	}
  }
  

  /* Page header styling */
.page-header {
	text-align: center;
	margin: 40px auto 20px; 
	padding-top: calc(var(--header-height) + 0.8em);
  }
  .page-header h2 {
	font-size: 2.5em;
	font-weight: 600;
	margin: 0 auto 0.5em;   /* centers horizontally */
	text-align: center;
  }
  .page-header p {
	font-size: 1.2em;
	color: #555;
	font-size: 20px;
	line-height: 1.6;
	max-width: 800px;
	margin: 0 auto;   
	overflow-wrap: break-word;
	word-break: normal;
	hyphens: auto;
	text-wrap: balance;
  }

  /* Tablet screens */
@media (max-width: 768px) {
	.page-header h2 {
		max-width: 70%; 
	  font-size: 2rem;
	  
	}
	.page-header p {
		max-width: 70%; 
	  font-size: 1rem;
	}
  }
  
  /* Phone screens */
  @media (max-width: 480px) {
	.page-header h2 {
	  font-size: 1.6rem;
	}
	.page-header p {
	  font-size: 0.9rem;
	  max-width: 100%;
	}
  }

  
  /* Gallery layout */
  .gallery.services {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px 60px;
  }
  .gallery.services img {
	width: 100%;
	border-radius: 8px;
	transition: transform 0.3s ease;
  }
  .gallery.services img:hover {
	transform: scale(1.05);
  }
  
/* Default desktop logo size */
.logo img {
	max-height: 4em;;
	max-width: auto;   /* scale down if needed */
  }
  
  /* Tablet screens */
  @media (max-width: 992px) {
	.logo img {
		max-height: 3em;
		max-width: auto;
	}
  }
  
  /* Phone screens */
  @media (max-width: 600px) {
	.logo img {
	  max-height: 3em;
	  max-width: auto;
	}
  }
  
  .nowrap {
	white-space: nowrap;
  }
  
  /* Dropdown container */
#header nav ul li.dropdown {
	position: relative; /* needed for absolute positioning of submenu */
  }
  
  /* Dropdown menu (hidden by default) */
  #header nav ul li.dropdown .dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;       /* right below the parent li */
	left: 0;
	background: #fff;   /* dropdown background */
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	min-width: max-content;   /* optional */
	z-index: 1000;
  }
  
  /* Each dropdown item */
  #header nav ul li.dropdown .dropdown-menu li {
	display: block; /* stack vertically */
	margin: 0;
  }
  
  /* Links inside dropdown */
  #header nav ul li.dropdown .dropdown-menu li a {
	color: #222;
	padding: 0.5em 1em;
	height: auto;
	line-height: 1.5em;
	font-size: 20px; 
  }
  
  /* Show dropdown on hover */
  #header nav ul li.dropdown:hover .dropdown-menu {
	display: block;
  }
  
  /* Optional: hover effect on dropdown links */
  #header nav ul li.dropdown .dropdown-menu li a:hover {
	background-color: #f0f0f0;
  }


	/* ========================= */
/* Disable hover on mobile */
/* ========================= */
@media (max-width: 899px) {

	/* Cancel desktop hover behavior */
	#header nav ul li.dropdown:hover .dropdown-menu {
	  display: none;
	}
  
	/* Use JS-controlled open state instead */
	#header nav ul li.dropdown.open .dropdown-menu {
	  display: block;
	}
  
	/* Dropdown layout inside burger */
	#header nav ul li.dropdown .dropdown-menu {
	  position: static;
	  box-shadow: none;
	  background: transparent;
	  min-width: 100%;
	  padding-left: 1em;
	}
  
	#header nav ul li.dropdown > a {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	}

	#header nav ul li.dropdown .dropdown-menu {
		margin-top: 0;
		padding-top: 0;
	  }
	
	  /* Remove default UL spacing */
	  #header nav ul li.dropdown .dropdown-menu ul,
	  #header nav ul li.dropdown .dropdown-menu li {
		margin-top: 0;
	  }
	
	  /* Tighten first dropdown item */
	  #header nav ul li.dropdown .dropdown-menu li:first-child a {
		padding-top: 0.3em;
	  }

	  #header nav ul li.dropdown .dropdown-menu li a {
		font-size: 16px; /* adjust as needed */
		padding: 0.4em 1em;
 	 }
	}

  
  @media (max-width: 736px) {
	#header nav ul li.dropdown .dropdown-menu li a {
	  font-size: 16px;
	  padding: 0.35em 1em;
	}
  }

  /* Offset all anchored sections for sticky header */
section {
	scroll-margin-top:  calc(var(--header-height) + env(safe-area-inset-top));  /* adjust to your header height */
  }
  
  
  /* Make only the h2 in #intro full width */
#intro h2 {
	font-size: clamp(1.7rem, 6vw, 3.5rem);
	display: block;
	width: 100%;
	max-width: none;
	line-height: 1.1em;
	margin: 0 auto;    /* keep it centered */
	text-align: center;  /* center the text */
	white-space: nowrap; /* prevent line breaks */
  }
  
  #intro p {
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.4);
  }
  

  #intro .content {
	width: 100%;         /* take full width of screen */
	max-width: 100%;     /* remove the max-width constraint */
	margin: 0 auto;      /* center horizontally */
	text-align: center;  /* center all text inside */
	padding-top: calc(var(--header-height) + env(safe-area-inset-top));
	padding-left: 1em;
	padding-right: 1em;
  }
  
  @media (max-width: 768px) {
	#intro .content {
	  padding-top: 3em;
	}
  }
  

  /* Keep header wide, but paragraphs narrower */
#intro .content p {
	max-width: 45em;   /* readable width */
	margin: 0 auto;    /* center paragraph block */
	line-height: 1.6;  /* improve readability */
  }

  
  /* Portfolio Section */
.portfolio-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: calc(var(--header-height) + 2em);
	padding-bottom: calc(var(--header-height));
  }
  
  /* Intro (centered heading + paragraph) */
  .portfolio-intro {
	text-align: center;
	margin-bottom: 40px;
	max-width: 90%;        /* 👈 limit width */
	width: 100%;
  }
  
  /* Optional: tighten intro text further */
  .portfolio-intro p {
	max-width: 800px;     /* keeps text readable */
	margin: 0 auto;
	line-height: 1.6;
	color: #444;
	overflow-wrap: break-word;
	word-break: normal;
	hyphens: auto;
	text-wrap: balance;
  }
  
  .portfolio-intro h1 {
	color: #000;
	font-size: 2.5em;
	margin-bottom: 0.5em;
	line-height: 1.3;
  }
  
  /* Portfolio Grid */
  .portfolio-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	width: 100%;
	max-width: 90%;       /* 👈 limit grid width */
  }
  
  /* Modifier: center when less than 3 cards */
  .portfolio-grid.centered {
	justify-content: center;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	place-items: center;
	max-width: 90%;
	margin: 0 auto;
  }
  
 /* Make project cards square */
.project-card {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 100%; /* 1:1 aspect ratio = makes height equal to width */
  }
  
  /* Place the image inside the square */
  .project-card img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover; /* fills square, preserves aspect ratio, crops if needed */
	display: block;
  }
  
  /* Overlay inside the square */
  .project-card .overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.2);
	transition: background 0.3s ease;
	z-index: 1;
  }


  
  .project-card:hover .overlay {
	background: rgba(0,0,0,0.5);
  }
  
  /* Title inside the square */
  .project-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 1.5em;
	font-weight: 600;
	text-align: center;
	z-index: 2;
	opacity: 1;
	pointer-events: none;
	white-space: nowrap;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
  }
  
 
/* Tablet */
@media (max-width: 992px) {
	.portfolio-intro h1 {
	  font-size: 2rem;
	  line-height: 1.35;
	}
	.portfolio-intro p {
	  font-size: 1rem;
	  max-width: 90%; /* keep text narrower on tablets */
	}

	.project-title {
		font-size: 1.15em;
    	max-width: 90%;}
  }
  
  /* Phone */
  @media (max-width: 680px) {
	.project-title {
		white-space: normal;      /* allow wrapping */
		font-size: 1em;           /* smaller text */
		line-height: 1.2;
		max-width: 90%;

		top: 50%;
		transform: translate(-50%, -50%);
		padding: 0 0.5em;
	  }
	.portfolio-intro h1 {
	  font-size: 1.6rem;
	}
	.portfolio-intro p {
	  font-size: 15px;
	  max-width: 100%;
	}
  }
  
  
  /* ---- Project Header for Project Pages ---- */
.project-header {
	max-width: 1100px;
	margin: 60px auto 40px auto;   
	padding-bottom: 1em;
	text-align: left; /* align header to left */
	width: 90%;
	padding-top: calc(var(--header-height) + 2em);
  }

  .project-header.cover{
	padding-top: 1em; /* override only top padding */
  }
  
  .project-header h2 {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 0.5em;
	color: #222;
  }
  
  .project-header p {
	font-size: 20px;
	line-height: 1.6;
	color: #555;
	max-width: 700px;
	overflow-wrap: break-word;
	word-break: normal;
	hyphens: auto;
	text-wrap: balance;
  }
  
  /* ---- Responsive Header ---- */
  @media (max-width: 992px) {
	.project-header {
		padding-top: calc(var(--header-height) + 1em);
	  }
	.project-header h2 { font-size: 2rem; }
	.project-header p { font-size: 1.05rem; }

	.portfolio-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;}

  }
  
  @media (max-width: 600px) {
	.project-header {
		padding-top: calc(var(--header-height));
	  }
	.project-header h2 { 
		font-size: 1.6rem; }
	.project-header p { font-size: 0.95rem; }
  }
  
  /* ---- Project Gallery ---- */
  .project-gallery {
	max-width: 1100px;
	margin: 0 auto 60px auto;
	padding: 0 1em;
	width: 90%;                               /* responsive width */
  }
  
  .photo-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
	gap: 15px;
	width: 100%;                 /* ensures grid fills project-gallery */
  margin: 0;  
  }
  
  .photo-grid img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	transition: transform 0.3s ease;
  }
  
  /* ---- Responsive Gallery ---- */
  @media (max-width: 992px) {
	.photo-grid {
	  grid-template-columns: repeat(2, 1fr); /* 2 columns on tablets */
	}
  }
  
  @media (max-width: 600px) {
	.photo-grid {
	  grid-template-columns: 1fr; /* 1 column on phones */
	}
  }

  /*-- SERVICES GRID--*/
.services-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	max-width: 1200px;   /* limit total width */
	margin: 0 auto;      /* center the grid */
	padding: 0 20px;     /* space only left + right */
	gap: 0;              /* no gap between cards */
  }
  
  .service-card {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1; /* keeps square shape */
  }
  
  .service-card img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  
  /* Overlay */
  .service-card .overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.2);
	transition: background 0.3s ease;
	z-index: 1;
  }
  
  .service-card:hover .overlay {
	background: rgba(0, 0, 0, 0);
  }
  
  /* Centered Title */
  .service-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	z-index: 2;
	white-space: normal;
	line-height: 1.2;
  }
  
  /* Tablet: 2 columns */
  @media (max-width: 992px) {
	.services-grid {
	  grid-template-columns: repeat(2, 1fr);
	  padding: 0 15px;
	}
  
	.service-title {
	  font-size: 1.5rem;
	}
  }
  
  /* Mobile: 1 column */
  @media (max-width: 600px) {
	.services-grid {
	  grid-template-columns: 1fr;
	  padding: 0 10px; 
	}
  
	.service-title {
	  font-size: 1.2rem;
	}
  }
  
/* Project-specific gallery (modifier of .gallery) */
.gallery-project {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;          /* spacing between articles */
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 2em auto;
  }
  
  .gallery-project article {
	position: relative;
	flex: 1 1 calc(50% - 0.5rem); /* 2 per row with gap */
	aspect-ratio: 1/1;        /* allow natural height */
	/* height: auto; */
	overflow: hidden;
	transition: transform 1s ease, opacity 1s ease;
	opacity: 1;
  }
  
  /* Image inside project gallery */
  .gallery-project article .image,
  .gallery-project article img {
	position: relative;   /* no absolute positioning */
	width: 100%;
	height: 100%;         /* maintain image ratio */
	object-fit: cover;
	display: block;
  }
  
  /* Hover effect (optional) */
  .gallery-project article:hover img {
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
	cursor: pointer;
  }
  
  /* Mobile: stack items */
  @media screen and (max-width: 480px) {
	.gallery-project {
	  flex-direction: column;
	  gap: 0.5rem;
	}
	.gallery-project article {
	  width: 100%;
	}
  }

  .gallery-project.two article {
	flex: 1 1 calc(50% - 0.5rem); /* 2 per row */
	aspect-ratio: 1/1; 
  	overflow: hidden;
  }
  
  .gallery-project.three article {
	flex: 1 1 calc(33.333% - 0.67rem); /* 3 per row */
  }
  
  .gallery-project.four article {
	flex: 1 1 calc(25% - 0.75rem); /* 4 per row */
  }

  .gallery-project.two.cover article {
	flex: 1 1 calc(50% - 0.5rem); /* 2 per row */
	aspect-ratio: 16/9; 
  	overflow: hidden;
  }
  .gallery-project.two.cover {
	padding-top: calc(var(--header-height));
	gap: 0;
  }

/*--Cropping types--*/
	/* Top crop */
	.crop-top img {
	object-position: top center;
  }
  
  /* Bottom crop */
  .crop-bottom img {
	object-position: bottom center;
  }
  
  /* Left crop */
  .crop-left img {
	object-position: left center;
  }
  
  /* Right crop */
  .crop-right img {
	object-position: right center;
  }
  
	/* Custom focal point (example: 70% from left, 20% from top) */
  .crop-custom img {
	object-position: 70% 20%;
  }
  
  .project-section-header {
	text-align: center;        /* center text horizontally */
	margin: 2em auto;          /* vertical spacing + center container */
	width: 100%;
	max-width: 1200px;         /* keep aligned with gallery max width */
  }
  
  .project-section-header h3 {
	font-size: 2rem;         /* adjust size */
	font-weight: 600;
	margin: 0;                 /* remove default spacing */
	position: relative;
	display: inline-block;
	padding-bottom: 0.3em;}

	.project-section-header h3::after {
		content: "";
		display: block;
		width: 60px;              
		height: 3px;
		background: #333;         
		margin: 0.5em auto 0 auto;
		border-radius: 2px;
		}
		
		/* Tablet (≤1024px) */
		@media screen and (max-width: 1024px) {
		.project-section-header h3 {
			font-size: 1.6rem;
		}
		.project-section-header h3::after {
			width: 50px;
		}
		}
		
		/* Mobile (≤480px) */
		@media screen and (max-width: 480px) {
		.project-section-header h3 {
			font-size: 1.4rem;
		}
		.project-section-header h3::after {
			width: 40px;
		}
		.project-section-header {
			margin: 1.5em auto;
		}
		}
	.project-section-header.left {
	text-align: left;
	}

	@media (max-width: 768px) {
		.project-section-header.left {
		  width: 90%;
		  margin-left: auto;
		  margin-right: auto;
		}
	  }	  

	.project-section-header.left h3::after {
	margin: 0.5em 0 0 0;   /* align underline to left */
	}

/* SEE MORE BUTTON */
.see-more-wrapper {
	margin-top: 0.5em;
	text-align: center;
  }
  
  .see-more-btn {
	display: inline-block;
	padding: 0.6em 1.6em;
	background: #000;              /* black background */
	color: #fff;                   /* white text */
	text-decoration: none;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	border-radius: 999px;          /* fully curved pill shape */
	border: none;                  /* remove border */
  }
  
  /* Mobile */
  @media screen and (max-width: 768px) {
	.see-more-btn {
	  width: fit-content;
	  max-width: 100%;
	  margin: 0.5em auto 0;
	  padding: 0.7em 1.5em;
	  font-size: 1rem;
	}
  }
  
  
/* =====================
   DESKTOP (DEFAULT)
   ===================== */
   .menu-icon,
   #menu-toggle {
	 display: none;
   }
   
   /* =====================
	  MOBILE ONLY
	  ===================== */
   @media (max-width: 900px) {
   
	 /* Three-line icon */
	 .menu-icon {
	   display: block;
	   position: absolute;
	   top: 1rem;
	   right: 1.25rem;
	   width: 28px;
	   height: 20px;
	   cursor: pointer;
	   z-index: 1001;
	 }
   
	 .menu-icon span {
	   display: block;
	   height: 3px;
	   background-color: #000;
	   margin: 5px 0;
	   transition: 0.3s ease;
	 }
   
	 /* Hide menu by default */
	 #nav-menu ul {
	   position: fixed;
	   top: 0;
	   right: -100%;
	   width: 260px;
	   height: 100vh;
	   background: #ffffff;
	   flex-direction: column;
	   align-items: flex-start;
	   padding-top: 4rem;
	   transition: right 0.3s ease;
	   z-index: 1000;
	 }
   
	 #nav-menu ul li {
	   width: 100%;
	 }
   
	 #nav-menu ul li a {
	   padding: 12px 20px;
	   display: block;
	 }
   
	 /* Open menu when tapped */
	 #menu-toggle:checked ~ ul {
	   right: 0;
	 }
   
	 /* Animate icon into X */
	 #menu-toggle:checked + .menu-icon span:nth-child(1) {
	   transform: rotate(45deg) translate(5px, 5px);
	 }
   
	 #menu-toggle:checked + .menu-icon span:nth-child(2) {
	   opacity: 0;
	 }
   
	 #menu-toggle:checked + .menu-icon span:nth-child(3) {
	   transform: rotate(-45deg) translate(6px, -6px);
	 }
   
	 /* Call button styling */
	 .call-button {
	   width: calc(100% - 2rem);
	   margin: 1rem;
	   text-align: center;
	 }
   }

   @media screen and (max-width: 900px) {

	/* Keep nav visible */
	#header nav {
	  display: block;
	}
  
	/* Hide desktop menu */
	/* #header nav ul {
	  display: none;
	} */
  
	/* Show burger */
	.burger {
	  display: block;
	  position: absolute;
	  top: 0.7em;
	  right: 1em;
	  z-index: 1001;
	}
  
	/* Show menu when toggled */
	#nav-toggle:checked ~ ul {
	  display: flex;
	  position: fixed;
	  top: 3em;
	  right: 0;
	  width: 260px;
	  height: calc(100vh - 3em);
	  background: #fff;
	  flex-direction: column;
	  padding-top: 1rem;
	  z-index: 1000;
	}
}
  

  
  
   
  
  