/*--- VARIABLES ---*/
:root {
    --blue-color: #061218;
    --white-color: #FFF;
    --green-color: #1BD79E;
    --green2-color: hsl(162,78%, 92%);
    --grey-color: #808080;
    --grey2-color: #E5E5E5;
    --grey-line-color: #E5E5E5;

    --header-height: 120px;
}


/*--- RESPONSIVE  ---*/
@media (min-width: 800px) {
    :root {
        --header-height: 80px;
    }
}