
#wrapper{
	margin: 0 auto;
	width: 95%;
	background-color: #FFF;
}
body{
  font-family: sans-serif;
}
/*----HEADER-----*/
header{
	height: 50vh;
	background-image: url('../images/luggage.png');
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	margin: 0px;
}
header h1{
	background-color: rgb(15, 22, 38, 0.5);
	color: #fff;
	padding: 20px 0 0 20px;
	letter-spacing: 0.75px;
	text-transform: uppercase;
	height: 75px;
}
footer{
	background-color: rgb(15, 22, 38, 0.75);
	color: #fff;
	height: 75px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
footer p{
	padding-top: 20px;
}
.clear{
	clear: both;
}

/*-----NAV-----*/
nav ul li a, nav ul li:hover ul, nav ul li ul li{
	display: block;
 }
nav ul{
	list-style-type: none;
	padding: 0px;
	color: #fff;
}
nav ul li{
	display: inline-block;
	position: relative;
}
nav ul li a{
	padding: 5px 50px;
	display: block;
}
nav ul li ul{
	min-width: 100%;
	opacity: 0.9;
	display: none;
	position: absolute;
}
nav ul li ul li a{
	text-align: center;
	padding: 8px;
	text-decoration: none;
}
nav a{
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
nav a:hover{
	color: #FF533D;
	text-decoration: none;
}
/*----LEFT ASIDE----*/
aside{
	width: 20%;
	padding: 10px 4px 10px 24px;
	float: left;
}
aside a{
	text-decoration: none;
	color: black;
}
aside a:hover{
	color: #FF533D;
}
.quickLinks{
	background-color: rgba(15, 22, 38,.2);
	padding-top: 1em;
	padding-left: 1.5em;
	padding-bottom: 2em;
}
.quickLinks h3{
	font-size: 25px;
}
.quickLinks ul li{
	line-height: 2;
	color: #FF533D;
}
/*----MAIN CONTENT----*/
section{
	width: 75%;
	padding: 6px 4px 6px 8px;
	border-left: 1px solid #959592;
	float:left;
}
/*-----LOWER MAIN-----*/
.lowerMain{
	padding: 15px;
	width: 31%;
	float: left;
  text-decoration: none;
	color: black;
}

.lowerMain h3{
  font-weight: bolder;
	color: black;
}

.lowerMain a{
  text-decoration: none;
  color: black;
	line-height: 1.5;
}
.lowerMain a:hover{
  color: #FF533D;
}
#low{
	height: 150px;
	width: 100%;
}
/*-----SUBSCRIBE BUTTON-----*/
input[type=submit]{
	width: 110px;
	padding: 13px;
	border: 0;
	cursor: pointer;
	background-color: #FF533D;
	border-radius: 2px;
}
input[type=text],[type=email]{
	padding: 10px;
	border-radius: 2px;
}
form{
	padding-top:15px;
}
span{
	font-weight: bold;
}
/*-----INDEX-----*/
#laowai h1{
	font-style: italic;
	font-size: 40px;
	margin-bottom: 0px;
}
#laowai p{
	margin-left: 10px;
	text-indent: 1em;
	font-size: 20px;
	margin-top: 0px;
}
.countdown{
  width: 70%;
  text-align: center;
	padding-top: .5em;
}
.countdown img{
	padding-top: 1.5em;
	padding-left: .5em;
	float: left;

}
.countdown p{
  font-size: 60px;
  width: auto;
}
/*-----CONTACT-----*/
#contactStyle{
	background-color: rgb(15, 22, 38,.5);
	width: 200px;
	height: 200px;
	margin-left: 5em;
	padding: 4em;
}
#contactForm{
	padding: 1em;
}
/*-----IMAGE GALLERY-----*/
.textblur{
	width: 325px;
	height: 210px;
	display: inline-block;
	margin: 4px;
	position: relative;
}
.textblur img{
 width: 100%;
 height: 100%;
 border-radius: 4px;
}

.textblur:hover img{
	filter: blur(2px) brightness(60%);
	box-shadow: 0 0 16px cyan;
}

.textblur :not(img){
  position: absolute;
	top: 30%;
	z-index: 1;
	color: #fff;
	text-align: center;
	width: 100%;
	opacity: 0;
	transition: .3s;
}
.textblur h3{
	top: 50%;
}
.textblur p{
	top: 15%;
}
.textblur:hover :not(img){
	opacity: 1;
}
/*-----SLIDER-----*/
.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: #FF533D;
	position: absolute;
	top: 205px;
	right: 0;
	z-index: 99;
	cursor: pointer;
	opacity: 4;
}
#pre{
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	width: 50px;
	height: 50px;
	background-color: #FF533D;
	position: absolute;
	top: 205px;
	left: 0;
	z-index: 99;
	cursor: pointer;
	opacity: .4;
}
.banner:hover #next{
	opacity: 1;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
}
.banner:hover #pre{
	opacity: 1;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
}
/*-----IMAGE SLIDER-----*/
#curtain{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	background-color: rgba(0,0,0,0.4);
}
#light{
	max-width: 80%;
	max-height: 80%;
	top: ;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	margin: 0 auto;
}
#close{
	height: 50px;
	width: 50px;
	top: 0;
	right: 0;
	position: absolute;
	z-index: 990;
}
/*-----Submit Contact Form-----*/
#tyComments p{
	font-size: 40px;
	font-weight: bold;
	color: #FF533D;
	text-align: center;
	padding-top: 3em;
}
/*-----Bio Page-----*/
#profilePic{
	width: 40%;
	float: left;
}
#skills{
	float: left;
	width: 60%;
}
#skills h3{
	padding-left: 1em;
	font-size: 30px;
}
#skills ul li{
	line-height: 1.5;
	font-size: 20px;
}
#me p{
	line-height: 1.5;
	font-style: 20px;
}
/*-----Shenzhen-----*/
.room{
	float: left;
	padding-left: 2em;
}
.room:hover{
	cursor: pointer;
}
#aboutShenzhen{
	margin-top: 2em;
	text-align: left;
}
#aboutShenzhen p{
	font-size: 20px;
	margin-top: 1em;
	line-height: 1.25;
}
/*-----Media Query-----*/
@media only screen and (max-width:1024px){
	body{
		margin:0;
	}
	nav, section, main, .sideleft, .sideright{
		width: 100%;
		float: none;
	}
	#wrapper{
		width: auto;
		min-width: 0;
		margin: 0;
		padding: 0;
		box-shadow: none;
	}
	header{
		height: 1em;
	}
	header h1{
		text-align: center;
		font-size: 50%;
	}
	nav{
		float: none;
		width: auto;
		display: inline-block;
	}
	nav li{
		display: inline-block;
		padding: 0.1em;
		width: 100%;
	}
	nav ul{
		text-align: center;
	}
	nav a{
		border-style: none;
	}
	h1, h2{
		font-size: 120%;
		text-align: center;
	}
	p{
		font-size: 90%;
	}
	.sideleft{
		width: 95%;
		border-right: none;
	}
	aside{
		display: none;
	}
	#profilePic{
		width: 100%;
	}
	.quickLinks{
		display: none;
	}
	#contactStyle{
		width: 100%;
		padding: none;
	}
}
