html {
  scroll-behavior: smooth; 
}
body{
  background-image: linear-gradient(rgba(253,254,255,0.2), rgb(255,255,255,0.2)),  url("/images/dreampower-bg-image.jpg");
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; 

}


@font-face {
    font-family: 'Exo 1';
    src: url(fonts/exo/static/Exo-Regular.ttf);
  }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Exo', 'Exo 2', 'Exo 1', sans-serif;
    color: #d30000 !important;
}

/* .invert-header-slide{
    filter: invert(100%) hue-rotate(180deg);  
    background-color: white;
    
} */

#about-us{
  font-size: large;
}
.intro{
    font-family: 'Exo', 'Exo 2', 'Exo 1',sans-serif;
    color: #d30000;
    background-color: rgba(255, 255, 255, 0.5); 
    font-size: large;
}

img{
  border-radius: 5%;
}



/* @media only screen and (max-width: 900px) {
    .intro p{
      font-size: 70%;
    }
  
  } */

  .footer{
    background-color: #00102d;
    height: auto;
    
  }
  a{
    text-decoration: none !important;
  }

  .stpadding{
    padding:30px 20px !important;
  }
  .mini-title{
    font-size:12px !important;
  }

  @media only screen and (max-width: 992px) {
    .hide-on-laptop{
    display: none;  
    }
  }

  @media only screen and (max-width: 768px) {
    .hide-on-tab{
    display: none;  
    }
  }

  @media only screen and (max-width: 600px) {
    .hide-on-mobile{
    display: none;  
    }   
  }





  

  
  
 
