@import url(/css/root.css);

/* *$ec* | Index General */

.all_sections {
    width: 100%;
    z-index: 1;

}




/* Mobile */
@media screen and (max-width: 900px) {

    .all_sections {
        padding: 0.5em;
    }

    .all_sections * h1 {
        font-size: 1.5rem;
    }

    .as_greetings {
        padding-top: 1em;
    }
    
    .as_social {
        padding-top: 1em;        
    }
    
}

/* Desktop */
@media screen and (min-width: 900px) {
    
    .all_sections {
        padding: 2em;
    }

    .all_sections * h1 {
        font-size: 2rem;
    }

    .as_greetings {
        max-height: 80dvh;
        padding-top: 2em;
    }

}