.section2{
    height: max-content;
}

.rowfixer{
    background-color: aquamarine;
}

 
.landingtext{
    /* color: azure;
    background-color:cyan; */
    position: absolute;
    margin-top: 20vh;
    margin-left: 45vw;
    
    /* color: #fff;
    text-shadow:
        0 0 7px #fff,
        0 0 10px #fff,
        0 0 21px #fff,
        0 0 42px #0fa,
        0 0 82px #0fa,
        0 0 92px #0fa,
        0 0 102px #0fa,
        0 0 151px #0fa; */


    /* //neon effect starts */
    color: #fff;
  text-shadow:
      0 0 7px #fff,
      0 0 10px #fff,
      0 0 21px #fff,
      0 0 42px #0fa,
      0 0 82px #0fa,
      0 0 92px #0fa,
      0 0 102px #0fa,
      0 0 151px #0fa;
    /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        /* padding-top: 100px; */
         /* font-size: 1em; 
         font-weight: 100;
         font-style: oblique;
        letter-spacing: 3px; */
        /* text-decoration-line: underline; */

}


#h-header{

    font-size: 3em; 
    font-weight: 500;
    font-style: oblique;
   letter-spacing: 3px;
   text-decoration-line: underline; 
    
  

}


#h-footer{

    font-size: 1em; 
    font-weight: 200;
    font-style: oblique;
   letter-spacing: 2px;
   text-decoration-line: underline; 
   text-align: center;
}

.reno{
    font-size: 40px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: rgba(8, 1, 14, 0.808);
    margin-left: 50px;
}

 @media screen and (max-width: 800px) {
    #h-header{
        visibility: hidden;
    }
    #h-footer{
        visibility: collapse;
    }
   }

