/* Fixed Header */

site-header {

position: fixed;  
top: 0;    
left: 0; 
right: 0;

}

/* FOOTER

################# */

/* ** Fixed element ** */

footer-bottom {

position: fixed; 
bottom: 0;
width: 100%;
z-index: 10;

}

.grecaptcha-badge {
visibility: hidden;
}