@charset "UTF-8";
/* CSS Document */

body {
	background-image: none;
	background-color: rgba(36,86,101,1.00);
	color: white;
	font-weight: 200;
}

/*  contact */
.subContact {
	background-color: rgba(36,86,101,1.00);
	color: white;
	font-weight: 200;
	overflow: hidden;
	max-height: 0; 
}

 
.maxH {
	max-height: 5000px;
}

.closeF {
	margin: 0 30px;	
}


h2 {
	padding: 20px 0 10px 0;
}

h2 img{
	margin: 10px 0;
}

.hbIntro {
	padding-bottom: 60px;
}


.feature {
	height: 800px;
}

.fOdd {
	background-color: #1f333e;
}

.fEven {
}

.fPic {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 50%;
	float: none;
}

#profile1 .fPic {
	background-image: url(../c01_img/benP.jpg);
}

#profile2 .fPic {
	background-image: url(../c01_img/simonP.jpg);
}

#profile3 .fPic {
	background-image: url(../c01_img/williamP.jpg);
}

#profile4 .fPic {
	background-image: url(../c01_img/jiahongP.jpg);
}

.fText {
	width: 100%;
	height: 50%;
	float: none
}

.lName {
	text-align: center;
	font-weight: 600;	
}
.lTitle {
	font-style: italic;
	text-align: center;
	margin-bottom: 10px;
}

.teamP .lTitle {
	padding: 0 5px;
	margin-bottom: 40px;
}
.fText p {
	margin: 10px;	
}

.holder {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.centerD {
	padding: 10px 8%;
	width: 100%;
	max-height: 360px;
	overflow: auto;
}

.fText .title {
	margin: 10px 0 0 0;
	font-weight: 600;
}


.teamP {
	width: 100%;
	float:left;	
}
.teamP img {
	display: block;
	width: 100%;	
	margin-bottom: 20px;
}
.down {
	padding-bottom: 30px;	
	text-align: center;
}

.marginLR {
	margin: 0 6% 0 8%;
}

footer {
	margin-top: 20px;
}	

@media screen and (min-width: 380px) {
	.teamP {
	width: 50%;
}
}

@media screen and (min-width: 768px) {
.marginLR {
	margin: 0 7% 0 12%;
}
.feature {
	height: 400px;
}
.fPic {
	width: 33.3333333%;
	height: 100%;
}
.fText {
	width: 66.6666666%;
	height: 100%;
	float: left;
}

.fOdd .fPic, .fOdd .fText{
	float: left;
}

.fEven .fPic, .fEven .fText {
	float: right;
}


.teamP {
	width: 33.333333333%;
}

nav.sub  #sLogo {
	width: 100px;
}
}


@media screen and (min-width: 980px) {
.marginLR {
	margin: 0 15% 0 20%;
}
}

@media screen and (min-width: 1500px) {
.marginLR {
	margin: 0 20% 0 25%;
}
}