html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 12pt;
	font-weight: 200;
	color: #4E4D4D;
}

hr.logo {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

h1, h2, h3 {
	margin: 0;
	padding: 0 0 0.4em 0;
}

p, ol, ul {
	margin-top: 0;
}
	
ol, ul {
	padding: 0;
	list-style: none;
}
	
p {
	line-height: 180%;
}

.fullpage-hp {
	padding-top: 10vh;
}

.fullpage {
	padding: 5vh 0 0 0;
}

.fullpage-cus {
	padding: 15vh 0 15vh 0;
}

.row a:hover {
	color: #9fbb19;
	text-decoration: none;
}

.row a:link {
	text-decoration: none;
}

.row a {
	font-size: 10px;
}


tr {
	border-bottom:1px #D4EE59 solid;
	line-height: 35px;
}

.flex {
	display: -webkit-flex;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-align-items: center;
	align-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.green {
	color: #9fbb19;
}

.gray {
	color: #595758;
}

.hide {
	display: none;
}

#newproject, #ourproject, #aboutus {
	line-height: 2em;
	padding: 2em 0;
}

#contactus {
	line-height: 2em;
	padding: 6em 0 0 0;
}

#newprojectcontroller .carousel-item img, #aboutuscontroller .carousel-item img, #mobilecarouselcontroller .carousel-item img {
	width: auto;
	height: 450px;
}

#mobileHomepage {
  display: none;
}

.carousel {
	text-align: center;
}

.br {
	margin: 10vh 0px 0px 0px;
}

.mobile {
	margin: 0px 3vw;
}

.wrapper {
	min-height: 100%;
	position: relative;
}

.project {
	padding: 20vh 3vw 7vh 3vw;
}

.carousel-item img{
	width: 80%;
}

.homepage {
	margin-top: 3vh;
}

.major {
	overflow: hidden;
	margin-bottom: 4em;
	text-align: center;
}

.major .byline {
	display: block;
	padding-top: 0.2em;
	font-weight: 300;
	font-size: 16pt;
}

.title {
	text-align: center;
	padding-top: 4.5em;
	text-align: left;
}
	
.title h2 {
	letter-spacing: 0.10em;
	text-transform: uppercase;
	font-weight: 700;
	color: #3f3f3f;
}

.button {
	display: inline-block;
	padding: 1em 3em 1em 3em;
	background: #3f3f3f;
	letter-spacing: 0.20em;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.90em;
	color: #FFF;
}

#header {
	background: #3f3f3f;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 10000;
}

.logo {
	position: fixed;
	width: 100%;
	background: #fff;
	display: none;
}

#logorow {
	padding: 0vw 0vw;
	text-align: center;
	background: #fff;
	border: 1px solid;
	border-width: 0 0 1px 0;
	border-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0));
	border-image-slice: 1;
}

#logorow img{
	width: 20%;
}

#menu ul {
	margin: 0;
	padding: 1vw 0px 1vw 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
}

#menu li {
	min-width: 14%;
}
	
#menu a {
	display: block;
	padding: 0.3vw 2vw;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1vw;
	font-weight: 300;
	color: #FFF;
}
	
#menu {
	z-index: 4;
}

#page
{
	overflow: hidden;
}

#content {
	float: left;
	width: 588px;
}
	
h2 {
	font-size: 2em;
}

#contactus_title {
	margin: auto 0;
}

#portfolio-wrapper {
	padding: 1em 0em;
}
	
#portfolio {
	overflow: hidden;
	text-align: center;
	margin: 0;
	padding: 0;
	top: 30%;
}
	
#portfolio .box {
	padding: 20px;
	background: #FFF;
	border-bottom: 2px solid #7C7C7C;
	border-right: 1px solid #DADADA;
	border-left: 1px solid #DADADA;
	position: relative;
	margin: 0px auto;
}

.box h4 {
	font-size: 1.2em
}

.img-box {
	border-top: 2px solid #7C7C7C;
	height: 150px;
	overflow:hidden;
	position:relative;
}

.fp-tableCell{
    height: auto !important;
}

.project table, .project p{
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 100 !important;
}

.boxes {
	padding-bottom: 1vh;
}

.space {
	padding: 2vw;
}

.index-footer {
	background-color: #AFAFAF;
	width: 100%;
}

.footer {
	background-color: #AFAFAF;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.footer p, .index-footer p {
	color: #E8E8E8;
	text-align: center;
	padding: 1em 0;
	margin: 0;
	font-size: 10pt;
}

@media screen and (min-width: 576px) {
	#contact{
		max-width: 576px;
    	width: 100%;
	    padding-right: 15px;
    	padding-left: 15px;
    	margin-right: auto;
    	margin-left: auto;
	}
}

@media screen and (min-width: 768px) {
	#contact{
		max-width: 768px;
    	width: 100%;
	    padding-right: 15px;
    	padding-left: 15px;
    	margin-right: auto;
    	margin-left: auto;
	}
}

@media screen and (min-width: 992px) {
	#contact{
		max-width: 1000px;
    	width: 100%;
	    padding-right: 15px;
    	padding-left: 15px;
    	margin-right: auto;
    	margin-left: auto;
	}
}

@media screen and (min-width: 1200px) {
	#contact{
		max-width: 1500px;
    	width: 100%;
	    padding-right: 15px;
    	padding-left: 15px;
    	margin-right: auto;
    	margin-left: auto;
	}

	#contactus_title{

    	margin-right: auto;
    	margin-left: auto;
	}
}