#LeftPanels
{display:block;}
#BgCenter div
{
    margin:0 auto;
    width:95%;
    height:100%;
}
#BgCenter div section h2
{margin-top:2.5vw;font-size:1.4vw;}
#BgCenter div section.Section-001 h2
{margin-top:0;}
#BgCenter div section p
{margin:1vw 0;}

@media screen and (max-width:600px)
{
    #BgCenter div section h2
    {font-size:4.8vw;}
    #BgCenter div section p
    {font-size:3.8vw;}
}
@media screen and (min-width:600px) and (max-width:800px)
{
    #Level1
    {height:100%;}
    #BgCenter div
    {margin:0 auto;padding:0;width:90%;}
    #BgCenter div section h2
    {font-size:3.2vw;}
    #BgCenter div section p
    {font-size:2.5vw;}
}
@media screen and (min-width:800px)
{
    #Level1
    {height:65%;}
    #BgCenter div
    {margin:0 auto;padding:0;width:90%;}
    #BgCenter div section
    {width:100%;}
    #BgCenter div section h2
    {font-size:1.6vw;}
}
