@charset "UTF-8";
.cta {
	font-size: x-large;
	font-weight: bold;
	text-align: right;
	line-height: 29px;
	padding-top: 25px;
}
.navbar {
	background-color: rgba(1,1,1,1.00);
	color: rgba(255,255,255,1.00);
}

.nav li a:link {
	color: #fff;
}

.navbar-default .navbar-nav li a:hover {
	color: #97C93C;
}

.navbar-default .navbar-nav li a:focus {
	color: #97C93C;
}

.navbar-default .navbar-nav li a:visited {
	color: #fff;
}

.navbar-default .navbar-nav li a:active {
	color: #97C93C;
}


.container-fluid carousel {
	/* [disabled]height: 300px; */
	max-height: 700px;
	top: 0px;
}
.navbar.navbar-default {
	margin: 0px;
	padding: 0px;
	border: 0;
	border-radius: 0;
}

.carousel-control {
	visibility: hidden;
}

h1 {
	color: #000000;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 38px;
}
em {
	color: #97c93c;
	font-style: normal;
}

.band-footer {
	background-color: #000;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}


.img-thumbnail.img-responsive {
	text-align: center;
	display: inline-block;
	float: none;
	width: 400px;
	height: 200px;
	margin-bottom: 20px;
}
.carousel-inner .item.active .center-block.img-fluid {
	max-height: 400px;
	width: 100%;
}
.row .col-lg-6 h3 {
	font-weight: 700;
}

.container .row .col-lg-6 {
	padding-bottom: 10px;
}


.text-option1 a:link {
	font-weight: 700;
	font-size: 20px;
	color: #000000;
}

.text-option1 a:hover {
	color: #97C93C;
	text-decoration: none;
}

.text-option1 a:visited {
	color: #000000;
	text-decoration: none;
}

.about-sec {
	background-color: rgba(151,201,60,0.15);
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 50px;
}

.text-about {
	font-size: 16px;
}

.container .row .col-lg-6.hidden-md.hidden-sm.hidden-s.hidden-xs .cta a:link {
	color: #000;
	text-decoration: none;
}

.container .row .col-lg-6.hidden-md.hidden-sm.hidden-s.hidden-xs .cta a:hover {
	color: #000;
	text-decoration: none;
}

p a:link {
	color: #97c93c;
}

.music {
	font-style: italic;
	font-size: 10px;
}




/* services css */

.row .col-lg-12 .img-responsive .hero-image {
	max-height: 300px;
	width: 100%;
}

.headline-pages {
	text-align: left;
	padding-bottom: 20px;
}

.copy {
	padding-bottom: 50px;
}

.cta-body {
	font-weight: 700;
	font-size: 20px;
}

h4 {
	color: #97c93c;
}

.testimonials {
	color: rgba(0,0,0,0.85);
	font-weight: bold;
	font-style: italic;
	font-size: large;
}

