*,
*::before,
*::after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

/* VARIABLES---------------------------------------------------------------- */

:root {
	--my-font-family: "Montserrat", sans-serif;
	--font-size: 10px;
	--header-size: 3rem;
	--small-header-size: 2rem;
	--sub-header-size: 1.5rem;
	--body-size: 1.25rem;
	--letter-spacing: 0.125em;
	--main-font-color: #363636;
	--light-font-color: #eeeeee;
	--bold-weight: 800;
	--medium-weight: 500;
	--regular-weight: 400;
	--p-line-height: 3rem;
	--icon-color: rgba (255, 255, 255, 0.6);
	--icon-size: 3rem;
	--main-color: #eeeeee;
	--accent-color: #c42222;
	--nav-gradient: linear-gradient(to top left, #ffffff, #d4d4d4);
}

/* VARIABLES---------------------------------------------------------------- */

html {
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
	font-size: var(--font-size);
}

body {
	width: 100%;
	background-color: var(--main-color);
}

#skipNavigation a {
	font-size: var(--header-size);
	font-family: var(--my-font-family);
	font-weight: var(--bold-weight);
	color: var(--light-font-color);
	background-color: var(--accent-color);
	position: absolute;
	left: auto;
	top: -200px;
	overflow: hidden;
	padding: 1em;
	z-index: 999999999;
	transition-property: top;
	transition-duration: 0.25s;
	transition-timing-function: ease-out;
	transition-delay: 0s;
}
#skipNavigation a:focus {
	position: absolute;
	top: 0px;
	width: auto;
	height: auto;
}

#heroCheck {
	position: absolute;
	z-index: -99999999;
	height: 100px;
}

a {
	text-decoration: none;
	color: var(--main-font-color);
}

.js-loading *,
.js-loading *:before,
.js-loading *:after {
	-o-animation-play-state: paused !important;
	-moz-animation-play-state: paused !important;
	-webkit-animation-play-state: paused !important;
	animation-play-state: paused !important;
}

/* Youtube iFrame Style  */

.iframe-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 1.2em;
}
.iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* SPACE BETWEEN PARAGRAPHS -------------------*/

p + p {
	margin-top: 1.5rem;
}

.wrapper {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

nav {
	display: flex;
	width: 100%;
	justify-content: space-around;
	align-items: center;
	min-height: 8vh;
	background: var(--nav-gradient);
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	z-index: 200;
}

.logo {
	display: flex;
	transition: all 0.05s ease-out;
}

.logo img {
	margin-right: 20px;
}

.logo h1 {
	font-family: var(--my-font-family);
	font-weight: var(--regular-weight);
	font-size: var(--header-size);
	color: var(--main-font-color);
	letter-spacing: var(--letter-spacing);
}

.nav-links {
	display: flex;
	justify-content: space-around;
	width: 60%;
	list-style: none;
	font-family: var(--my-font-family);
	font-size: var(--sub-header-size);
	font-weight: var(--regular-weight);
	letter-spacing: 2px;
}

.nav-links a {
	display: inline-block;
	text-decoration: none;
	color: var(--main-font-color);
	transition: all 0.05s ease-out;
}

.nav-links .currentPage {
	transform: scale(1.05);
	-webkit-text-stroke: 1px var(--main-font-color);
	pointer-events: none;
}

.burger {
	display: none;
}

.burger div {
	width: 25px;
	height: 2px;
	background-color: var(--main-font-color);
	margin: 5px;
	transition: all 0.3s ease;
}

.hero {
	height: 100vh;
	width: 100%;
	position: relative;
	text-align: center;
	z-index: -20;
}

.pageTitle {
	position: absolute;
	top: 50%;
	left: 60%;
	text-align: left;
	font-family: var(--my-font-family);
	color: var(--light-font-color);
	padding: 0 10px 0 0;
	transform: translate(-2000px, 0);
}

.pageTitle h1 {
	font-size: var(--header-size);
	font-weight: var(--bold-weight);
}

.pageTitle p {
	position: relative;
	font-size: var(--sub-header-size);
	display: inline;
}

.subTitleAccent::before {
	content: " ";
	position: absolute;
	height: 8px;
	bottom: -2px;
	left: 5px;
	background: var(--accent-color);
	z-index: -1;
}

.heroCrop {
	width: 100%;
	height: 1.5rem;
	background: var(--main-color);
	z-index: 20;
}

.container {
	width: 100%;
	max-width: 120rem;
	margin: auto;
	padding: 0 1.5rem;
	text-align: center;
}

.galleryHeader,
.galleryFooter {
	position: relative;
	display: inline-block;
	align-items: center;
	font-family: var(--my-font-family);
	margin-top: 20rem;
	margin-bottom: 20rem;
	margin-left: clamp(1rem, 2vw, 3rem);
	margin-right: clamp(1rem, 2vw, 3rem);
	max-width: 400px;
}

.galleryHeader h1,
.galleryFooter h1 {
	font-size: clamp(1.5rem, 6vw, var(--header-size));
	margin-bottom: 2.5rem;
	color: #eeeeee;
}

.highlight {
	content: "";
	position: absolute;
	height: clamp(20px, 10vw, 50px);
	top: 0;
	left: 0;
	right: 0;
	transform: translateY(-5px);
	margin-left: auto;
	margin-right: auto;
	background: var(--accent-color);
	z-index: -100;
	/* width: clamp(200px, 80vw, 400px); */
	width: 0;
}

.galleryHeader p,
.galleryFooter p {
	font-size: var(--sub-header-size);
	line-height: var(--p-line-height);
	letter-spacing: var(--letter-spacing);
	color: var(--main-font-color);
}

.contact {
	font-family: var(--my-font-family);
	font-size: var(--sub-header-size);
	line-height: var(--p-line-height);
	letter-spacing: var(--letter-spacing);
	color: var(--main-font-color);
	margin-bottom: 20rem;
}

.image-gallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: auto;
	grid-gap: 1.5rem;
	grid-template-areas:
		"img-1 img-2 img-3 img-3"
		"img-1 img-4 img-5 img-6"
		"img-7 img-7 img-8 img-6";
	z-index: 5;
}

