.carousel-item img{

    max-height:45rem;
    min-height: 20rem;
    }
   
    .shadowStyle{
      
    
     
      letter-spacing: .15em;
      font-weight: 600;
      text-shadow: 1px -1px 0 #ACDF87, -1px 2px 1px #ACDF87, -2px 4px 1px #ACDF87;
      font-size: 3rem;
    
    }
    @media only screen and (max-width: 767px) {
        .mediaTextSize{
             font-size: 3rem!important
    
        }
     
    }
    @media only screen and (max-width: 992px){

      #recipeCarousel img{

       min-height:15rem!important;


      }
      #recipeCarousel{
        height:15rem!important;
      }
      #MajorProject .col-sm-12{
        margin-bottom: 3rem!important;
      }



    }
    @media only screen and (max-width: 600px){

      #recipeCarousel img{

       min-height:8rem!important;


      }
      #recipeCarousel{
        height:8rem!important;
      }

      .mediaTextSize{
        font-size: 2rem!important;
      }



    }
  #recipeCarousel img{


    max-height: 8rem
  }

 #ImagesRecentWork .col-md-3{

margin-top:2rem

 }
 #ImagesRecentWork h4{

  font-size: 1rem!important
 }
 #ImagesRecentWork .card{
   border:1px solid green;
   box-shadow: 1px 1px 1px 2px green
 }
 #MajorProjectContainer .card{
  border:1px solid green;
  box-shadow: 1px 1px 1px 2px green
}
#imgSlide{

width:90%;
height:90%

}
#NavBrand{
width:4.5rem;
 height:4rem;
 margin-left:2rem

}
 
  
    footer p{
      font-size: 15px;
      color:white;
      margin:0
    }
    footer li{
      padding:10px
    }
    #MajorProjectContainer img{

max-height: 15rem;



    }
    #MajorProjectContainer .card{

height:28rem


    }
    .alert{
      background: #FE8484;
      margin-top:5.3rem
    }
    .carousel-indicators li {
      background:#28A745 none repeat scroll 0 0;
      border: 0 none;
      border-radius: 50%;
      height: 20px;
      margin: 3px;
      opacity: 0.5;
      width: 20px;
    }

    /*active slide indicator */
    .carousel-indicators .active {
      background: #fff none repeat scroll 0 0;
      border: 2px solid #28A745;
    }




