@charset "utf-8";
/* CSS Document */

/*Custom Fonts*/
@font-face {

font-family: 'Helvetica';

src: url(../fonts/Helvetica.otf);
	

}
@font-face {

font-family: 'Canela';

src: url(../fonts/Canela-Regular.otf);

}

@font-face {

font-family: 'Canela-Black';

src: url(../fonts/Canela-Black.otf);
}

@font-face {

font-family: 'Canela-Light';

src: url(../fonts/Canela-Light.otf);
}


@font-face {

font-family: 'Canela-Thin';

src: url(../fonts/Canela-Thin.otf);
	
}

@font-face {

font-family: 'Canela-Medium';

src: url(../fonts/Canela-Medium.otf);
}

/*End Custom Fonts*/

/*Default Style*/
*{
	margin:0px;
	padding:0px;
	box-sizing: border-box;
}

html{
	
	font-size:16px;
	font-family: 'Canela', sans-serif;
}

p{
font-size:16px;	
font-family: 'Helvetica';	
	
}

a{
text-decoration: none;
	
}

.container{
	min-height: 100vh;
	max-width:1200px;
	display:flex;
	align-items: center;
	justify-content: center;
	padding:20px;
	margin:0px auto;
	
}

.incontainer{
	max-width:1200px;
	padding:20px;
	margin:0px auto;
	
}

.down-icon{
	position: absolute;
	bottom: 50px;
}
.down-icon a{
	color:#3e3e3e; 
	font-size: 20px; 
	border: solid 1px #3e3e3e; 
	padding:15px 15px; 
	border-radius: 5px;
	display:block;
	transition: .5s ease ;
	transition-property: color, border-color;
}

.down-icon a:hover{
	
	color:#717070; 
	border: solid 1px #717070; 
}

.backtotop-icon{
	position: absolute;
	bottom: 50px;
	text-align: center;
}

.backtotop-icon a{
	color:#3e3e3e; 
	font-size: 20px; 
	border: solid 1px #3e3e3e; 
	padding:15px 15px; 
	border-radius: 5px;
	margin-bottom:10px;
	display:inline-block;
	transition: .5s ease ;
	transition-property: color, border-color;
	
	
}

.backtotop-icon a:hover{
	
	color:#717070; 
	border: solid 1px #717070; 
}

.backtotop-icon p{
	
	color:#868686;
}

.section-heading{
	color:#ffffff;
	font-size: 35px;
	margin-bottom:30px;
	text-align: center;
	
}

.lead-para{
	
	font-size: 18px;
	font-family: 'Helvetica';
	color:#ffffff;
	line-height:23px;
	margin-bottom: 20px;
	
}

.star-bulet{
	list-style-type: none;
	color:#ffffff;
}

.star-bulet li{
	font-size: 18px;
	font-family: 'Helvetica';
	color:#ffffff;
	line-height:23px;
	margin-bottom: 20px;
	
	
	
}

.star-bulet li .fa{margin-right:10px;}
/*End Default Style*/

/*Header Section*/

#header{
	position: fixed;
	z-index:5;
	top:0px;
	left:0px;
	width:100%;
	height:auto;
	
}


#header .header{
	min-height:8vh;
	flex-direction: column;
	
}

#header .brand{
	
	display: none;
}

#header .header .nav-bar{
	
	display:flex;
	align-items: center;
	justify-content: center;
	width:100%;
	height:100%;
}

#header .nav-bar .nav-menu ul{
	list-style: none;
	position:absolute;
	top:0px;
	left:100%;
	background-color: rgba(0, 0, 0, 1);
	width:100%;
	height:100vh;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: .5s ease;
	transition-property: left;
	
}

#header .nav-bar .nav-menu ul.active{
	left:0px;
	
}

#header .nav-bar .nav-menu ul li a{
	font-family: 'Canela';
	font-size:25px;
	color:#ffffff;
	padding:20px;
	display: block;
	text-transform: uppercase;
	position: relative;
}