.image-gallery a {
	width: 100%;
	height: 25rem;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	z-index: 10;
}

.image-gallery a i {
	color: rgba(255, 255, 255, 0.6);
	font-size: var(--icon-size);
	position: relative;
	z-index: 20;
	padding: 1rem 3rem;
	border: 2px solid rgba(255, 255, 255, 0.6);
	border-radius: 0.4rem;
	opacity: 0;
	transition: opacity 0.5s;
}

.image-gallery a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0;
	transition: opacity 0.5s;
}

.img-1 {
	grid-area: img-1;
	min-height: 51.5rem;
}
.img-2 {
	grid-area: img-2;
}
.img-3 {
	grid-area: img-3;
}
.img-4 {
	grid-area: img-4;
}
.img-5 {
	grid-area: img-5;
}
.img-6 {
	grid-area: img-6;
	min-height: 51.5rem;
}
.img-7 {
	grid-area: img-7;
}
.img-8 {
	grid-area: img-8;
}

footer {
	font-family: var(--my-font-family);
	position: relative;
	/* margin: 20rem 0 0 0; */
	width: 100%;
	height: 60rem;
	background: var(--main-font-color);
	display: flex;
	justify-content: center;
	color: var(--light-font-color);
	/* z-index: 999999999999999999; */
	overflow: hidden;
}

.footerNick {
	position: absolute;
	margin: auto;
	margin-left: 1.5rem;
	width: 100%;
	height: 80%;
	max-width: 120rem;
	padding: 0 1.5rem;
	bottom: 0;
	z-index: 1;
	background: url(../img/footerNick.png) no-repeat left bottom/contain;
}
.logoWrap {
	position: absolute;
	margin: auto;
	margin-left: 1rem;
	width: 100%;
	height: 85%;
	max-width: 130rem;
	padding: 0 1.5rem;
	bottom: 0;
	transform: translateY(30px);
}

.footerLogo {
	position: absolute;
	margin: auto;
	margin-left: 1rem;
	width: 150px;
	height: 150px;
	max-width: 120rem;
	padding: 0 1.5rem;
	background: url("../img/whiteLogo.png") no-repeat left bottom/contain;
	z-index: 0;
}

.socialBtns {
	margin-top: 50px;
	z-index: 2;
}

.socialBtns img {
	margin-right: 10px;
	height: 50px;
	width: 50px;
	transition: all 0.3s;
}

.socialBtns a {
	opacity: 0.25;
	transition: all 0.3s;
}

.footerText {
	position: absolute;
	top: 50%;
	color: var(--light-font-color);
	text-align: center;
	z-index: 10;
}

.footerText h1 {
	font-size: var(--small-header-size);
}

.footerText h2 {
	font-size: 1.5rem;
	font-weight: var(--medium-weight);
}

.underline2 {
	content: " ";
	position: absolute;
	height: 8px;
	bottom: -10px;
	background: var(--accent-color);
	z-index: -1;
}

.footerText a {
	color: var(--light-font-color);
	text-decoration: none;
}

.copyright {
	bottom: 25px;
	position: absolute;
	z-index: 100;
}

