body {
	font-family: "Segoe UI Light"
	font-size: 1.4rem;
}

.h-100 {
	height: 100% !important;
}

.text-white {
	color:#fff;
}

.border-pls-blue {
	border: 1px solid #00205B;
}

.pls-blue {
	background-color: #00205B !important;
}

.pls-blue-text {
	color: #00205B !important;
}

.pls-blue-anchor {
	color: #00205B !important;
	text-decoration:none;
}

.pls-blue-anchor.active {
	text-decoration:underline;
}

.pls-blue-anchor:hover {
	text-decoration:underline;
}

.pls-text-blue, .card-text, .text-ald, .pls-border-bottom-blue {
	color:#00205B;
}

.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;
}

.pls-border-bottom-blue {
	border-bottom:1px solid #00205B;
}

.card:hover {
	border:2px solid #bf0d3e !important;
    	cursor: pointer;
	-webkit-box-shadow: 0 0 10px 0 #aaa;
	-moz-box-shadow: 0 0 10px 0 #aaa;
	box-shadow: 0 0 10px 0 #aaa;
}

.btn-pls-blue {
	border: 1px solid #fff;
	background-color:#00205B;
	color:#fff;
}

.btn-pls-blue:hover {
	border: 1px solid #00205B;
	color:#00205B;
	background-color:transparent;
}

.hr-dotted {
	border:0;
	border-bottom:2px dotted #00205B;
}

.card {
	flex: 0 0 auto;
	margin-right:10px;
}

div.card:hover > .card-header {
	background-color:#BF0D3E !important;
	border:1px solid #BF0D3E;
}

/* ============ 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:hover {
	color:#fff;
	text-decoration: underline;
}

.center {
	text-align:center;
}

.pls-red {
	background-color:#BF0D3E;
}

.pls-blue {
	background-color:#00205B;
}

.text-sm {
	font-size: 1.15rem;
	font-weight: 300;
}

.card:hover {
	border:2px solid #bf0d3e !important;
	cursor: pointer;
}

.red-border:hover {
	border:2px solid #bf0d3e !important;
}

.card-body {
	padding:10px;
}

.card-body p {
	margin-bottom: 1.25rem;
	font-size: 1rem;
	line-height: 1.4;
}

.btn-pls-blue {
	border: 1px solid #fff;
	background-color: #00205B;
	color: #fff;
}

.btn-pls-blue:hover {
	border: 1px solid #00205B;
	color: #00205B;
	background-color: transparent;
}

.btn-hollow-pls-blue {
	border: 1px solid #00205B;
	color:#00205B;
	background-color:#fff;
}

.btn-hollow-pls-blue:hover {
	border: 1px solid #00205B;
	background-color:#00205B;
	color:#fff;
}

.btn-pls-blue {
	border: 1px solid #fff;
	background-color:#00205B;
	color:#fff;
}

.btn-pls-blue:hover {
	border: 1px solid #00205B;
	color:#00205B;
	background-color:#fff;
}

.btn-carousel:hover {
	opacity: .75;
	border: 1px solid #00205B;
}

.team-logos {
	margin:0 auto;
	margin-top:4px;
	width:100%;
	border-radius:.4rem;
}

.content-pics {
	border-radius:.2rem;
}

.green-check {
    width: 30px;
    float: right;
}

.fw-600 {
	font-weight:600;
}

.fw-400 {
	font-weight:400;
}

.lead {
	font-size: 1.4rem;
	font-weight: 300;
}

.text-footer {
	margin-top:5px;
	float:right;
}

.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;
}

.patriot-laser-header-logo {
	width:200px;
	float:right;
	margin-right:10px;
}

.patriot-laser-footer-logo {
	margin-bottom: 8px;
	width: 300px;
	float: left;	
}

.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;
}

/* 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;
	}
}

@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%;
	}
}