.titleg{
    text-align:center;
    font-size:5vh;
	font-weight:bold;
}
.overlay-text{
  padding:0px;
  text-align:center;
  position: relative;
  top:50%;
  right:50%;
  color:black;
  transform:translate(50%, -50%);
  background-color: gray; 
  
}
.gghead{
  font-weight:bold;
}
.it {
	font-style:italic;
	font-size: 1.1em;

	}
.gg {
	font-style:normal;
	font-size: 1em;
	
}
.ggrow{
	display: flex;
    justify-content: center;
	margin: 0;
}
 .imgg{
	width: 100%;
	object-fit: cover;
  max-height:90vh;
 }
 .imggs{
	width: 75%;
	object-fit: cover;
 }
 .imggs7{
	width: 75%;
	object-fit: cover;
 }
 .imc{
	text-align: center;
 }
 .ggflip{
	text-align:center;
	margin-bottom:10px;
 }
 .imf{
    width:100%;	
 }
 body{
    background-color: white;
  }
  
  .container{
      margin-top:20px;
      margin-bottom:100px;
  }

  .carousel-inner img {
      width: 100%;
      height: 100%;
  }

#custCarousel .carousel-indicators {
    position: static;
    margin-top:20px;
}

#custCarousel .carousel-indicators > li {
  width:100px;
}

 #custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5;
 }

  #custCarousel .carousel-indicators li.active img {
    opacity: 1;
  }

  #custCarousel .carousel-indicators li:hover img {
    opacity: 0.75;
  }

  .carousel-item img{

    width:75%;
	object-fit: cover;
  }