body {
	font-family: "Segoe UI Light"
	font-size: 1.4rem;
}

p, h3 {
	color:#0f573f;
}

.h-100 {
	height: 100% !important;
}

.text-white {
	color:#fff;
}

.border-lls-green {
	border: 1px solid #0f573f;
}

.lls-green {
	background-color: #0f573f !important;
}

.bg-green {
	border-radius:5px;
	padding:20px;
	overflow:hidden; !important;
	width:      100%;
	height:     100%;
	margin:     0px;
	background: 
	linear-gradient(360deg, #0f573f 0%, #168861 100%);
}

.lls-green-text {
	color: #0f573f !important;
}

.lls-green-anchor {
	color: #0f573f !important;
	text-decoration:none;
}

.lls-green-anchor.active {
	text-decoration:underline;
}

.lls-green-anchor:hover {
	text-decoration:underline;
}

.pls-text-blue, .card-text, .text-ald, .pls-border-bottom-blue {
	color:#0f573f;
}

.pls-red {
	background-color:#BF0D3E;
}

.pls-red-text {
	color:#BF0D3E;
}

.red-border:hover {
	border:2px solid #bf0d3e !important;
}

.ribbon-shadow {
	-webkit-box-shadow: 0 0 10px 0 #333;
	-moz-box-shadow: 0 0 10px 0 #333;
	box-shadow: 0 0 10px 0 #333;
}

.lls-border-bottom-green {
	border-bottom:1px solid #0f573f;
}

.btn-lls-green {
	border: 1px solid #fff;
	background-color:#0f573f;
	color:#fff;
}

.btn-lls-green:hover {
	border: 1px solid #0f573f;
	color:#0f573f;
	background-color:transparent;
}

.hr-dotted {
	border:0;
	border-bottom:2px dotted #0f573f;
}

div.card:hover > .card-header {
	background-color:#BF0D3E !important;
	border:1px solid #0f573f;
}

/* ============ mobile view ============ */
@media(max-width: 991px){
	.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
		overflow-y: auto;
		max-height: 90vh;
		margin-top:10px;
	}
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
	padding-top: 3rem;
	padding-bottom: 3rem;
	color: #5a5a5a;
}

.nav-link {
	color:#fff;
}

.nav-link:active, .nav-link:focus {
	color:#168861;
}

.nav-link:hover {
	color:#fff;
	text-decoration: underline;
}

.center {
	text-align:center;
}

.lls-red {
	background-color:#BF0D3E;
}

.lls-green {
	background-color:#0f573f;
}

.text-sm {
	font-size: 1.15rem;
	font-weight: 300;
	color:#0f573f;
}

.card {
	border:2px solid #0f573f !important;
	cursor:arrow;
}

.card-title {
	text-align:center;
	color:#ffffff;
	background-color:#0f573f;
}

.card-body {
	padding:10px;
}

.card-body p {
	margin-bottom: 1.25rem;
	font-size: 1rem;
	line-height: 1.4;
}

.card-lake {
	border:2px solid #48a1ca !important;
}

.card:hover {
    	cursor: default;
	-webkit-box-shadow: 0 0 10px 0 #aaa;
	-moz-box-shadow: 0 0 10px 0 #aaa;
	box-shadow: 0 0 10px 0 #aaa;
}

.card {
	flex: 0 0 auto;
	margin-right:10px;
}

.btn-lls-green {
	border: 1px solid #fff;
	background-color: #0f573f;
	color: #fff;
}

.lake-title {
	background-color: #48a1ca;
}

.btn-lls-green:hover {
	border: 1px solid #0f573f;
	color: #0f573f;
	background-color: transparent;
}

.btn-hollow-lls-green {
	border: 1px solid #0f573f;
	color:#0f573f;
	background-color:#fff;
}

.btn-hollow-lls-green:hover {
	border: 1px solid #0f573f;
	background-color:#0f573f;
	color:#fff;
}

.btn-lls-green {
	border: 1px solid #fff;
	background-color:#0f573f;
	color:#fff;
}

.btn-lls-green:hover {
	border: 1px solid #0f573f;
	color:#0f573f;
	background-color:#fff;
}

.btn-carousel:hover {
	opacity: .75;
	border: 1px solid #0f573f;
}

.team-logos {
	margin:0 auto;
	margin-top:4px;
	width:100%;
	border-radius:.4rem;
}

.content-pics {
	border-radius:.2rem;
}

.green-check {
    width: 30px;
    float: right;
}

.green-check-sm {
    width: 25px;
    float: left;
    padding-top:5px;
    padding-right:5px;
}

