/* namari landing page dynamic style index

1. website default styling
2. navigation
3. primary and secondary colors
4. banner
5. typography
6. buttons
7. footer


/*------------------------------------------------------------------------------------------*/
/* 1. website default styling */
/*------------------------------------------------------------------------------------------*/


body {
    background:#fff;
}


/* default link color */

a, .la-ball-triangle-path {
    color:#d2b356;
}

a:hover, #header.nav-solid nav a:hover {
    color:#d2b356;
}

/* default icon color */

.icon i {
    color:#d2b356;
}

/* border color */

#banner .section-heading:before, .testimonial.classic footer:before {
    background: #d2b356;
}




/*------------------------------------------------------------------------------------------*/
/* 2. navigation */
/*------------------------------------------------------------------------------------------*/


/* transparent navigation color on a banner */

#header nav a, #header i {
    color:#fff;
	opacity:.85
}


/* navigation colors when the navigation is sticky and solid */ 

#header.nav-solid, #header.nav-solid a, #header.nav-solid i, #nav-mobile ul li a {
    color:#333;
}


/* navigation active state a2883b*/

#header.nav-solid .active {
    color: #a2883b;
    border-color: #a2883b;
}    



/*------------------------------------------------------------------------------------------*/
/* 3. primary and secondary colors */
/*------------------------------------------------------------------------------------------*/


/* primary background and text colors */

.primary-color, .featured .pricing {
    background-color:#d2b356;
}

.primary-color, .primary-color .section-title, .primary-color .section-subtitle, .featured .pricing, .featured .pricing p {
    color:#fff;    
}

.section-heading h2:after {
    background:#d2b356;
    content:"";
    display:block;
    width:30px;
    height:5px;
    margin-top:30px;
}

.text-center .section-heading h2:after {
    margin:30px auto 25px auto;
}

/* primary icon colors */

.primary-color .icon i, .primary-color i {
    color:#fff;
}


/* secondary background and text colors */

.secondary-color {
    background-color:#f5f5f5;
}


/*------------------------------------------------------------------------------------------*/
/* 4. banner */
/*------------------------------------------------------------------------------------------*/


/* banner background and text colors */

#banner {
    background:  no-repeat center bottom;
    background-size:cover;
	height:100vh;
}


/*------------------------------------------------------------------------------------------*/
/* 5. typography */
/*------------------------------------------------------------------------------------------*/


body {
    font-family: 'open sans', sans-serif, arial, helvetica;
    font-size:15px;
    font-weight:normal;
    color:#111;
}

/* logo, if you are using fonts as logo and not image

#logo h1 {
    font-family:;
    font-size:; 
    font-weight:;
    color:;
}

#logo h2 {
    font-family:;
    font-size:; 
    font-weight:;
    color:;
}

*/


/* banner typography */

#banner h1 {
    font-family: 'open sans', sans-serif, arial, helvetica;
    font-size:62px;
    line-height:60px;
    font-weight:800;
    color:#111;
}

#banner h2 {
    font-family: 'open sans', sans-serif, arial, helvetica;
    font-size:18px;
	line-height:32px;
    font-weight:300;
    color:#111;
	width:70%;
	padding:30px;
	margin:20% auto 0 auto;
	background-color:rgb(255,255,255, .55);
    box-shadow: 0px 1px 2px #fff;
}


/* section title and subtitle */

.section-title {
    font-family: 'open sans', sans-serif, arial, helvetica;
    font-size: 34px;
	line-height: 40px; 
    font-weight:700;
    color:#111;
}

.section-summary {
    font-family: 'open sans', sans-serif, arial, helvetica;
    font-size: 24px;
	line-height: 36px; 
    font-weight:700;
    color:#111;
	margin:80px 0;
}

.section-subtitle {
    font-family: 'open sans', sans-serif, arial, helvetica;
    font-size: 15px;
    color:#111;
}

/* testimonial */

.testimonial q {
    font-family: 'open sans', sans-serif, arial, helvetica;
    font-size: 17px; 
    font-weight:300;
}

.testimonial.classic q, .testimonial.classic footer {
    color:#111;
}


/* standard headings h1-h6 */

h1 {
    font-family: 'open sans', sans-serif, arial, helvetica;
    font-size: 40px; 
    font-weight:300;
    color:#111;
}

h2 {
    font-family: 'open sans', sans-serif, arial, helvetica;
    font-size: 34px; 
    font-weight:300;
    color:#111;
}

h3 {
    font-family: 'open sans', sans-serif, arial, helvetica;
    font-size: 30px; 
    font-weight:700;
    color:#111;
}

h4 {
    font-family: 'open sans', sans-serif, arial, helvetica;
    font-size: 24px; 
    font-weight:400;
    color:#111;
}

h5 {
    font-family: 'open sans', sans-serif, arial, helvetica;
    font-size: 16px; 
    font-weight:400;
    color:#111;
}

h6 {
    font-family: 'open sans', sans-serif, arial, helvetica;
    font-size: 14px; 
    font-weight:400;
    color:#111;
}


/*------------------------------------------------------------------------------------------*/
/* 6. buttons */
/*------------------------------------------------------------------------------------------*/

/* ----------default buttons---------- */


/* button text */

.button, input[type="submit"]  {
    font-family: 'open sans', sans-serif, arial, helvetica;
    font-size:14px;
    font-weight:bold;
    color:#bd4233;
}


/* button color */

.button, input[type="submit"] {
    border-color:#bd4233;
}


/* button hover color */

.button:hover,  input[type="submit"]:hover {
    border-color:#111;
    color:#111;
}


/* ----------banner buttons---------- */


/* button text */

#banner .button {
    font-family: 'open sans', sans-serif, arial, helvetica;
    font-size:16px;
    color:#111;
}


/* button color */

#banner .button {
    border-color:#111;
}


/* button hover color */

#banner .button:hover {
    color:#a2883b;	
    border-color:#a2883b;	
}


/*------------------------------------------------------------------------------------------*/
/* 7. footer */
/*------------------------------------------------------------------------------------------*/

#landing-footer, #landing-footer p, #landing-footer a {
    font-family: 'open sans', sans-serif, arial, helvetica;
    font-size:14px;
    font-weight:normal;
    color:#999;
	text-align:center;
}

/* footer icon color */

#landing-footer i {
    color:#999;
}

@media (max-width: 800px) {
	
	#banner {
		background: url(/uploads/image/pibanner-images/banner-image-0-s.jpg) no-repeat center bottom;
		background-size:contain;
		height: auto;
	}
	
	#banner h1 {
		font-size:36px;	
		line-height:44px;
	}
	
	#banner h2 {
		font-size:15px;
		line-height:24px;
		width:100%;	
		padding:25px 20px;
		margin:40% auto 0 auto;
	}
	
	#latest-news .button, #banner .button, #shanghai-entrepreneurs .button{
		font-size:15px;
		font-weight:normal;
		padding:8px 10px;
		border-width:1px;
	}

	.section-title{
		font-size:24px;	
		line-height:30px;
		padding:0;
	}
	.section-summary{
		font-size:17px;
		line-height:26px;	
		margin:20px auto;
		font-weight:300;
	}
	#shanghai-entrepreneurs .button{
		margin:10px auto;
	}
	
	.col-3{
		padding:0;	
	}
	
	#smart-city .item h3 a{
		font-size:18px;	
	}
}