body { margin: 0px; }
main { font-family: "Century Gothic"; }
/*HEAD*/
.head {
	overflow: hidden;
	width: 100%;
	height: 450px;
	object-fit: cover;
	border-bottom: 1px solid #fff;
}

.title {
	position: absolute;
	top: 120px;
	width: 100%;
	font-family: 'Pacifico', cursive;
	font-size: 112px;
	color: #fff;
}
.subtitle {
	position: absolute;
	left: 50%;
	top: 275px;
	padding: 2.5px 30px;
	font-family: 'Century Gothic';
	font-size: 16px;
	color: #333;
	background-color: #fff;
	border-radius: 5px;
	font-weight: bold;
}

/*NAVBAR*/
.nav {
	top: 20px;
	position: fixed;
	width: 100%;
	font-weight: bold;
	color: white;
	z-index: 2;
}

.nav li {
	display: inline-block;
	font-family: "Century Gothic";
	font-size: 18px;
	border-radius: 5px;
	padding: 2.5px 20px;
	margin: 5px 20px;
	cursor: pointer;
	transition: color 0.5s ease;
}

.nav a {
	color: white;
}

.active, .nav li:hover {
	color: #333;
	background-color: #fff;
}

/*GALLERY SLIDES*/
.container {
	position: relative;
	width: 100%;
	padding-inline: 18.5%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}

.container img {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px;
	max-width: 33%;
	object-fit: cover;
}

.cnPrev {left: 5%;}

.cnPrev, .cnNext {
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translate(0%,-50%);
	right: 5%;
	width: 12vw;
	height: 12vw;
	color: black;
	font-size: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.6s ease;
	user-select: none;
}

a {
	text-decoration: none;
	color: black;
}

.email { cursor: pointer; }

/*IMG PREVIEW*/
.overlay {
	background-color: rgba(0,0,0,0.9);
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
	display: none;
}

.close-overlay {
	position: fixed;
	right: 15px;
	top: 15px;
	cursor: pointer;
	color: white;
	font-family: "Century Gothic";
	z-index: 5;
}

.overlay img {
	box-sizing: border-box;
	background-color: #101010;
	position: fixed;
	height: 95%;
	width: 100%;
	object-fit: contain;
	padding: 10px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 2px solid #000;
}
.ov-prev, .ov-next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -14px;
	right: 5%;
	width: 28px;
	color: white;
	font-size: 24px;
	transition: 0.6s ease;
	user-select: none;
	z-index: 3;
}

.ov-prev {left: 5%;}


@media only screen 
and (max-device-width: 600px)
 {
	body { margin: 0px; }
main { font-family: "Century Gothic"; }
/*HEAD*/
.head {
	overflow: hidden;
	width: 100%;
	height: 450px;
	object-fit: cover;
	border-bottom: 1px solid #fff;
}

.title {
	position: absolute;
	top: 120px;
	width: 100%;
	font-family: 'Pacifico', cursive;
	font-size: 112px;
	color: #fff;
}
.subtitle {
	position: absolute;
	left: 50%;
	top: 275px;
	padding: 2.5px 30px;
	font-family: 'Century Gothic';
	font-size: 16px;
	color: #333;
	background-color: #fff;
	border-radius: 5px;
	font-weight: bold;
}

/*NAVBAR*/
.nav {
	top: 20px;
	position: fixed;
	width: 100%;
	font-weight: bold;
	color: white;
	z-index: 2;
}

.nav li {
	display: inline-block;
	font-family: "Century Gothic";
	font-size: 18px;
	border-radius: 5px;
	padding: 2.5px 20px;
	margin: 5px 20px;
	cursor: pointer;
	transition: color 0.5s ease;
}

.nav a {
	color: white;
}

.active, .nav li:hover {
	color: #333;
	background-color: #fff;
}

/*GALLERY SLIDES*/
.container {
	position: relative;
	width: 100%;
	padding-inline: 18.5%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}

.container img {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px;
	max-width: 33%;
	object-fit: cover;
}

.cnPrev {left: 5%;}

.cnPrev, .cnNext {
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translate(0%,-50%);
	right: 5%;
	width: 12vw;
	height: 12vw;
	color: black;
	font-size: 4vw;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.6s ease;
	user-select: none;
}

a {
	text-decoration: none;
	color: black;
}

.email { cursor: pointer; }

/*IMG PREVIEW*/
.overlay {
	background-color: rgba(0,0,0,0.9);
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
	display: none;
}

.close-overlay {
	position: fixed;
	right: 15px;
	top: 15px;
	cursor: pointer;
	color: white;
	font-family: "Century Gothic";
	z-index: 5;
}

.overlay img {
	box-sizing: border-box;
	background-color: #101010;
	position: fixed;
	height: 95%;
	width: 100%;
	object-fit: contain;
	padding: 10px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 2px solid #000;
}
.ov-prev, .ov-next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -14px;
	right: 5%;
	width: 28px;
	color: white;
	font-size: 24px;
	transition: 0.6s ease;
	user-select: none;
	z-index: 3;
}

.ov-prev {left: 5%;}
}
