*
{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body
{
    background-color: #efefef !important;
    
}
html
{
    scroll-behavior: smooth !important;
}
.picAtLaptop
{
    background-image: url('../imgs/hero_website_july21.jpg');
  background-color: #000000;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;

}

@media (max-width:600px) {
        .row{
            
        height: fit-content !important;
        width: fit-content !important;
        display: flex;
        flex-direction: row;
        height: fit-content !important;
        
        }
        img{
            width: 30% !important;
            height: 40% !important;

        }
        p{
            font-size: 10px !important;
            justify-self: center;
            justify-content: center;
            padding: 2.5px !important;
        }
        
        .picAtLaptop
        {
            display: none !important;
        }
        .welcomSec
        {
            display: none !important;
        }
        video{
            width: 100% !important;
            height: 100% !important;
        }
        h2{
            font-size: 15px !important;
            font-weight: bolder !important;
            padding: 5px !important;
        }
    
    
    
    }

