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

body {
	overflow-x: hidden;
	color: #757878;
	font-family: 'prometo', sans-serif;
	font-weight: 300;
	
}
h1,h2,h3,h4,h5,h6{
  	font-family: 'prometo', sans-serif;
	font-weight: 300;
}
h1{
	font-size: 40px; 
}
p, li{
  	font-family: 'prometo', sans-serif;
	font-size: 20px;
}
.nav-link {
	font-size: 1.25rem;
}
.bg-dark{
background: #40476c !important;
}
.bg-light {
	background-color:#FFFFFF !important;
}
.text-primary {
	color: #CACACA !important;
}
.text-orange {
	color: #BF3C0D;
}
.text-paleorange {
	color: #D48C72;
}
.text-green{
	color: #206B74;
}
.bg-orange {
	background-color:#BF3C0D !important ;
}
.bg-paleorange {
	background-color:#D48C72 !important ;
}
.bg-buff {
	background-color:#E9E7E2;
}
.bg-green {
	background-color: #206B74;
}
.bg-palegreen {
	background-color:#849DA0;
}
.text-white-50 {
	font-weight: 400 !important;
}
.border {
	border: thick solid #006aa6 !important;
}
#showcase {
	background: url("../img/homepage.png") center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 75vh;
	min-height: 500px;
}
#showcase h1 {
    align-content: flex-end;
}
#biotech .container {
	margin-top: -50px;
}
#about .container{
	margin-top: -3.5rem;
	overflow-x: hidden;
}
#design-heading {
	position: relative;
	min-height: 300px;
	background: url("../img/quote.png") center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
}
#other{
	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;
	
}