﻿


/*  LAYOUT / CORE PAGE DESIGN
    -----------------------------------------------------------------------------------------------
*/



header
{

    margin-top: 20px;

    width: 100%;
    max-width: 100%;

}



main
{

    margin-top: 100px;

    width: 100%;
    max-width: 100%;

}



footer
{

    margin-top: 300px;
    padding-bottom: 50px;

    width: 100%;
    max-width: 100%;

}



/*  LAYOUT / CONTENT PAGE DESIGN
    -----------------------------------------------------------------------------------------------
*/



.content
{

    font-family: var(--x-body-font);
    font-size: 17px;
    font-weight: 400;

    color: var(--x-body-forecolor);
    background-color: transparent;

    line-height: 32px;
    letter-spacing: 1px;

    text-align: justify;

    margin-left: auto;
    margin-right: auto;

    width: 100%;
    max-width: 96%;

}