/*Menu Hover Effect*/

#header .nav-bar .nav-menu ul li a::after{
	
	content: attr(data-after);
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%) scale(0);
	color: rgba(240, 248, 255, 0.1);
	font-size:70px;
	letter-spacing: 30px;
	display:block;
	opacity:0;
	transition: .5s ease  letter-spacing;
	transition-property: opacity, letter-spacing;

}

#header .nav-bar .nav-menu ul li:hover a::after{
	
	transform: translate(-50%, -50%) scale(1);
	letter-spacing: initial;
	opacity:1;
}

/*End Menu Hover Effect*/
#header .nav-bar .nav-menu .hamberger{
	width:50px;
	height:50px;
	border: solid 3px #ffffff;
	border-radius: 50%;
	position:relative;
	z-index: 10;
	display:inline-block;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	
}

#header .hamberger .bar{
	
	height:2px;
	width:25px;
	background: #ffffff;
	position: relative;
	
}

#header .hamberger .bar::after, #header .hamberger .bar::before{
	content:'';
	width:100%;
	height:100%;
	left:0px;
	position: absolute;
	background: #ffffff;
	transition: .3s ease;
	transition-property: top, bottom;
	
}

#header .hamberger .bar::after{
	top:6px;
	
}

#header .hamberger .bar::before{
	bottom:6px;
	
}

#header .hamberger.active .bar::after{
	top:0px;
	
}
#header .hamberger.active .bar::before{
	bottom:0px;
	
}
/*End Header Section*/

/*Home Section*/

#home{
	background: url(../images/source.gif);
	position: relative;
	z-index: 1;
	overflow-x: hidden;
	overflow-y:hidden;
}

#lotte{
	position:absolute;
	left: 0px;
	top: 0px;
	
	
	
}

#lotte{
	
	width: 250%;
height: 100%;
transform: translate3d(0px, 0px, 0px);

margin-left: -75%;
display: block;
}


#home::after{
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-image: radial-gradient(rgba(0, 0, 0, .5),  rgba(0, 0, 0, 1)90%);
	z-index: -1
	
	
}

#home .home{
	width:100%;
	text-align: center;
	flex-direction: column;
	padding:50px 20px;
}


#home .home .logo-img{
	max-width: 250px;
}

#home .home .logo-img img{
	width:100%;
	opacity: 0;
}




#home .home .logo-text{
	
	margin: 30px 0px;
	opacity:0;
 	 animation-name: fade1;
  animation-duration: 2s;
  animation-delay: 2.5s;
	animation-fill-mode: forwards;
}

@keyframes fade1 {
  0% {opacity:0;}
	 
  100% {opacity:1;}
 
}

#home .home .logo-text h1{
	
	color:#ffffff;
	font-family: 'Canela';
	font-size:30px;
	
}

#home .home .tag-line p{
	
	color:#ffffff;
	font-size: 18px;
		opacity:0;
 	 animation-name: fade1;
  animation-duration: 2s;
  animation-delay: 3.5s;
	animation-fill-mode: forwards;
		
}

#home .social-menu{
	
	display:none;
	
	margin: 30px 0px;
	
	opacity:0;
 	 animation-name: fade1;
  animation-duration: 2s;
  animation-delay: 4s;
	animation-fill-mode: forwards;
}

#home .social-menu ul{
	
	list-style: none;

	
}

#home .social-menu ul li{
	display:inline-block;
	margin-right:10px;
	
	
}

#home .social-menu ul li a{
	font-size: 30px;
	color:#7e7c7c;	
	transition: .5s ease color;
	
}

#home .social-menu ul li a:hover{
	
	color:#ffffff;	
}
/*End Home Section*/

