/*------------- All pages ----------------*/
body{
	font-family: "century gothic";
	margin: 0;
}
/* Nav */
.fullNav{
	display: block;
	background-color: #fff;
	height: 100px;
	width: 100%;
	padding-right: 30px;
	padding-left: 30px;
	position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}
.homeNav{
	float: left;
}
.home{
	text-decoration: none;
	font-family: 'Satisfy', cursive;
	color: #000;
	padding: 20px;
	margin-left: 20px;
}
.home:hover{
	text-decoration: none;
	color: #000;
}
nav ul{
	list-style-type: none;
	background-color: #fff;
}
nav ul li{
	display: inline-block;
	position: relative;
	padding: 30px;
	padding-bottom: 0px;
}
.navlist{
	float: right;
}
nav ul li a{
	color: black;
	text-decoration: none;
	font-size: 20px;
}
nav ul li a:hover{
	color: black;
	text-decoration: none;
}
nav ul li a:before{
	content:"";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #000;
	visibility:hidden;
	-webkit-transform:scaleX(O);
	transform:scaleX(0);
	-webkit-transition:all 0.3s ease-in-out 0s;
	transition:all 0.3s ease-in-out 0s;
}
nav ul li a:hover:before{
	visibility: visible;
	transform: scaleX(1);
}

/* Nav sublist */
nav ul li ul{
	opacity: 0.9;
	display: none;
	position: absolute;
	left: 0px;
	line-height: .5;
	z-index: 100;
	padding: 0;
	margin: 0;
}
nav ul li ul li{
	text-align: center;
	padding-bottom: 10px;
}
nav ul li:hover ul{
	display: block;
}

/* Main */
.wrapper{
	margin: 30px;
}
/* Footer */
footer{
	margin: 30px;
}
/*------------- Enter ----------------*/
#enter{
	position: fixed;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -100;
}
#enterBtn{
	background-color: #000;
	color: #fff;
	opacity: .7;
	padding: 35px 75px;
	text-decoration: none;
	text-align: center;
	border: none;
	margin-top: 20%;
	margin-left: 30%;
}
#enterBtn a{
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 30px;
}
#enterBtn:hover{
	opacity: .9;
}

/*------------- Index ----------------*/
/* slide */
.slideImage{
	width: 100%;
}
.banner{
	width: 100%;
	height: 538px;
	position: relative;
}
#slider{
	width: 100%;
	height: 538px;
	position: absolute;
	overflow: hidden;
}
#next{
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	width: 50px;
	height: 50px;
	background-color: #000;
	position: absolute;
	top: 205px;
	right: 0;
	z-index: 98;
	cursor: pointer;
	opacity: 0.4;
}
#pre{
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	width: 50px;
	height: 50px;
	background-color: #000;
	position: absolute;
	top: 205px;
	left: 0;
	z-index: 98;
	cursor: pointer;
	opacity: 0.4;
}
/* About box */
#aboutBox{
	width: 100%;
	display: block;
	padding-top: 15px;
}
.profile{
	width: 100%;
}

/* Gallery box */
.galleryBox img{
	width: 100%;
}
.textblur{ 
	width: 400px;
	height: 300px;
	margin-top: 10px;
	display: inline-block;
	position: relative;
}
.textblur img{
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
.textblur :not(img){
	width: 100%;
	color:#fff;
	text-align: center;
	position: absolute;
	opacity: 0;
	top: 30%;
	right: 0%;
	transition: .2s;
	font-size: 100px;
}
.textblur:hover img{
	filter: blur(2px) brightness(70%);
	cursor: pointer;
	box-shadow: 0 0 16px #000;
}
.textblur:hover :not(img){
	opacity: 1;
	transition: 0.2s;
}
.textblur h2{
	cursor: pointer;
}

/*------------- About ----------------*/
aside{
	float: left;
	width: 65%;
}
section{
	float: right;
	width: 30%;
}
#conbut{
	padding: 10px 30px;
	background-color: #000;
	color: #fff;
	cursor: pointer;
	border-style: none;
}
#conbut a{
	text-decoration: none;
	color: #fff;
}
#conbut:hover{
	background-color: #202020;
}
/*------------- Services ----------------*/
#services ul li{
	font-size: 30px;
}

/*------------- Gallery ----------------*/
#galleryLayout{
	line-height: 0;
	-moz-column-count: 5;
	-moz-column-gap: 0px;
	-webkit-column-count: 5;
	-webkit-column-gap: 0px;
	column-count: 5;
	column-gap: 0px;
}
.photos{
	width: 100% !important;
	height: auto !important;
	margin-bottom: 7px;
	margin-left: 7px;
	cursor: pointer;
}
#light{
	max-width: 85%;
	max-height: 85%;
	top: 100px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	position: fixed;
}
#curtain{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #000;
	opacity: 0.4;
}
#close{
	width: 40px;
	height: 40px;
	position: fixed;
	right: 0px;
	top: 100px;
	opacity: .4;
	cursor: pointer;
}