.space {
	height: 0px;
	margin: 0;
	padding: 0;
}

/* HOVER EFFECTS -------------------------------------------------------- */

@media (hover: hover) {
	.logo:hover,
	.nav-links a:hover,
	.galleryFooter a:hover {
		transform: scale(1.05);
		-webkit-text-stroke: 1px var(--main-font-color);
	}
	.image-gallery a:hover i,
	.image-gallery a:hover::before {
		opacity: 1;
	}
	.socialBtns a:hover {
		opacity: 1;
	}

	.socialBtns img:hover {
		transform: scale(1.25);
	}
}

@media screen and (max-width: 1420px) {
	.pageTitle h1 {
		font-size: 2.25rem;
	}
	.pageTitle p {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 900px) {
	.logo h1 {
		letter-spacing: 0.5px;
	}
	.nav-links {
		width: 65%;
	}

	.image-gallery {
		grid-template-areas:
			"img-1 img-1 img-2 img-2"
			"img-1 img-1 img-3 img-3"
			"img-4 img-4 img-5 img-5"
			"img-6 img-7 img-7 img-7"
			"img-8 img-8 img-8 img-8";
	}

	.image-gallery a {
		height: 20rem;
	}

	.img-1 {
		min-height: 41.5rem;
	}

	.img-6 {
		min-height: 20rem;
	}
}

@media screen and (max-width: 780px) {
	.nav-links {
		pointer-events: none;
		display: flex;
		position: absolute;
		font-weight: var(--regular-weight);
		right: 0px;
		height: 92vh;
		top: 8vh;
		background-color: rgba(0, 0, 0, 0.75);

		flex-direction: column;
		align-items: center;
		width: 100%;
		opacity: 0;
		transition: opacity 0.25s ease-in;
	}
	.nav-links a {
		color: var(--light-font-color);
	}

	.nav-links a:hover {
		-webkit-text-stroke: 0.5px var(--light-font-color);
	}

	.nav-links .currentPage {
		-webkit-text-stroke: 1px var(--light-font-color);
	}

	.nav-links li {
		opacity: 0;
	}
	.burger {
		display: block;
		position: absolute;
		cursor: pointer;
		right: 10px;
	}

	.nav-active {
		pointer-events: all;
		opacity: 1;
	}

	.pageTitle {
		left: 45%;
	}
}

@media screen and (max-width: 600px) {
	.image-gallery {
		grid-template-areas:
			"img-1 img-1 img-1 img-1"
			"img-2 img-2 img-2 img-2"
			"img-3 img-3 img-3 img-3"
			"img-4 img-4 img-4 img-4"
			"img-5 img-5 img-5 img-5"
			"img-6 img-6 img-6 img-6"
			"img-7 img-7 img-7 img-7"
			"img-8 img-8 img-8 img-8";
	}

	.image-gallery a,
	.img-1,
	.img-6 {
		height: 30rem;
		min-height: 30rem;
	}
}

@media screen and (max-width: 400px) {
	.logo {
		transform: scale(80%);
	}
}

@media screen and (max-width: 350px) {
	.footerText h2 {
		letter-spacing: 0px;
		font-size: 1.25rem;
	}
	.footerText {
		transform: translateY(50px);
	}
}

@media screen and (max-height: 450px) and (orientation: landscape) {
	nav {
		padding: 10px 0 10px 0;
		width: 100%;
	}
	.nav-links {
		margin-top: 30px;
		pointer-events: none;
		display: flex;
		position: absolute;
		font-weight: var(--regular-weight);

		height: 80vh;
		top: 8vh;
		background-color: rgba(0, 0, 0, 0.75);
		flex-direction: column;
		align-items: center;
		width: 100%;
		opacity: 0;
		transition: opacity 0.25s ease-in;
	}
	.nav-links a {
		color: var(--light-font-color);
	}

	.nav-links a:hover {
		-webkit-text-stroke: 0.5px var(--light-font-color);
	}

	.nav-links .currentPage {
		-webkit-text-stroke: 1px var(--light-font-color);
	}

	.nav-links li {
		opacity: 0;
	}
	.burger {
		display: block;
		position: absolute;
		cursor: pointer;
		right: 10px;
	}

	.nav-active {
		pointer-events: all;
		opacity: 1;
	}
}

.hidden {
	opacity: 0;
}
.hidden2 {
	opacity: 0;
}

.toggle .line1 {
	transform: rotate(-45deg) translate(-5px, 5px);
}
.toggle .line2 {
	opacity: 0;
}
.toggle .line3 {
	transform: rotate(45deg) translate(-5px, -5px);
}