/*Thank you Page*/
.back-home-btn{
	cursor: pointer;
	margin-top:30px;
}
.back-home-btn a{
	
	color: #7e7c7c;
border: 1px solid #7e7c7c;
padding: 12px 30px;
border-radius: 3px;
	
	cursor:pointer;
	opacity:0;
 	 animation-name: fade1;
  animation-duration: 2s;
  animation-delay: 4.5s;
	animation-fill-mode: forwards;
	transition: .5s ease;
	transition-property: color, border-color;
}
.back-home-btn a:hover{
	color: #fff;
border: 1px solid #fff;
	
}

/*End Thank you Page*/

/*Mission Section*/
#mission{
	
	background: url(../images/BG-Stars-2.jpg);
	position: relative;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	padding:100px 20px 100px 20px;
}

#mission::after{
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-image: radial-gradient(rgba(0, 0, 0, .4),  rgba(0, 0, 0, 1)90%);
	z-index: -1;
	
}
#mission .mission{
	
	width:100%;
	min-height: 80vh;
	text-align: center;
	flex-direction: column;
	padding:50px 20px;	
}

/*End Mission Section*/

/*Why Section*/
#why{
	
	background: url(../images/BG-Stars-3.jpg);
	position: relative;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	padding:100px 20px 100px 20px;
}

#why::after{
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-image: radial-gradient(rgba(0, 0, 0, .4),  rgba(0, 0, 0, 1)90%);
	z-index: -1;
	
}
#why .why{
	
	width:100%;
	min-height: 80vh;
	text-align: center;
	flex-direction: column;
	padding:50px 20px;	
}

/*End Why Section*/

/*what Section*/
#what{
	
	background: url(../images/BG-Stars-2.jpg);
	position: relative;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	padding:100px 20px 100px 20px;
}

#what::after{
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-image: radial-gradient(rgba(0, 0, 0, .4),  rgba(0, 0, 0, 1)90%);
	z-index: -1;
	
}
#what .what{
	
	width:100%;
	min-height: 80vh;
	text-align: center;
	flex-direction: column;
	padding:50px 20px;	
}


.what-blocks-wrap{
	
	display:flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	flex-wrap:wrap;
}

.what-block{
	max-width: 50%;
	
	padding:20px;
	min-width: 200px;
	background-color: rgba(250, 250, 250, 0.1);
align-self: stretch;

}


.what-heading{
	color:#ffffff;
	margin-bottom: 15px;
	font-size:20px;
	
}

.what-para{
	color:#ffffff;
	
}

/*End What Section*/


/*How Section*/
#how{
	
	background: url(../images/BG-Stars-4.jpg);
	position: relative;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	padding:100px 20px 100px 20px;
}

#how::after{
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-image: radial-gradient(rgba(0, 0, 0, .4),  rgba(0, 0, 0, 1)90%);
	z-index: -1;
	
}
#how .how{
	
	width:100%;
	min-height: 80vh;
	text-align: center;
	flex-direction: column;
	padding:50px 20px;	
}


.how-blocks-wrap{
	
	display:flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	flex-wrap:wrap;
}

.how-block{
	max-width: 33%;
	
	padding:25px;
	min-width: 200px;
	
align-self: stretch;
	border-radius: 100%;
background-color: rgba(250, 250, 250, 0.1);

}


.how-heading{
	color:#ffffff;
	margin-bottom: 15px;
	font-size:20px;
	
}

.how-para{
	color:#ffffff;
	
}

/*End How Section*/



/*People Section*/

#people{
	
	background: #000000;
	position: relative;
} 

#people::after{
	
	
} 

#people .people{
	width:100%;
	text-align: center;
	flex-direction: column;
	padding:100px 20px 100px 20px;
	
} 

#people .people .member-img{
	
	max-width: 250px;
	position:relative;
	cursor: pointer;
	z-index: 1;
}

#people .people .star-img{
	
	position: absolute;
	left:0px;
	top:0px;
	opacity:0;
	transition: .5s ease;
	transition-property: opacity;
}

#people .people .star-img img{
	
	width:100%
}

#people .people .star-img:hover{
	
	position: absolute;
	left:0px;
	top:0px;
	opacity:1;
}

