@media screen and (min-width: 1250px){


    /*
    .home-front-page-logo{
        width:50%;
        display:flex;
        justify-content: center;
        align-items: center;
    }
    
    .home-front-page-text{
        width:50%;
        display:block;
        justify-content: center;
        align-items: center;
        font-family: 'arial black';
        font-size: 80px;
        line-height: 65px;
    }*/


    .section1 {
        /*
            margin-top:  calc(var(--menubarheight) + var(--socialmenubar));
            min-height: calc(100vh - calc(var(--menubarheight) + var(--socialmenubar)));
        */
        
            color:var(--color4);
            
            /*
            background-attachment: fixed;
            background-position: center;
            */
        }

}