/*------------- Places ----------------*/
.bannerText{
	color: white;
	font-size: 250px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
/*------------- Video ----------------*/
video{
	width: 75%;
}

/*------------- Contact ----------------*/
#contact{
	color: white;
}
input[type=text]{
	padding: 10px;
	width: 350px;
}
input[type=submit]{
	padding: 10px 30px;
	background-color: #fff;
	color: #000;
	cursor: pointer;
	border-style: none;
}
input[type=submit]:hover{
	background-color: #202020;
}

/*------------- Media query ----------------*/
@media only screen and (max-width: 1024px){
	/*------------- All pages ----------------*/
	.navCurtain{
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0px;
		left: 0px;
		background-color: #fff;
		display: none;
		z-index: 99;
	}
	.navCurtain.active{
		display: flex; /*---------------------------------- disply nav */
	}

	/* Nav bars */
	.bar1, .bar2, .bar3{
		background-color: #000;
		width: 35px;
		height: 5px;
		margin: 6px 0px;
		transition: 0.4s;
	}
	.navMenu{
		margin-top: 30px;
		margin-right: 30px;
		float: right;
	}
	.navMenu:hover{
		cursor: pointer;
	}

	.change .bar1{
		-webkit-transform: rotate(-45deg) translate(-9px,6px);
		transform: rotate(-45deg) translate(-9px,6px);
	}
	.change .bar2{
		opacity: 0; 
	}
	.change .bar3{
		-webkit-transform: rotate(45deg) translate(-8px,-8px);
		transform: rotate(45deg) translate(-8px,-8px);
	}


	/* Nav */
	nav ul{
		text-align: center;
		background-color: transparent;	
		margin-top: 100px;
		width: 100%;
		z-index: 100;
		line-height: 30px;
	}
	.navlist{
		display: none;
		float: left;
	}
	nav ul li{
		display: block;
	}
	.navlist.active{
		display: block;
		margin: 0;
	}

	/* Nav sublist */
	nav ul li ul{
		opacity: 0.9;
		position: relative;
		left: 5px;
		line-height: 30px;
		padding: 0;
		display: block;
	}

	.dropNav.active .dropOpt{
		display: block;
	} 


	/*----------------Gallery--------------------*/
	#galleryLayout{
		line-height: 0;
		-moz-column-count: 4;
		-moz-column-gap: 0px;
		-webkit-column-count: 4;
		-webkit-column-gap: 0px;
		column-count: 4;
		column-gap: 0px;
	}
	.bannerText{
		color: white;
		font-size: 100px;
		position: absolute;
		top: 20%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.galleryBox{
		display: block;
	}
	.textblur{ 
		width: 400px;
		height: 200px;
		margin-top: 10px;
		display: inline-block;
		position: relative;
		filter: brightness(70%);
	}
	.textblur :not(img){
		width: 100%;
		color:#fff;
		text-align: center;
		position: absolute;
		opacity: 1;
		top: 30%;
		right: 0%;
		font-size: 50px;
	}
}

@media only screen and (max-width: 480px){
	/*------------- All pages ----------------*/
	.fullNav{
		padding-top: 20px;
	}
	.navMenu{
		float: none;
		margin-left: 50%;
	}
	.navCurtain{
		margin-top: 60px;
	}
	.home{
		display: none;
	}
	nav ul{
		font-size: 15px;
		margin-top: 0;
		margin-left: 4.5%;
	}

		/*--------------Index-----------------*/
	.slideImage{
		width: 100%;
	}
	.banner{
		height: 250px;
	}
	#slider{
		width: 100%;
		height: 538px;
		position: absolute;
		overflow: hidden;
	}
	#next{
		top: 100px;
	}
	#pre{
		top: 100px;
	}

	/*------------- About ----------------*/

	.profile{
		width: 250px;
	}

	/*---------------Gallery----------------*/
	#galleryLayout{
		line-height: 0;
		-moz-column-count: 2;
		-moz-column-gap: 0px;
		-webkit-column-count: 2;
		-webkit-column-gap: 0px;
		column-count: 2;
		column-gap: 0px;
	}
	.bannerText{
		color: white;
		font-size: 75px;
		position: absolute;
		top: 20%;
		left: 50%;
		transform: translate(-50%,-50%);
	}

	/*---------------Contact----------------*/
	.break{
		display: block;
	}

}

/*z-index
- #next, #pre = 98
- .curtain = 99
- nav ul li = 100*/