/*#people .people .member-img::after{
	
	content:"";
	position:absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0);
	transition: .5s ease;
	transition-property: background;
	z-index: 2;
}

#people .people .member-img:hover::after{
	background: rgba(0, 0, 0, .7);
	
}*/

#people .people .member-img:hover .read-more-btn{
	opacity:1;
	
}

#people .people .read-more-btn{
	
	position:absolute;
	top:80%;
	left:30%;
	color:#ffffff;
	border: 1px solid #ffffff;
	padding:5px 10px;
	border-radius: 3px;
	transition: .5s ease opacity;
	opacity:0;
	z-index: 3;
}



#people .people .member-img img{
	
	width: 100%;
}


.divider{
	
	width:100%;
	height:5px;
	background: #ffffff;
	margin:10px 0px;
}

#people .member-blocks-wrap{
	
	display:flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	flex-wrap:wrap;
}
#people .member-block{
	max-width: 250px;
	flex-basis: 100%;
	padding:10px;
	min-width: 200px;
}
#people .member-block .member-name{
	
	color:#ffffff;
	font-size:20px;
	margin-top:30px;
	margin-bottom:10px;
}

#people .member-block .member-job{
	
	color:#ffffff;
	font-family: 'Canela-Thin';
	font-size:16px;
	text-transform: uppercase;
}

/*Members Popup*/

.popup-box{	
	position:fixed;
	
	top:0px;
	right:100%;
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.98);
	z-index: 20;
	transition: .5s ease;
	transition-property: right;
}

.popup-box.active{
	
	right:0px;
}

.popup-box .popup{
	
	flex-direction: column;

	
}

.popup-box .popup .popup-wrap{
	
	border:solid 1px #393838;
	border-radius: 5px;
	display:flex;
	flex-direction: column;
	position: relative;
	align-items: center;
	justify-content: center;
	height:95vh;

}

.popup-close{
	
	color:#ffffff;
	font-size:30px;
	position:absolute;
	top:10px;
	right:15px;
	cursor: pointer;
}

.popup-close span{
	
	
	font-size: 20px;
margin-right: 10px;
font-family: 'Canela-Thin';
}

.popup-box .popup-left{
	padding:20px;
	
}

.popup-box .popup-left .popup-img{
	max-width: 150px;
	
}

.popup-box .popup-left .popup-img img{
	width: 100%;

}
.popup-box .popup-right{
	padding:10px 20px;
	overflow-y:scroll;
	height: 400px;
	
	
}

.popup-box .popup p{
		
	color:#ffffff;
line-height: 25px;
}

.popup-heading{
	
	color:#ffffff;
	margin-bottom: 5px;
	font-size: 35px;
}

.popup-subheading{
	color:#ffffff;
	font-size: 25px;
	margin-bottom: 20px;
	font-family: 'Canela-Thin';
	text-transform: uppercase;
	
	
}
/*End Members Popup*/

/*End People Section*/

/*Work Section*/
#work{
	
	background: url(../images/BG-Stars-5.jpg);
	position: relative;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	padding:100px 20px 100px 20px;
}

#work::after{
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-image: radial-gradient(rgba(0, 0, 0, .4),  rgba(0, 0, 0, 1)90%);
	z-index: -1;
	
}
#work .work{
	
	width:100%;
	min-height: 80vh;
	text-align: center;
	flex-direction: column;
	padding:50px 20px;	
}


.work-blocks-wrap{
	
	display:flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	flex-wrap:wrap;
}

.work-block{
	max-width: 50%;
	
	padding:20px;
	min-width: 200px;
	border:1px solid #202020;
align-self: stretch;

}



.work-para{
	color:#ffffff;
	
}

.mem-info-wrap{
	display:flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	flex-wrap:wrap;
	align-items: center;
	margin-top: 15px;

	
}

.mem-img{
	max-width: 20%;
}

.mem-img img{
	
	width:80%;
}


