@charset "UTF-8";
/* CSS Document */

body {
	overflow-x: hidden;
	color: #40476c;
	font-family: 'Encode Sans', sans-serif;
	
}
h1,h2,h3,h4,h5,h6{
  	font-family: 'Encode Sans', sans-serif;
}
p{
  	font-family: 'Encode Sans', sans-serif;
	font-size: 1.25rem;
}
.nav-link {
	font-size: 1.25rem;
}
.bg-dark{
background: #40476c !important;
}
.text-primary {
	color: #0082CB !important;
}
.bg-primary {
	background: #0082CB !important;
}
.text-darkblue {
	color: #40476c;
}
.bg-darkblue {
	background-color: #091231;
}
.text-royalblue {
	color: #006aa6;
}
.bg-royalblue {
	background-color: #006aa6;
}
.text-paleblue {
	color: #00b2e2;
}
.bg-paleblue {
	background-color: #00b2e2;
}
.text-white-50 {
	font-weight: 500 !important;
}
.bg-verypaleblue {
	background-color: #95d9ea;
}
.text-verypaleblue {
	color: #95d9ea; }
.bg-grey {
	background: #CACACA}
.border {
	border: thick solid #006aa6 !important;
}
#showcase {
	background: url("../img/homepage.jpg") center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 750px;
}
#showcase .home-inner {
	padding-top: 25px;
}
#about .container{
	margin-top: -3.5rem;
	overflow-x: hidden;
}

#tech-heading {
	position: relative;
	min-height: 300px;
	background: url("../img/lights.jpg") center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
}
#tech-heading .dark-overlay {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
}
#healthcare{
	overflow-x: hidden;
}
#investor {
	background: url("../img/investor.jpg") center center;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	overflow-x: hidden;
}
#contact {
	background: url("../img/contact.jpg") center center;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	overflow-x: hidden;
}
.card {
	border: none;
}
.box {
	border: thick solid #0082CB;
	
}