a.service-header  {
	text-decoration:none !important;
}

.service-header  {
	color:#0f573f;
}

.fw-600 {
	font-weight:600;
}

.fw-400 {
	font-weight:400;
}

.lead {
	font-size: 1.4rem;
	font-weight: 300;
}

.text-footer {
	margin-top:5px;
	float:left;
}

.text-Headline {
	text-align:center;
	font-size:1.6rem;
	font-weight:600;
	font-style:italic
}

.nav-item.active {
	text-decoration: underline;
	color:#fff !important;
}

.nav-item.visited {
	text-decoration: underline;
	color:#fff !important;
}

.nav-item {
	font-size:1.2rem;
	padding-bottom:2px;
	color:#fff !important;
}

.home-icon {
	color:#fff;
	margin-right:2px;
}

.home-icon:hover {
	color:#fff;
}

.icon-img {
    width: 50px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  	margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  	bottom: 3rem;
  	z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  	height: 32rem;
}

.carousel-item > img {
	  position: absolute;
	  top: 0;
	  left: 0;
	  min-width: 100%;
	  height: 32rem;
}

.navbar-toggler-icon {
  	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.lakeside-laser-header-logo {
	width:290px;
	float:right;
	margin-right:10px;
}

.lakeside-laser-footer-logo {
	margin-bottom: 8px;
	width: 330px;
	float: right;	
}

.navbar-toggler {
	border: 2px solid #fff;
}

.row-intro {
	width:100%;
	margin-right: 0px;
}

.intro-right-bucket {
	padding-right:0;
}

.row-intro {
	margin:0 auto;
	margin-left:0px;
	margin-right:25px;
	padding:0px;
}

.btn-block {
	width: 100%;
}

.carousel-caption h1 {
	font-size: 2.4rem;
}

.carousel-text {
	color:#fff;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
	  margin-bottom: 1.5rem;
	  text-align: center;
}

.marketing h2 {
  	font-weight: 400;
}

.marketing .col-lg-4 p {
	  margin-right: .75rem;
	  margin-left: .75rem;
}

/* Featurettes
------------------------- */

.featurette-divider {
  	margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -.05rem;
	margin-top: 0 !important;
	font-size: 40px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
	.carousel-caption p {
		margin-bottom: 1.25rem;
		font-size: 1.25rem;
		line-height: 1.5;
		font-weight: 300;
  	}
  	.featurette-heading {
    		font-size: 40px;
  	}
}

@media (max-width: 39em) {
	.carousel-caption p {
	margin-bottom: 1rem;
	font-size: 1.2rem;
	line-height: 1;
	font-weight:300;
  }
  .patriot-laser-header-logo {
  	width:200px;
  	float:right;
  	position:relative;
  	top:0;	
  }
  .patriot-laser-footer-logo {
  	width:100%;
  	
  }
  	.nav-link {
		font-size: 1.5rem;
	}
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}

.icon-mobile {
	
}

@media (max-width: 39em) {
	.carousel-caption p {
		margin-bottom: 1rem;
		font-size: 1.15rem;
		line-height: 1.1;
		font-weight: 100;
		font-family: "Segoe UI Light" 
	}
	.carousel-caption p > a {
		width:100%;
        	margin-top: 135px;
	}
	.carousel-caption h1 {
		font-size:1.8rem;
		line-height: 1;
	}
	.carousel-caption {
		bottom: 0rem;
		z-index: 10;
		width: 100%;
		margin-top: -104px;
		margin-left: -60px;
	}  
	.carousel-item > img {
	    max-width: 50%;
	}
	.btn-carousel {
		font-size:1.1rem;
	}
	.text-footer {
		text-align:center !important;
		float:none;
		font-size:1.3rem;
	}
	.card {
		margin-bottom:10px;
	}
	#myCarousel {
		margin-top: 5px;
	}  
	.carousel-indicators {
		z-index: 12;
	}  
	.carousel-control-next, .carousel-control-prev {
		z-index: 15;
	}	
	.img-carousel {
		margin-right:-10px !important;
	}
	.carousel-inner {
		width: 97%;
	}
	.carousel-item {
		width:102%;
	}
	.icon-img {
	    width: 30px;
	}
}

.li-service {
	font-family: "Segoe UI Light";
	font-size: 1.2rem !important;
}

.service-contact {
	float:right;
	color:#0d6efd !important;
}

.definition {
	text-decoration-style: dotted;
	color:#0d6efd !important;
	cursor:help;
}

.li-service:hover {
	background-color:#efefef;
}