.mem-name{
	
	max-width: 60%;
	color:#ffffff;
}

.mem-logo{
	
	max-width: 20%;
}

.mem-logo img{
	
	width:80%;
}

.testi-detail{
	margin-bottom: 50px;
}

.testi-heading{
	
	color:#ffffff;
	font-size: 30px;
	margin-bottom: 20px;
}

.climate-logo{
	
	
	margin-bottom: 50px;
	padding-right: 30px;
}
/*End Work Section*/

/*News Section*/

#news{
	
	background:#000000;
	color:#ffffff;
}

#news .news{
	
	flex-direction: column;
	position:relative;
	padding:100px 20px 150px 20px;
	
}

#news .news .news-wrap{
	
	max-width:1000px;
}

#news .news .news-wrap .news-block{
	
	display:flex;
	
	flex-direction: column;
	padding: 10px;
	align-items: center;
	justify-content: center;
	border: 1px solid #202020;
	margin-bottom: 10px;
	
}
.news-block .new-left{
	
	width:100%;
	padding:10px 20px;
}
.news-block .new-left .news-img{
	
	height: auto;
	position: relative;
	z-index:1;
}

.news-block .new-left .news-img::after{
	
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0);
	transition: .3s ease;
	transition-property: background-color;
	z-index:2;
}

.news-block .new-left .news-img:hover::after{
	
	background: rgba(0, 0, 0, .5);
}


.news-block .new-left .news-img img{
	
	width:100%;
}

.news-block .news-right{
	
	padding:10px 20px;
	width:100%;
}

.news-block .news-right h3{
	
	margin-bottom: 10px;
	font-size: 22px;
	color:#ffffff;
	cursor: pointer;
	
	
}


.news-block .news-right h3 a{
	
	color:#ffffff;
	transition: .3s ease color;
}

.news-block .news-right h3 a:hover{
	
	color:#a4a4a4;
}




.news-block .news-right p{
	
	color:#a4a4a4;
	margin-bottom: 10px;
}

.news-block .news-right .read-more-btn{
	
	color: #ffffff;
	
	cursor:pointer;
	transition: .3s ease color;
	
}

.news-block .news-right .read-more-btn:hover {
	
	color:#a4a4a4;
}
/*End News Section*/

/*Contact Section*/

#contact{
	
	background: url( ../images/BG-Stars-6.jpg);
	position: relative;
	background-attachment: fixed;
	/*background-repeat: no-repeat;
	background-size: cover;*/
	z-index: 1;
}

#contact::after{
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-image: radial-gradient(rgba(0, 0, 0, .4),  rgba(0, 0, 0, 1)90%);
	z-index: -1;
	
}

#contact .contact{
	width:100%;
	position: relative;
	flex-direction: column;
	padding:100px 20px 150px 20px;
	
}

#contact .contact .contact-form-wrap{
	
	border: solid 1px #393838;
	border-radius: 5px;
	padding:30px;
	width: 100%;
	text-align: center;
	background: #090808;
}

.contact-form-wrap .form-field{
	
	display:block;
	width: 100%;
	padding: 10px;
	border-radius: 3px;
	margin-bottom: 10px;
	background: #222;
	border: 1px solid #333;
	color: #fff;
	font-size: 16px;
	font-family: canela-thin;
}

.contact-form-wrap .submit-btn{
	display:block;
	font-size: 16px;
	padding: 10px 30px;
	background: #000000;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	margin: 30px auto 0px auto;
	transition: .5s ease;
	transition-property: background-color, color;
	
}

.contact-form-wrap .submit-btn:hover{
	background: #acacac;
	color:#000000;
	
}
/*End Contact Section*/

/*Footer Section*/
#footer{
	background:#000000;
	border-top:1px solid #393838;
	
}
#footer .footer{
	height:auto;
	min-height: auto;
	flex-direction: column;
	    align-items: flex-end;

	
}

