/* change the background color */
.navbar-custom {
    background-color: #E9E3D7;
}

/* Make the image fully responsive */
 .carousel-inner img {
    width: 100%;
    height: 100%;
  }.carousel p {
	text-shadow: 2px 2px 1px #000000;
	background:rgba(0,0,0,0.35);

}
.carousel h3 {
	text-shadow: 2px 2px 1px #000000;
	background:rgba(0,0,0,0.35);
	}
	
.card-custom-blinds {
	max-width: 100%;
	margin-bottom:10px;
}
.card img{
	width: 100%;
	height: auto;
	flex-shrink: 0;
}
.text-black {
  color: #000 !important; 
  }
  
.bg-midgrey {
	background-color: #93A9B4 !important;
}
  
  
.jumbotron {
	position: relative;
	overflow: hidden;
	background-image: url(images/alexa-index-big.jpg);
}

.jumbotron .container {
  position:relative;
  z-index:2;
  background:rgba(0,0,0,0.2);
  padding:1rem;
  border:1px solid rgba(0,0,0,0.1);
  border-radius:3px;
}

.jumbotron-background {
  object-fit:cover;
  font-family: 'object-fit: cover;';
  position:absolute;
  top:0;
  z-index:1;
  width:100%;
  height:100%;
  opacity:0.5;
}

.jumbotron a {
	color: rgba(0,0,0,1.00);
}
.jumbotron h1 {
	font-size:2rem;
}

img.blur {
	-webkit-filter: blur(4px);
	filter: blur(4px);
  filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');

}
.display-4 {
	font-size: 2.5rem;
	font-weight: 300;
	line-height: 1.2;
}
.btn {
    white-space:normal !important;
    word-wrap: break-word; 
}
.scrollable-menu {
   overflow-y: scroll;
 }
.maps {
	padding-bottom: 90%;
	height: 0px;
	position: relative;
	float: left;
	width: 100%;
}

.maps iframe {
	width: 100%;
	height: 100%;
	padding-top: 0px;
	padding-left: 0px;
	position: absolute;
}

.fa-blank
{
visibility:hidden !important;
}


/* IMAGE HOVER ============================== */
.hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.hover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover-content {
  position: relative;
  z-index: 99;
}

/* DEMO 2 ============================== */
.hover-2 .hover-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
}

.hover-2-title {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 99;
  transition: all 0.3s;
}

.hover-2-description {
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 0;
  text-align: center;
  z-index: 99;
  transition: all 0.3s;
}

.hover-2:hover .hover-2-title {
  transform: translateY(-1.5rem);
}

.hover-2:hover .hover-2-description {
  bottom: 0.5rem;
  opacity: 1;
}

.hover-2:hover .hover-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
}

 .hide-robot{
			display:none;
 }



  @media (min-width: 576px) {
.display-4 {
	font-size: 3.0rem;
	font-weight: 300;
	line-height: 1.2;
}

  }
   @media (min-width: 768px) {
.card-custom-blinds {
	max-width: 260px;
}	
.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2;
}   
    }
  @media (min-width: 992px) {
.jumbotron h1 {
	font-size:2.5rem;
}	  
     }
  @media (min-width: 1200px) {
	      
    }
