/*
 * Custom CSS
 */

 :root {
    --bs-body-bg: var(--bs-gray-100);
  }
  
  
  /*---Start Parallax---*/
  
  .parallax {     
      background: url("https://wallpapers.com/images/hd/courtroom-background-1920-x-1080-c1iyvkoiufultkgq.jpg") no-repeat fixed 100%; 
      height: 300px;
      background-size:cover;
    color: white;
    background-repeat: no-repeat;
    font-family: 'Noto Sans', sans-serif;
    font-size: 400%;
    text-align: center;
      text-transform: uppercase;
  }
   
  
  .parallax-inner {
      padding-top: 15%;
      padding-bottom: 15%;
  }
  /*---End Parallax---*/