  *
  {
    margin: 0;
    padding: 0;
  }



  .header1
  {
    width: 100%;
    text-align: center;
  } 

  .headerPics1
  {
    width: 90%;
  }


  .header2
  {
    display: block;
  }


  .header2left1, .header2right1
  {
    /* background-color: tomato; */
    text-align: center;
    width: 100%;
    margin-top: 3%;
  }


  .header2left1Image
  {
    width: 90%;
  }
  

  .crsl1
  {
    width: 100%;
    text-align: center;
  }



  .description
  {
    width: 100%;
    /* margin-left: 5%; */
    background-image: url(../pics/background1.jpeg);
    /* background-repeat: repeat; */
    background-size: 90vw;
  }
  

  .chamber
  {
    display: block;
  }
   

  .chamber1, .chamber2
    {
      width: 100%;
      text-align: center;
    }

    .chamber1 img, .chamber2 img
    {
      width: 90%;
    }




  @media only screen and (min-width: 768px)
  {
    

    .headerPics1
    {
      width: 55%;
    }
    
    .header2
    {
      display: flex;
    }
  
    .header2left1
    {
      text-align: center;
      width: 50vw;
    }
  
    .header2left1Image
    {
      width: 90%;
    }
  
    .header2right1
    {
      text-align: center;
      width: 50vw;
    }


    .crsl1
    {
      width: 90%;
    }

        


    .chamber
    {
      display: flex;
    }

    .chamber1, .chamber2
    {
      width: 50%;
      text-align: center;
    }

    .chamber1 img, .chamber2 img
    {
      width: 90%;
    }

        

               


  }
