body {
    overscroll-behavior: none;
}

*:focus {
		outline: none
	}

	#footer h5 {
		color: #AAAAAA;
	}

	#footer a {
		color: inherit;
		text-decoration: none!important;
	}

	#copyright a {
		color: inherit;
	}

a {
	color: inherit!important;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3 {
	margin: 1rem 0rem;
}

	h3 {
		font-size: 20px;
		color: #00AE6C;
	}

	h4 {
		font-weight: 200;
	}

h5 {
	font-weight: 500;
	font-size: 1rem;
}

	hr {
		 width: 20%;
		height: 1px;
		margin-bottom: 2rem;
	}

	hu {
		width: 200px;
		height: 2px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 5px;
		margin-bottom: 5px;
	}

.text-dark {
	color: #555555!important;
}

.btn-primary {
	background-color: #00AE6C;
	border-color: #00AE6C;
}

.btn-primary:hover {
	background-color: #008754;
	border-color: #008754;
}

.product ul {
	padding-left: 20px;
}

.product ul li {
	list-style: circle;
}

.product ul li::marker {
	color: #00AE6C;
}

.caps {
	text-transform: uppercase;
}

.disclaimer {
	font-size: .75rem;
	font-style: italic;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

.bottom-border {
	border-bottom-style: inset;
	border-bottom-color: #00ae6c;
	border-bottom-width: 3px;
}

.navbar {
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, .1);
}

.navbar-nav {
	display: flex;             /* establish flex container */
	align-items: center;       /* center ul container vertically */
	justify-content: center;   /* center ul container horizontally (optional) */
}

.btn-color {
	background-color: #00ae6c;
	color: #FFFFFF;
}

.btn-color:hover {
	background-color: #2E2C2C;
}

.btn-outline {
	border: 1px solid #00ae6c;
	color: #00ae6c;
	border-radius: .25rem;
	background-color: inherit;
}

.btn-outline:hover {
	background-color: #00ae6c;
	color: #FFFFFF;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	width: 100%;
}

p {
	color: #555555;
}

.brand {
	color: #00ae6c;
}

.brand-bg {
	background-color: #00ae6c;
}

.brand-dark-bg {
	background-color: #2E2C2C;
}

.brand-green {
	color: #00AE6C;
}

.brand-bg-green {
	background-color: #00AE6C;
}

/* CARD */

#products .card {
	border: none;
	margin-bottom: 1rem;
	background-color: none;
}


/* CARD NEWS */

#news .card {
	border-radius: 2px;
	margin-bottom: 1rem;
}

#news .card-title {
	text-align: center;
	padding: 1rem;
	background-color: #DDDDDD;
	font-size: 1.25rem;
	line-height: normal;
	margin-bottom: 0px;
	font-weight: 500;

}

#news .card-body {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	padding: 0;
	color: #00ae6c;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
	overflow: hidden;
}

#news .card-text {
	font-size: 1rem;
	font-weight: 500;
	line-height: normal;
	padding: 1rem;
}

#news .card-footer {
	padding: .25rem 1.25rem;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
 }


.p-img {
	width: 100%;
	height: 260px;
	overflow: hidden;
}

.contact a {
	color: inherit;
	font-size: inherit;
}

.required:after {
  content:"*";
  color:red;
}

#services h4 {
	font-weight: 300;
}

#services i {
	font-size: 2.5rem;
	padding: 1rem 0rem;
	color: #00ae6c;
}

#services p {
	color: #AAAAAA;
}

label {
	font-weight: 500;
}

.form-group {
	padding: .5rem 0rem;
}

section {
	padding: 2rem 0rem;
}

.hero-container h1 {
	position: absolute;
	z-index: 99;
	text-align: center;
	top: 40%;
	font-weight: 700;
}

.blob {
	background-color: #FFF;
    border-radius: 15px;
    padding: 2rem;
	margin: .25rem 0rem;
}

.product {
	border: 1px solid #EEEEEE;
	border-radius: 5px;
}

.product img {
	border-radius: 5px;
	overflow: hidden;
}

.industry {
	
}

.industry img {
	border-radius: 30px;
	overflow: hidden;
}

.contact {
	border-radius: 5px;
	border: 1px solid #EEEEEE;
}