.roboto-slab-<uniquifier> {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.open-sans-<uniquifier> {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.table-striped thead tr {
  --bs-table-accent-bg: rgba(0,167,225,0.2);
}
.table-striped tbody tr:nth-of-type(2n+1) {
  --bs-table-striped-bg: rgba(0,167,225,0.1);
}
.about {
	margin-top: 40px;
}
.about h3 {
	margin-bottom: 16px;
}
.about img {
	width: 100%;
}
.about p {
	margin-bottom: 40px;
}
.about .about-name {
	color: #ff4c00;
	display: inline-block;
	font: 16px "Open Sans", sans-serif;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 16px;
	text-align: left;
	text-transform: uppercase;
}
.about .about-title {
	color: #000;
	font: 32px "Roboto Slab", serif;
	font-weight: 700;
	line-height: 40px;
	text-align: left;
}
.about .about-subtitle {
	color: #000;
	font: 20px "Roboto Slab", serif;
	font-weight: 700;
	line-height: 28px;
	text-align: left;
}
.about .about-description {
	color: #333;
	font: 16px "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
}
.about .about-tags {
	display: inline-block;
	margin-bottom: 8px;
	padding-left: 0;
}
.about .about-tags li {
	background: #00a7e1;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font: 12px "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 4px;
	margin-right: 4px;
	padding: 2px 4px;
}
.about .about-social {
	background: #00a7e1;
  color: #fff !important;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
}
.about .about-social a {
  color: #fff !important;
}
.card {
	background: #fff;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	box-shadow: 0 6px 4px -4px rgba(0,0,0,0.1);
	margin-bottom: 40px;
	padding: 16px 16px 0 16px;
}
.card:last-of-type {
	margin-bottom: 0;
}
.card .card-mix, .card .card-text {
	padding: 24px;
}
.card .card-actions {
	border-top: 1px solid #eee;
	padding: 12px 24px;
}
.card-mix {
	border-top: 4px solid #ff4c00;
}
.card-text {
	border-top: 8px solid #ff4c00;
}
.card-category {
	color: #ff4c00;
	font: 14px "Open Sans", sans-serif;
	font-weight: 700;
	line-height: 20px;
	text-align: left;
	text-transform: uppercase;
}
.card-title {
	font: 24px "Roboto Slab", serif;
	font-weight: 700;
	line-height: 32px;
	text-align: left;
}
.card-title a {
	color: #000;
	text-decoration: none;
}
.card-title a:hover {
	background-color: #d1ecfa;
}
.card-description {
	color: #333;
	font: 16px "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
}
.card-mix img {
	width: 100%;
}
@media only screen and (max-width: 768px) {
	.card-mix img {
		margin-bottom: 24px;
	}
}
.card-actions {
	text-align: right;
}
.card-actions a {
	color: #00a7e1;
	font: 14px "Open Sans", sans-serif;
	font-weight: 700;
	line-height: 16px;
	text-decoration: none;
}
.carousel-indicators {
	margin-bottom: 2rem;
}
.carousel-inner {
	margin-bottom: 40px;
}
.carousel-inner span {
	color: #999;
	font: 12px "Open sans", sans-serif;
	font-style: italic;
	font-weight: 400px;
	line-height: 16px;
	margin-top: 16px;
}
.carousel-inner img {
	margin-bottom: 0 !important;
}
.cover {
	width: 100%;
	height: 440px;
	margin-bottom: -120px;
	overflow: hidden;
	position: relative;
}
.cover img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}
footer {
	background-color: #1d2a44;
}
footer, footer a {
	color: #fff !important;
}
footer a:hover {
	text-decoration: underline;
}
main {
	padding-bottom: 64px;
	padding-top: 64px;
}
@media only screen and (max-width: 768px) {
	main {
		padding-top: 54px;
	}
}
.navbar {
	background: #ff4c00;
}
@media only screen and (min-width: 769px) {
	.navbar {
		height: 64px;
	}
}
.navbar a {
	color: #fff !important;
	line-height: 48px !important;
}
.navbar a.active {
	font-weight: 700;
}
.navbar-brand img {
	display: block;
	height: 28px;
	margin: auto 0;
}
.navbar-nav li:hover {
	background: #ab3300;
}
.navbar-nav li a {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	padding: 8px 16px !important;
}
.navbar-nav li .active {
	height: 64px;
	border-bottom: 4px solid #fff;
	font-weight: 700;
}
.project {
	margin-top: 40px;
}
.project h3 {
	margin-bottom: 16px;
}
.project h4 {
	margin-bottom: 8px;
}
.project img {
	width: 100%;
}
.project p, .project img, {
	margin-bottom: 40px;
}
.project ul {
	margin-bottom: 40px;
}
.project ul li {
	margin-bottom: 8px;
}
.project .project-category {
	color: #ff4c00;
	font: 16px "Open Sans", sans-serif;
	font-weight: 700;
	line-height: 20px;
	text-align: left;
	text-transform: uppercase;
}
.project .project-title {
	color: #000;
	font: 32px "Roboto Slab", serif;
	font-weight: 700;
	line-height: 40px;
	text-align: left;
}
.project .project-subtitle {
	color: #000;
	font: 20px "Roboto Slab", serif;
	font-weight: 700;
	line-height: 28px;
	text-align: left;
}
.project .project-subtitle-2 {
	color: #000;
	font: 16px "Roboto Slab", serif;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
}
.project .project-highlight {
	color: #000;
	display: inline-block;
	font: 18px "Roboto Slab", serif;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 8px;
	text-align: left;
}
.project .project-description {
	color: #333;
	font: 16px "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
}
.project .project-tags {
	height: 32px;
	padding-left: 0;
}
.project .project-tags li {
	background: #00a7e1;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font: 14px "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 24px;
	margin-right: 4px;
	padding: 4px 8px;
}
.project .project-quote {
	border-left: 2px solid #ccc;
	color: #2b2b2b;
	font: 16px "Roboto Slab", serif;
	font-style: italic;
	font-weight: 300;
	line-height: 28px;
	padding-left: 24px;
}
.table-container {
	margin-bottom: 40px;
	overflow-x: auto;
}
.table th, .table td {
	font-family: "Open Sans", sans-serif;
}
.table th {
	font-size: 16px;
	font-weight: 700;
}
.table td {
	font-size: 14px;
	font-weight: 400;
}
@media screen and (max-width: 640px) {
	footer a, footer img {
		display: none !important;
	}
}