.custom-middle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border: 3px; 
  background-color: #284034;
  opacity: 0.99;
}


/*	html #header.header-transparent .header-body.bg-dark .header-nav-main:before, html #header.header-transparent .header-body.bg-color-dark .header-nav-main:before {
		background-color: #c0c0c0;
	}
	
	html:not(.sticky-header-active) #header.header-semi-transparent-medium .header-body {
	background-color: rgba(140, 140, 140, 0.4) !important;
}

*/
/* Default Font Style */
.default-font {
	font-family: "Lato", "Calibri", sans;
}

html:not(.sticky-header-active) #header.header-semi-transparent-light .header-body {
	background-color: rgba(255, 255, 255, 0.8) !important;
}

label.custom-form-text {
	font-size: 1.1em;
	color: #000000;
	font-weight: 500;
}
/* was 0.4 
html:not(.sticky-header-active) #header.header-semi-transparent-custom .header-body {
	background-color: rgba(156,175,136, 0.9) !important;
}
*/

html:not(.sticky-header-active) #header.header-semi-transparent-custom .header-body {
	background-color: rgba(66,1,66, 0.9) !important;
}
html .bg-dark {
/*	background-color: #212529 !important; */
	background-color: #100331 !important;
}
p.custom-modal-text-1 {
	margin-bottom: 0;
	font-size: 1.1em;
	color: #000000;
	font-weight: 600;
}
p.custom-modal-text-2 {
	margin-bottom: 12px;
	font-size: 1.1em;
	line-height: 1.3 !important;
	color: #000000;
	font-weight: 300;
}

header-body.bg-dark-custom {
	background-color: rgba(66,1,66, 0.9) !important;
}

.custom-bg-color-section {
		background-color: #152238 !important;
}

.custom-bg-color-footer {
/*		background-color: #20122e !important; deep purple */
		background-color: #5c268c !important;
}
.custom-bg-color-footer-2 {
/*		background-color: #251435 !important; */
		background-color: #000000 !important;
}
.custom-footer-bg {
  background-image: url("img/backgrounds/footer.jpg"); /* The image used */
  background-color: #243c51; /* Used if the image is unavailable */
  height: 360px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
.custom-section-team-bg {
  background-image: url("img/backgrounds/team.jpg"); /* The image used */
  /*background-color: #243c51; /* Used if the image is unavailable */
  height: 660px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
