#mainNav {
  /* min-height: 56px; */
  padding-left: 3rem;
  /* background-color: #FBEABF;#FFECBC ; */
}

/* #Home .container-fluid{
  padding-left: 0rem;
  padding-right: 0rem;
  }
   */
html {
  scroll-padding-block-start: 1rem;
  scroll-behavior: smooth;

}

#navbar-brand {
  color: #000000;
  font-weight: 800;
  /* padding: .9rem 0; */
}

#mainNav .nav-item {
  color: fade(white, 80%);
  padding-right: 2rem;
  background-color: transparent;
}

.img-overlay {
  position: absolute; 
  top: 0;
  shape-margin: 0rem;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  /* padding: 5%; */
}

.funcinfo_logo{
  /* width: 100%; */
  margin-top: 30%; 
}

.gal-box{ background-color:white;
  -webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
  box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
  border:0 solid transparent;  
}

.gal-box2{ 
  -webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
  box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
  border:0 solid transparent;  
  float: right;
}

.hover figure img {
	-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 70%;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover figure:hover img{
  -webkit-filter: grayscale(0);
  opacity: 100%;
	filter: grayscale(0);
}

.carousel-control-prev-icon {
  background-image: url(../img/left_arrow_sm.png);
  width: 32px;
  height: 32px;
}
.carousel-control-next-icon {
  background-image: url(../img/right_arrow_sm.png);
  width: 32px;
  height: 32px;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}

.overflow_manage {
  /* min-height : 100%;
  min-width : 100%;
  background-size:100% 100%;
  background-repeat:no-repeat;
  overflow-y: hidden;
  overflow-x: hidden; */
  height: 100vh;
  /* width: 200vh; */
  background-size: cover;
  overflow: hidden;
  overflow-y: hidden;
  overflow-x: hidden;
}


@media screen and (min-width: 800px) {
	.Heading {
		font-size: 60px;
  }
	.Heading2 {
		font-size: 34px;
  }
  .Heading3 {
		font-size: 34px;
  }
  .Text {
    font-size: 20px;
  }
  .Text2 {
    font-size: 18px;
  }
  .Text3 {
    font-size: 18px;
  }
  .Text4{
    font-size:20px;
  }
  /* .contactUsBackground{
    background-image: "img/background10.png";
    background-size: cover;
  } */
	/*.SubHeading {
		font-size: 2.2vw;
		color: #848484;
	}
	.Info {
	  font-size: 1vw;
	}
	.gallery_area{
		width: 80vw;
	}
	.product_card{
		height: 20vh;
	} */
  }
  
@media screen and (max-width: 799px) {
	.Heading {
		font-size: 32px;
  }
	.Heading2 {
		font-size: 16px;
  }
  .Heading3 {
		font-size: 24px;
  }
  .Text {
    font-size: 14px;
  }
  .Text2 {
    font-size: 12px;
  }
  .Text3 {
    font-size: 16px;
  }
  .Text4{
    font-size: 12px;
  }
  /* .contactUsBackground{
    background-image: "img/background10b.png";    
    background-size: cover;
  } */
	/*.SubHeading {
		font-size: 3.0vw;
		color: #848484;
	}
	.Info {
	  font-size: 2.2vw;
	}
	.product_card{
		height: 15vh;
	} */
}