body {
	background:#fff;
}


/* Default Link Color */

a, .la-ball-triangle-path {
	color:#d2b356;
}

a:hover, #header.nav-solid nav a:hover {
	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;
}


/* 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 */

#header.nav-solid .active {
	color: #d2b356;
	border-color: #d2b356;
}	



/*------------------------------------------------------------------------------------------*/
/* 3. Primary and Secondary Colors */
/*------------------------------------------------------------------------------------------*/

.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;
}

/*------------------------------------------------------------------------------------------*/
/* 4. Banner */
/*------------------------------------------------------------------------------------------*/


/* Banner Background and Text Colors */

#banner {
/*
	background: url("../images/banner-images/26383757_l.jpg") no-repeat center top;
	background-size:cover;
*/

}

.banner_video {
	position: relative;

}

.banner_video video {

	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 600px;
	z-index: -1;
	object-fit: cover;
}

.video_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 0;
}

/*------------------------------------------------------------------------------------------*/
/* 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:33px;
	line-height:60px;
	font-weight:800;
	color:#FFF;
/*
	display: inline-block;
	background: linear-gradient(45deg, #FA8BFF 16%, #2BD2FF 57%, #2BFF88 90%);
	background: -webkit-linear-gradient(45deg, #FA8BFF 16%, #2BD2FF 57%, #2BFF88 90%);
	background-size: 300% auto;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: gradientEffect 2.5s infinite alternate;
*/
}

@keyframes gradientEffect {
	from {background-position: left}
	to {background-position: right}
}

#banner h2 {
	font-family: 'Open Sans', sans-serif, Arial, Helvetica;
	font-size:18px;
	font-weight:300;
	color:#111;
}


/* Section Title and Subtitle */

.section-title {
	font-family: 'Open Sans', sans-serif, Arial, Helvetica;
	font-size: 34px; 
	font-weight:700;
	color:#111;
}

.section-subtitle {
	font-family: 'Open Sans', sans-serif, Arial, Helvetica;
	font-size: 16px;
	font-weight:300;
	color:#9c9c9c;
}

/* Testimonial */

.testimonial q {
	font-family: 'Open Sans', sans-serif, Arial, Helvetica;
	font-size: 17px; 
	font-weight:300;


	display: inline-block;
	background: linear-gradient(45deg, #FA8BFF 16%, #2BD2FF 57%, #2BFF88 90%);
	background: -webkit-linear-gradient(45deg, #FA8BFF 16%, #2BD2FF 57%, #2BFF88 90%);
	background-size: 300% auto;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: gradientEffect 2.5s infinite alternate;

}

.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;
}

/*------------------------------------------------------------------------------------------*/
/* 6. Buttons */
/*------------------------------------------------------------------------------------------*/

/* ----------Default 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:#d2b356;
	border-color:#d2b356;
}


/*------------------------------------------------------------------------------------------*/
/* 7. Footer */
/*------------------------------------------------------------------------------------------*/

#landing-footer, #landing-footer p, #landing-footer a {
	font-family: 'Open Sans', sans-serif, Arial, Helvetica;
	font-size:12px;
	font-weight:normal;
	color:#999;
	padding-bottom:30px;
}

/* Footer Icon Color */

#landing-footer i {
	color:#999;
}


@media (max-width: 480px) {

	#banner h1 {
		font-size:20px;
	}

}