html {

}

body {
	font-family: Raleway, sans-serif;
	color: rgba(0, 0, 0, 90);
 	font-weight: 400;
}
h1 {
	font-family: Raleway, sans-serif;
	font-size: 2.5rem;
	font-weight: 300;
}
h2 {
	font-family: Raleway, sans-serif;
	font-size: 2.25rem;
	font-weight: 300;
}
h3 {
	font-family: Raleway, sans-serif;
	font-size: 2rem;
	font-weight: 300;
}
h4 {
	font-family: Raleway, sans-serif;
	font-size: 1.75rem;
	font-weight: 500;
}
h5 {
	font-family: Raleway, sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
}
h6 {
	font-family: Raleway, sans-serif;
	font-size: 1.25rem;
	font-weight: 500
}
h2.sub-header::after {
	width: 80px;	
	content: "";
	display: block;
	margin-top: 5px;
	margin-bottom: 20px;
	border-bottom-style: solid; 
	border-bottom-color: #f8d74a;
	border-bottom-width: 3px;
}
.text-dark {
	color: rgba(0, 0, 0, 90);
}
.card-title {
	font-weight: 500;
}
.carousel .carousel-indicators li {
  	background-color: #007bff;
  	background-color: rgba(0, 123, 255, 0.75);
}
.carousel .carousel-indicators .active {
	background-color: #007bff;
}
.bg-e0e0e0{
	background-color: #e0e0e0;
}
.bg-f0f0f0 {
	background-color: #f0f0f0;
}
.bg-eaeaeb {
	background-color: #eaeaeb;
}
.bg-fbf2d2 {
	background-color: #fbf2d2;
}
.bg-e0e0e0-strip{
	background: linear-gradient(180deg,rgba(255,255,255,0) 33.33%, #e0e0e0 33.33%);
}
.bg-c5e4dd-strip{
	background: linear-gradient(180deg,rgba(255,255,255,0) 33.33%, #c5e4dd 33.33%);
}
.bg-d7d1e9-strip{
	background: linear-gradient(180deg,rgba(255,255,255,0) 33.33%, #d7d1e9 33.33%);
}
.navbar-brand {
	font-family: Raleway, sans-serif;
	color: rgba(0, 0, 0, 90);
	font-size: 1.5rem;
	letter-spacing: 0.15rem;
	text-transform: uppercase;
	font-weight: 600;
}
.navbar-brand::after { 
	width: 80px;	
	content: "";
	display: block;
	border-bottom-style: solid; 
	border-bottom-color: #f8d74a;
	border-bottom-width: 3px;
}
@media (min-width: 768px) { 

	.navbar-brand {
		font-size: 1.75rem;
		letter-spacing: 0.175rem;
	}

}