@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,700");

.carousel-inner:after {
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(192, 192, 218, 0.5);
}
.carousel-inner {
  height: 400px;
   }

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

#fixed {
  height: 400px;
  border-top: 4px solid #f0f0f0;
  border-bottom: 4px solid #f0f0f0;
  background: url("../img/dom1%20.jpg") no-repeat center center fixed;
  background-blend-mode: multiply;
  background-color: lightblue;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover; }

@media (max-width: 624px){
	#slider{
	    display: none;
        
    }
     .carousel-inner {
  height: 250px;
   }
  h1 {
        font-size:21px !important; line-height:30px !important;
    }
  
}
    
@media (min-width: 624px){
	#slider2{
	    display: none;
        
         
    }
 
  
 
   
}
    





