/* SECTION 
/////////////////////////////////////////////////////// */

.section { 
	width: 100%;
    height: auto;
    padding-bottom: 30vh;
	position: relative; }

.footer { 
	width: 100%;
    height: 100vh;
	position: relative; }

/* SECTION 
/////////////////////////////////////////////////////// */

body,
html{
    overflow: hidden; }

.respon { 
	width: 100%;
    height: 100100%;
    top: 0;
    left: 0;
    background: var(--back);
    overflow: hidden;
	position: fixed;
    z-index: 9999; }

.respon p {
    width: 100%;
    font-family: "Inter", sans-serif;
    font-weight: 600; 
    font-size: 28px;
    line-height: 1; 
    letter-spacing: -0.025em;
    text-align: center;
    color: var(--black);
    margin-top: 40vh;
    position: relative; }


/* /////////////////////////
RESPON 1200 */
@media (min-width: 1200px){ 
    
    body,
    html{
        overflow-y: auto; }
        
    .respon {
	display: none; }
         
} /* FI */ 

/* STYLE
/////////////////////////////////////////////////////// */