   .bg img{
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: -10;
    object-fit: cover;
    max-width: none;

   
  }
  .bg {
    background-color: rgba( 60, 60, 60, 0.3) ;
  }

  .indexh1 {
    position: fixed;
    width: 100%;
    height: 200px;
    padding: 10px;
    text-align: center;
    top: 30vh;
    font-size: 260%;
  }

  .indexh1 p {
    font-size: 120%;
    font-weight: 100;
  }

  #indexText {

    position: fixed;
    width: 500px;
    height: 200px;
    padding: 10px;
    text-align: center;
    top: 55%;
    left: 50%;
    margin-top: -100px;
    margin-left: -250px;
  }

  #indexText p {
    margin: 3%;
  }

  #parallax p {
    color: black;
  }