#footer .footer .footer-left{
	width:100%;
	text-align: center;
}

#footer .footer .footer-logo{
	width: 220px;

padding: 20px;
	margin: 0px auto;
	
}

#footer .footer .footer-left .footer-logo img{
	width:100%;
}

#footer .footer .footer-left .footer-address{
	color:#ffffff;
	padding:20px 20px;
}

#footer .footer .footer-right{
	width:100%;
	text-align: center;
}
#footer .footer .footer-right .social-menu-footer{
	color:#ffffff;
	display:none;
}

#footer .footer .smf-mobile{
	
	
}

#footer .social-menu-footer{
	padding: 0px 20px;
	
}
#footer .social-menu-footer ul{
	list-style:none;
}
#footer .social-menu-footer ul li{
	
	display:inline-block;
	margin-right: 10px;
}

#footer .social-menu-footer ul li a{
	
	color:#7e7c7c;
	font-size:30px;
}


#footer .footer .footer-right .copyright{
	color:#ffffff;
	padding: 20px;
	
}



/*End Footer Section*/

/*Responsive For Teblet*/

@media only screen and (min-width:550px){
	#people .member-blocks-wrap{
		flex-direction: row;
	}
	
	#people .member-block{
		flex-basis:50%;
		}
	
	
	

}

@media only screen and (max-width:400px){
#home .home .tag-line p{font-size:14px;}
	#home .home .logo-text h1{font-size:20px;}
}

@media only screen and (max-width:768px){
	
		.what-block{
	max-width: 100%;

}
	
			.how-block{
	max-width: 100%;

}
	
				.work-block{
	max-width: 100%;

}
}



@media only screen and (min-width:768px){

	
	#people .member-blocks-wrap{
		flex-direction: row;
		
	}
	
	
	#people .member-block{
		flex-basis:20%;
		
	}
	
	#people .member-block .member-name{
		
		font-size:18px;
	}
	
	#people .member-block .member-job{
		
		font-size:16px;
	}
	
	
	#news .news .news-wrap .news-block{
	
		flex-direction: row;
	
	}
	
	.news-block .new-left{
		width:40%;
		
	}
	
	.news-block .new-right{
		width:60%;
		
	}
	
	#footer .footer{

	flex-direction: row;
}
	
	#footer .footer .footer-left{
	text-align: left;
}
	
	#footer .footer .footer-right{
	text-align: right;
		vertical-align: bottom;
}
	
	#footer .footer .footer-logo{
		
		margin:0px;
	
	}
	
	.popup-box .popup .popup-wrap{
	
	flex-direction: row;
		height:auto;
		padding: 30px 0px;

	
}
	.popup-box .popup-right{
	width:60%;
	text-align: left;
		overflow-y:scroll;
	height: 330px;
	
	
}
	
	
	.popup-box .popup-left .popup-img{
		max-width: 250px;
	
	}
	
#footer .footer .smf-mobile{
	display:none;
	
}
	
	#footer .footer .footer-right .social-menu-footer{
	
	display:block;
}
	
	#contact .contact .contact-form-wrap{
		
		width: 70%;
	}
	
}


/*End Responsive For Teblet*/

/*Responsive For Desktop*/
@media only screen and (min-width:1000px){

	
	#header .nav-menu .hamberger{
		
		display:none!important;
	}
		
	#header .nav-bar .nav-menu ul{
		
		position: static;
		display: block;
		height:auto;
		background: none;
	}
	
	#header .nav-bar .nav-menu ul li{
		
		display:inline-block;
	}
	
	#header .nav-bar .nav-menu ul li a{
		
		font-size:16px;
	}
	#header .nav-bar .nav-menu ul li a::after{
		
		display:none;
	}
	
	#header .header{
		
		padding:10px 20px;
	}
		
	#people .member-block .member-name{
		
		font-size:20px;
	}
	
	#people .member-block .member-job{
		
		font-size:16px;
	}
	
	
}

/*End Responsive For Desktop*/