@charset "utf-8";
body {
  font-family: ubuntu;
  font-style: normal;
  font-size: 14pt;
}
.christo-header h1 {
  color: #339AA5;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: bold;
  font-size: 62px;
}
h1 {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: bold;
  color: #333333;
	font-size: 48px;
}
.bg-dark h1 {
color: #ffffff;	
}
h2 {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: bold;
  color: #333333;
	font-size: 42px;
}
h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 41px;
	margin-bottom: 1em;
}
.no-bold {
	font-weight: 100;	
}
h4 {
  font-weight: bold;
}
h5 {
  font-weight: 400;
  color: #454545;
}
h5.modal-title {
  border: none;
  background: none;
}
h6 {
  color: #333333;
  font-size: 24px;
	font-weight: bold;
}
.cust-project, .cust-solution {
	color: #ffffff;
	display: inline-block;
	padding: 3px 6px;
	border-radius: 6px;
}
h6.cust-project {
	background-color: #005F9E;
}
h6.cust-solution {
	background-color: #00A84D;
}
.modal-header {
	background: #007bff;	
}
.modal-header .close span {
	color: #ffffff;
}
h5.modal-title {
	color: #ffffff;	
}
.modal-body {
	min-height: 800px;
	padding: 0;
}
.modal-body ul {
  list-style: none;
}
.modal-body ul li::before {
  content: "\2022";
  color: #007bff;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.modal-xl {
  max-width: 1440px;
}
.carousel-inner, .carousel-item {
	min-height: 800px;
}
/*.carousel-control-prev {
	left: -75px;
}
.carousel-control-next {
	right: -75px;	
}*/
.carousel-control-prev, .carousel-control-next {
	width: auto;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  height: 50px;
  width: 40px;
  background-size: 75%, 75%;
  background-color: darkgray;
}
.carousel-control-next-icon {
	border-radius: 5px 0 0 5px;
}
.carousel-control-prev-icon {
	border-radius: 0 5px 5px 0;
}
.carousel-indicators li {
  background-color: #333;
}
.carousel-trigger img {
  border: 1px solid #cccccc;
}
.carousel-trigger {
  display: inline-block;
  position: relative;
}
.carousel-trigger span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("images/open.png") center center no-repeat;
}
.carousel-trigger span:hover {
	background: rgba(0, 123, 255, 0.25) url("images/open-hover.png") center center no-repeat;
}
.carousel-trigger span.play {
  background: url("images/play.png") center center no-repeat;
}
.carousel-trigger span.play:hover {
	background: rgba(0, 123, 255, 0.25) url("images/play-hover.png") center center no-repeat;
}
.carousel-item img {
	filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.25));
}
.intro {
  font-family: Ubuntu;
  font-weight: 900;
  font-size: 32px;
  line-height: 42px;
}

@media (max-width: 576px) {
  .intro {
    font-size: 24px;
	  line-height:  32px;
  }
}
p {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
}
#portfolio .nav-link {
  display: block;
  padding: 0.5rem 1.5rem;
}

/* sticky footer START */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 40px; /* Margin bottom by footer height */
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px; /* Set the fixed height of the footer here */
  line-height: 40px; /* Vertically center the text there */
  background-color: #f5f5f5;
  box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
}
/* sticky footer END */
