/* CUSTOM CSS FOR HOME PAGE */

/* Home Hero Banner */

.codegena{position:relative;width:100%;height:0;padding-bottom:56.27198%;}
.codegena iframe{position:absolute;top:0;left:0;width:100%;height:100%;}

#stacks_in_60_page0 {
  height: 70vh;
}

.banner {
  height: 100% !important;
}

.banner_inner {
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
}

.banner_inner img {
  height: 300px;
}

@media (max-width: 600px) {
	.banner_inner img {
    height: 149px;
    width: 286px;
  }
}

@media (max-width: 1350px) {
	#stacks_in_60_page0 {
    height: auto;
  }
}


/* Product Showcase section */

#product-showcase {
  background-color: rgba(21, 76, 126, 1.00);
  color: #ffffff !important;
  padding-top: 60px;
  padding-bottom: 60px;
}

#product-showcase h2 {
  text-align: center;
  color: #ffffff !important;
  margin-bottom: 30px;
  font-size: 50px;
}

.showcase-image-container {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.showcase-item {
  width: 48%;
  margin-bottom: 1%;
}

.showcase-image-container > div:nth-child(odd) {
  margin-right: 1%;
}

.showcase-image-container > div:nth-child(even) {
  margin-left: 1%;
}

.foundry_image_hover_caption {
  display: flex;
  align-items: center;
}

.showcase-image-container [class^='imghvr-'] figcaption, .showcase-image-container [class*=' imghvr-'] figcaption {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.showcase-image-container .fig-caption {
  font-size: 20px;
}

 .showcase-image-container .fig-caption h5 {
  font-size: 30px !important;
  color: rgba(221, 201, 89, 1.00) !important;
}

@media (max-width: 47.9em) {
	.showcase-image-container {
    flex-direction: column;
  }
  .showcase-item {
    margin-right: 0px !important;
    margin-left: 0px !important;
    width: 100%;
  }
}


/* Introduction Section */

#stacks_out_91_page0 {background-color: #ffffff !important;}

#stacks_in_90_page0 {color: rgba(221, 201, 89, 1.00) !important;}

/* Hide plus icon on images */
.indicator-icon {display: none !important;}


/* About Us */

#about-txt {
  text-align: center;
  color: rgba(221, 201, 89, 1.00);
}

/* Video Slider Replacement */

.home-yt-container{position:relative;width:100%;height:0;padding-bottom:56.27198%;}
.home-yt-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;}

/* Meet Our Team */
#stacks_in_902_page0 > div > div.stacks_in_1306_page0-foundry-card.card > div > p {
  margin-bottom: 1.1rem;
}

#stacks_in_1288_page0 > div > span {
  color: rgba(221, 201, 89, 1.00);
}

/* Contact Form */

#Text_Area_Name {
  height: 150px;
}
