img {
	max-width: 100%;
	height: auto;
	border: 0px;
}
body {
	color:#fff;
}

a:link,a:visited,a:hover,a:active {
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 150%;
	text-decoration: none;
}
body,div,span,label,a,h1,h2,h3,h4,h5,h6,li,ol,dt,dd,input,select,td,th,caption {
	font-family: "Roboto", "LiHei Pro","Microsoft JhengHei","MingLiU","sans-serif";
}
article {
	position: relative;
	z-index: 99;
}
.bg-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.nav-header {
	position: fixed;
	width: 100%;
	top:0px;
	background:linear-gradient(top,#000,rgba(255,255,255,0));
	background:-moz-linear-gradient(top,#000,rgba(255,255,255,0));
	background:-webkit-linear-gradient(top,#000,rgba(255,255,255,0));	
}
.nav-group {
	height: 100px; 
	width: 100%; 
	border-bottom: 1px solid #fff; 
	display: table; 
	position: relative;relative;	
}
.logo {
	float: left;
	width: 180px;
    display: block;
    padding: 21px 0px;
}
.nav-menu {
	position: relative;
	 width: 100%; 
	 height: 100%; 
	 margin-left: 180px;
	 display: table-cell;
	 vertical-align: bottom;
	 padding-bottom: 20px;
	 text-align: right;
}
.nav-menu a {
	display: inline-block;
	color:#fff;
	font-size: 1.2em;
	text-align: right;
	text-decoration: none;
	margin-left: 20px;
}
.nav-mobile {
	display: none;
	background: rgba(0,0,0,0.7);
	height: 100vh; 
	width: 100%; 
	position: fixed; 
	z-index: 999999999;	
	
}
.nav-mobile .nav-mobile-item {
	display: block;
	color:#fff;
	font-size: 1.2em;
	width: 100%;
	padding: 24px 0px;
	text-align: center;
}	
.media {
	text-align: right;
}
.media a {
	display: inline-block;
	vertical-align: middle;
	padding:0px 5px;
}

.page {
	width:100%;
	height: 100vh;
	background-position: center;
	background-size: cover;	
	background-repeat: no-repeat;
	padding-top:150px;
}
.page section {
	position: relative;
	height: 100%;
	z-index: 0;
	
}
.page-title {
	font-size:3em;
	font-weight: bolder;
	color:#fff;
	padding:30px 0px;
}
.page-text {
	color:#fff;
	line-height: 120%;
	font-size: 1.5em;
	font-weight: lighter;
}
.page-title small{
	display: block;
	color:#fff;
	line-height: 150%;
}
@media screen and (max-width:991px) {
	.nav-group {
		height: 50px; 
	}	
	.logo {
		float: left;
		width: auto;
	    display: block;
	    padding: 5px 0px;
	}
	.logo img{
		height: 100%;
	}	

	.nav-menu {
		display: none;
		
	}
	.nav-menu a {
		display: block;
		color:#fff;
		font-size: 1.2em;
		width: 100%;
		text-align: center;
	}

	.media {
		text-align: center;
	}
	.media a {
		display: inline-block;
		vertical-align: middle;
		padding:0px 5px;
	}	
	.page {
		
	}
	.page-title {
		font-size:2em;
	}

}